COLOR #3E5534

HEX: #3E5534 RGB: (62,85,52)

Color info

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

RGB color model

#3E5534 color RGB value is (62,85,52).

RGB: (62,85,52) (24%, 33%, 20%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 52 of 255 = 20%

62
85
52

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

Portions of RGB colors in percentages

R + G + B = 62 + 85 + 52 = 199 (100%)
R 62 of 199 ~ 31.16%
G 85 of 199 ~ 42.71%
B 52 of 199 ~ 26.13'%

%31.16
%42.71
%26.13

CMYK color model

#3E5534 color CMYK value is (27,0,39,67).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 66.67%

CMYK: (27,0,39,67)
C27M0Y39K67 (27%, 0%, 39%, 67%)
(0.27 / 0.00 / 0.39 / 0.67)

CMYK percentages

%27.06
%0
%38.82
%66.67

Codes

Color #3E5534 in popluar color models

3E 55 34
RGB 62 85 52
HSL 102° 24.09% 26.86%
HSB/HSV 102° 38.82% 33.33%
CMYK 27.06% 0.00% 38.82%
66.67%

Color #3E5534 in popluar number systems.

HEX 3E 55 34
Decimal 62 85 52
Binary 111110 1010101 110100
Octal 76 125 64

Shades and tints

Shades of #3E5534

#3E5534
(62,85,52)
#394E30
(57,78,48)
#34472C
(52,71,44)
#2F4028
(47,64,40)
#2A3924
(42,57,36)
#253220
(37,50,32)
#202B1C
(32,43,28)
#1B2418
(27,36,24)
#161D14
(22,29,20)
#111610
(17,22,16)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #3E5534

#3E5534
(62,85,52)
#4F6446
(79,100,70)
#607358
(96,115,88)
#71826A
(113,130,106)
#82917C
(130,145,124)
#93A08E
(147,160,142)
#A4AFA0
(164,175,160)
#B5BEB2
(181,190,178)
#C6CDC4
(198,205,196)
#D7DCD6
(215,220,214)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5534 color. Also use rgb(62,85,52) instead hex code.

Text Font Color

.myTextColor { color: #3E5534; }

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

This text font color is #3E5534.

Background Color

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

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

This div background color is #3E5534.

Border color

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

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

This div border color is #3E5534.

Opacity

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

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

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

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

This text has shadow with #3E5534 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5534.

Preview

Color preview on black background

This text has color #3E5534 on black background.


Color preview on white background

This text has color #3E5534 on white background.


Black color preview on #3E5534 background

This text has black color on #3E5534 background.


White color preview on #3E5534 background

This text has white color on #3E5534 background.


Related colors

Complementary color

Complementary color for #hex is #C1AACB.


I love getcolorcode.com

Triadic colors

1 #343E55 and #55343E with #3E5534 are triadic colors.

2 #34553E and #553E34 with #3E5534 are triadic colors.