COLOR #3E092F

HEX: #3E092F
RGB: (62,9,47)

Color info

#3E092F contains red, green and blue colors in about the same proportion. Web safe color of #3E092F is #330033 (or #303).

RGB color model

#3E092F color RGB value is (62,9,47).

  • red value is 62;
  • green value is 9;
  • blue value is 47.
RGB:
(62,9,47)
(24%,4%,18%)

RGB channels and saturation

R 62 of 255 = 24%
G 9 of 255 = 4%
B 47 of 255 = 18%

62
9
47

R + G + B ~ 15%. #3E092F is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 9 + 47 = 118 (100%)
R 62 of 118 ~ 52.54%
G 9 of 118 ~ 7.63%
B 47 of 118 ~ 39.83%

%52.54
%39.83

CMYK color model

#3E092F color CMYK value is (0,85,24,76).

  • cyan value is 0.00%
  • magenta value is 85.48%
  • yellow value is 24.19%
  • key color value is 75.69%
CMYK:
(0,85,24,76)
C0M85Y24K76 
(0%,85%,24%,76%)
(0.00/0.85/0.24/0.76)	

CMYK percentages

%0
%85.48
%24.19
%75.69

Codes

Color #3E092F in popluar color models

3E092F
RGB62947
HSL317°74.65%13.92%
HSB/HSV317°85.48%24.31%
CMYK0.00%85.48%24.19%
75.69%

Color #3E092F in popluar number systems.

HEX3E092F
Decimal62947
Binary1111101001101111
Octal761157

Shades and tints

Shades of #3E092F

#3E092F
(62,9,47)
#39092B
(57,9,43)
#340927
(52,9,39)
#2F0923
(47,9,35)
#2A091F
(42,9,31)
#25091B
(37,9,27)
#200917
(32,9,23)
#1B0913
(27,9,19)
#16090F
(22,9,15)
#11090B
(17,9,11)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #3E092F

#3E092F
(62,9,47)
#4F1F41
(79,31,65)
#603553
(96,53,83)
#714B65
(113,75,101)
#826177
(130,97,119)
#937789
(147,119,137)
#A48D9B
(164,141,155)
#B5A3AD
(181,163,173)
#C6B9BF
(198,185,191)
#D7CFD1
(215,207,209)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E092F color. Also use rgb(62,9,47) instead hex code.

Text Font Color

.myTextColor { color: #3E092F; }

<p style="color:#3E092F">This sample text font color is #3E092F.</p>

This text font color is #3E092F.


Background Color

.myBgColor { background-color: #3E092F; }

<div style="background-color:#3E092F">Inner text</div>

This div background color is #3E092F.


Border color

.myBorderColor { border: 1px solid #3E092F; }

<div style="border:3px solid #3E092F">Div</div>

This div border color is #3E092F.


Opacity

.myOpacity80 { color: #3E092F; opacity: 0.8; }

<p style="color:#3E092F;opacity:0.8;">80%</p>

Text with #3E092F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3E092F;}

<p style="text-shadow: 3px 3px 1px #3E092F">Text here.</p>

This text has shadow with #3E092F color.

.textShadow {text-shadow: 3px 3px 1px #3E092F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3E092F, 5px 5px 20px red">Text here.</p>

This text has shadow with #3E092F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E092F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3E092F, Direction=45, Strength=4)">Text</p>

This text has shadow with #3E092F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3E092F;
  -webkit-box-shadow:	1px 1px 3px 2px #3E092F;
  box-shadow:		1px 1px 3px 2px #3E092F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E092F;
-webkit-box-shadow: 1px 1px 3px 2px #3E092F;
box-shadow:1px 1px 3px 2px #3E092F;">
Div content here</div>
This div box has shadow with color #3E092F.

Preview

Color preview on black background

This text has color #3E092F on black background.


Color preview on white background

This text has color #3E092F on white background.



Black color preview on #3E092F background

This text has black color on #3E092F background.


White color preview on #3E092F background

This text has white color on #3E092F background.