COLOR #3E5C0F

HEX: #3E5C0F RGB: (62,92,15)

Color info

#3E5C0F contains mainly red and green colors. Web safe color of #3E5C0F is #336600 (or #360).

RGB color model

#3E5C0F color RGB value is (62,92,15).

RGB: (62,92,15) (24%, 36%, 6%)

RGB channels and saturation

R 62 of 255 = 24%
G 92 of 255 = 36%
B 15 of 255 = 6%

62
92
15

R + G + B ~ 22%. #3E5C0F is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 92 + 15 = 169 (100%)
R 62 of 169 ~ 36.69%
G 92 of 169 ~ 54.44%
B 15 of 169 ~ 8.88'%

%36.69
%54.44

CMYK color model

#3E5C0F color CMYK value is (33,0,84,64).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 83.70%
  • key color value is 63.92%

CMYK: (33,0,84,64)
C33M0Y84K64 (33%, 0%, 84%, 64%)
(0.33 / 0.00 / 0.84 / 0.64)

CMYK percentages

%32.61
%0
%83.7
%63.92

Codes

Color #3E5C0F in popluar color models

3E 5C 0F
RGB 62 92 15
HSL 83° 71.96% 20.98%
HSB/HSV 83° 83.70% 36.08%
CMYK 32.61% 0.00% 83.70%
63.92%

Color #3E5C0F in popluar number systems.

HEX 3E 5C 0F
Decimal 62 92 15
Binary 111110 1011100 1111
Octal 76 134 17

Shades and tints

Shades of #3E5C0F

#3E5C0F
(62,92,15)
#39540E
(57,84,14)
#344C0D
(52,76,13)
#2F440C
(47,68,12)
#2A3C0B
(42,60,11)
#25340A
(37,52,10)
#202C09
(32,44,9)
#1B2408
(27,36,8)
#161C07
(22,28,7)
#111406
(17,20,6)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #3E5C0F

#3E5C0F
(62,92,15)
#4F6A24
(79,106,36)
#607839
(96,120,57)
#71864E
(113,134,78)
#829463
(130,148,99)
#93A278
(147,162,120)
#A4B08D
(164,176,141)
#B5BEA2
(181,190,162)
#C6CCB7
(198,204,183)
#D7DACC
(215,218,204)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5C0F color. Also use rgb(62,92,15) instead hex code.

Text Font Color

.myTextColor { color: #3E5C0F; }

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

This text font color is #3E5C0F.

Background Color

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

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

This div background color is #3E5C0F.

Border color

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

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

This div border color is #3E5C0F.

Opacity

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

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

Text with #3E5C0F 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 #3E5C0F;}

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

This text has shadow with #3E5C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5C0F.

Preview

Color preview on black background

This text has color #3E5C0F on black background.


Color preview on white background

This text has color #3E5C0F on white background.


Black color preview on #3E5C0F background

This text has black color on #3E5C0F background.


White color preview on #3E5C0F background

This text has white color on #3E5C0F background.


Related colors

Complementary color

Complementary color for #hex is #C1A3F0.


I love getcolorcode.com

Triadic colors

1 #0F3E5C and #5C0F3E with #3E5C0F are triadic colors.

2 #0F5C3E and #5C3E0F with #3E5C0F are triadic colors.