COLOR #3E5030

HEX: #3E5030 RGB: (62,80,48)

Color info

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

RGB color model

#3E5030 color RGB value is (62,80,48).

RGB: (62,80,48) (24%, 31%, 19%)

RGB channels and saturation

R 62 of 255 = 24%
G 80 of 255 = 31%
B 48 of 255 = 19%

62
80
48

R + G + B ~ 25%. #3E5030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 80 + 48 = 190 (100%)
R 62 of 190 ~ 32.63%
G 80 of 190 ~ 42.11%
B 48 of 190 ~ 25.26'%

%32.63
%42.11
%25.26

CMYK color model

#3E5030 color CMYK value is (23,0,40,69).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 68.63%

CMYK: (23,0,40,69)
C23M0Y40K69 (23%, 0%, 40%, 69%)
(0.23 / 0.00 / 0.40 / 0.69)

CMYK percentages

%22.5
%0
%40
%68.63

Codes

Color #3E5030 in popluar color models

3E 50 30
RGB 62 80 48
HSL 94° 25.00% 25.10%
HSB/HSV 94° 40.00% 31.37%
CMYK 22.50% 0.00% 40.00%
68.63%

Color #3E5030 in popluar number systems.

HEX 3E 50 30
Decimal 62 80 48
Binary 111110 1010000 110000
Octal 76 120 60

Shades and tints

Shades of #3E5030

#3E5030
(62,80,48)
#39492C
(57,73,44)
#344228
(52,66,40)
#2F3B24
(47,59,36)
#2A3420
(42,52,32)
#252D1C
(37,45,28)
#202618
(32,38,24)
#1B1F14
(27,31,20)
#161810
(22,24,16)
#11110C
(17,17,12)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #3E5030

#3E5030
(62,80,48)
#4F5F42
(79,95,66)
#606E54
(96,110,84)
#717D66
(113,125,102)
#828C78
(130,140,120)
#939B8A
(147,155,138)
#A4AA9C
(164,170,156)
#B5B9AE
(181,185,174)
#C6C8C0
(198,200,192)
#D7D7D2
(215,215,210)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5030; }

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

This text font color is #3E5030.

Background Color

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

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

This div background color is #3E5030.

Border color

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

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

This div border color is #3E5030.

Opacity

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

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

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

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

This text has shadow with #3E5030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5030.

Preview

Color preview on black background

This text has color #3E5030 on black background.


Color preview on white background

This text has color #3E5030 on white background.


Black color preview on #3E5030 background

This text has black color on #3E5030 background.


White color preview on #3E5030 background

This text has white color on #3E5030 background.


Related colors

Complementary color

Complementary color for #hex is #C1AFCF.


I love getcolorcode.com

Triadic colors

1 #303E50 and #50303E with #3E5030 are triadic colors.

2 #30503E and #503E30 with #3E5030 are triadic colors.