COLOR #3E5C30

HEX: #3E5C30
RGB: (62,92,48)

Color info

#3E5C30 contains red, green and blue colors in about the same proportion. Web safe color of #3E5C30 is #336633 (or #363).

RGB color model

#3E5C30 color RGB value is (62,92,48).

  • red value is 62;
  • green value is 92;
  • blue value is 48.
RGB:
(62,92,48)
(24%,36%,19%)

RGB channels and saturation

R 62 of 255 = 24%
G 92 of 255 = 36%
B 48 of 255 = 19%

62
92
48

R + G + B ~ 26%. #3E5C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 92 + 48 = 202 (100%)
R 62 of 202 ~ 30.69%
G 92 of 202 ~ 45.54%
B 48 of 202 ~ 23.76%

%30.69
%45.54
%23.76

CMYK color model

#3E5C30 color CMYK value is (33,0,48,64).

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(33,0,48,64)
C33M0Y48K64 
(33%,0%,48%,64%)
(0.33/0.00/0.48/0.64)	

CMYK percentages

%32.61
%0
%47.83
%63.92

Codes

Color #3E5C30 in popluar color models

3E5C30
RGB629248
HSL101°31.43%27.45%
HSB/HSV101°47.83%36.08%
CMYK32.61%0.00%47.83%
63.92%

Color #3E5C30 in popluar number systems.

HEX3E5C30
Decimal629248
Binary1111101011100110000
Octal7613460

Shades and tints

Shades of #3E5C30

#3E5C30
(62,92,48)
#39542C
(57,84,44)
#344C28
(52,76,40)
#2F4424
(47,68,36)
#2A3C20
(42,60,32)
#25341C
(37,52,28)
#202C18
(32,44,24)
#1B2414
(27,36,20)
#161C10
(22,28,16)
#11140C
(17,20,12)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #3E5C30

#3E5C30
(62,92,48)
#4F6A42
(79,106,66)
#607854
(96,120,84)
#718666
(113,134,102)
#829478
(130,148,120)
#93A28A
(147,162,138)
#A4B09C
(164,176,156)
#B5BEAE
(181,190,174)
#C6CCC0
(198,204,192)
#D7DAD2
(215,218,210)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5C30; }

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

This text font color is #3E5C30.


Background Color

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

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

This div background color is #3E5C30.


Border color

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

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

This div border color is #3E5C30.


Opacity

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

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

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

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

This text has shadow with #3E5C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5C30 on black background.


Color preview on white background

This text has color #3E5C30 on white background.



Black color preview on #3E5C30 background

This text has black color on #3E5C30 background.


White color preview on #3E5C30 background

This text has white color on #3E5C30 background.