COLOR #3E553A

HEX: #3E553A RGB: (62,85,58)

Color info

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

RGB color model

#3E553A color RGB value is (62,85,58).

RGB: (62,85,58) (24%, 33%, 23%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 58 of 255 = 23%

62
85
58

R + G + B ~ 27%. #3E553A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 85 + 58 = 205 (100%)
R 62 of 205 ~ 30.24%
G 85 of 205 ~ 41.46%
B 58 of 205 ~ 28.29'%

%30.24
%41.46
%28.29

CMYK color model

#3E553A color CMYK value is (27,0,32,67).

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

CMYK: (27,0,32,67)
C27M0Y32K67 (27%, 0%, 32%, 67%)
(0.27 / 0.00 / 0.32 / 0.67)

CMYK percentages

%27.06
%0
%31.76
%66.67

Codes

Color #3E553A in popluar color models

3E 55 3A
RGB 62 85 58
HSL 111° 18.88% 28.04%
HSB/HSV 111° 31.76% 33.33%
CMYK 27.06% 0.00% 31.76%
66.67%

Color #3E553A in popluar number systems.

HEX 3E 55 3A
Decimal 62 85 58
Binary 111110 1010101 111010
Octal 76 125 72

Shades and tints

Shades of #3E553A

#3E553A
(62,85,58)
#394E35
(57,78,53)
#344730
(52,71,48)
#2F402B
(47,64,43)
#2A3926
(42,57,38)
#253221
(37,50,33)
#202B1C
(32,43,28)
#1B2417
(27,36,23)
#161D12
(22,29,18)
#11160D
(17,22,13)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #3E553A

#3E553A
(62,85,58)
#4F644B
(79,100,75)
#60735C
(96,115,92)
#71826D
(113,130,109)
#82917E
(130,145,126)
#93A08F
(147,160,143)
#A4AFA0
(164,175,160)
#B5BEB1
(181,190,177)
#C6CDC2
(198,205,194)
#D7DCD3
(215,220,211)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E553A; }

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

This text font color is #3E553A.

Background Color

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

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

This div background color is #3E553A.

Border color

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

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

This div border color is #3E553A.

Opacity

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

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

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

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

This text has shadow with #3E553A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E553A.

Preview

Color preview on black background

This text has color #3E553A on black background.


Color preview on white background

This text has color #3E553A on white background.


Black color preview on #3E553A background

This text has black color on #3E553A background.


White color preview on #3E553A background

This text has white color on #3E553A background.


Related colors

Complementary color

Complementary color for #hex is #C1AAC5.


I love getcolorcode.com

Triadic colors

1 #3A3E55 and #553A3E with #3E553A are triadic colors.

2 #3A553E and #553E3A with #3E553A are triadic colors.