COLOR #3E513A

HEX: #3E513A RGB: (62,81,58)

Color info

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

RGB color model

#3E513A color RGB value is (62,81,58).

RGB: (62,81,58) (24%, 32%, 23%)

RGB channels and saturation

R 62 of 255 = 24%
G 81 of 255 = 32%
B 58 of 255 = 23%

62
81
58

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

Portions of RGB colors in percentages

R + G + B = 62 + 81 + 58 = 201 (100%)
R 62 of 201 ~ 30.85%
G 81 of 201 ~ 40.3%
B 58 of 201 ~ 28.86'%

%30.85
%40.3
%28.86

CMYK color model

#3E513A color CMYK value is (23,0,28,68).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 68.24%

CMYK: (23,0,28,68)
C23M0Y28K68 (23%, 0%, 28%, 68%)
(0.23 / 0.00 / 0.28 / 0.68)

CMYK percentages

%23.46
%0
%28.4
%68.24

Codes

Color #3E513A in popluar color models

3E 51 3A
RGB 62 81 58
HSL 110° 16.55% 27.25%
HSB/HSV 110° 28.40% 31.76%
CMYK 23.46% 0.00% 28.40%
68.24%

Color #3E513A in popluar number systems.

HEX 3E 51 3A
Decimal 62 81 58
Binary 111110 1010001 111010
Octal 76 121 72

Shades and tints

Shades of #3E513A

#3E513A
(62,81,58)
#394A35
(57,74,53)
#344330
(52,67,48)
#2F3C2B
(47,60,43)
#2A3526
(42,53,38)
#252E21
(37,46,33)
#20271C
(32,39,28)
#1B2017
(27,32,23)
#161912
(22,25,18)
#11120D
(17,18,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #3E513A

#3E513A
(62,81,58)
#4F604B
(79,96,75)
#606F5C
(96,111,92)
#717E6D
(113,126,109)
#828D7E
(130,141,126)
#939C8F
(147,156,143)
#A4ABA0
(164,171,160)
#B5BAB1
(181,186,177)
#C6C9C2
(198,201,194)
#D7D8D3
(215,216,211)
#E8E7E4
(232,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E513A; }

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

This text font color is #3E513A.

Background Color

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

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

This div background color is #3E513A.

Border color

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

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

This div border color is #3E513A.

Opacity

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

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

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

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

This text has shadow with #3E513A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E513A.

Preview

Color preview on black background

This text has color #3E513A on black background.


Color preview on white background

This text has color #3E513A on white background.


Black color preview on #3E513A background

This text has black color on #3E513A background.


White color preview on #3E513A background

This text has white color on #3E513A background.


Related colors

Complementary color

Complementary color for #hex is #C1AEC5.


I love getcolorcode.com

Triadic colors

1 #3A3E51 and #513A3E with #3E513A are triadic colors.

2 #3A513E and #513E3A with #3E513A are triadic colors.