COLOR #3E513D

HEX: #3E513D RGB: (62,81,61)

Color info

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

RGB color model

#3E513D color RGB value is (62,81,61).

RGB: (62,81,61) (24%, 32%, 24%)

RGB channels and saturation

R 62 of 255 = 24%
G 81 of 255 = 32%
B 61 of 255 = 24%

62
81
61

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

Portions of RGB colors in percentages

R + G + B = 62 + 81 + 61 = 204 (100%)
R 62 of 204 ~ 30.39%
G 81 of 204 ~ 39.71%
B 61 of 204 ~ 29.9'%

%30.39
%39.71
%29.9

CMYK color model

#3E513D color CMYK value is (23,0,25,68).

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

CMYK: (23,0,25,68)
C23M0Y25K68 (23%, 0%, 25%, 68%)
(0.23 / 0.00 / 0.25 / 0.68)

CMYK percentages

%23.46
%0
%24.69
%68.24

Codes

Color #3E513D in popluar color models

3E 51 3D
RGB 62 81 61
HSL 117° 14.08% 27.84%
HSB/HSV 117° 24.69% 31.76%
CMYK 23.46% 0.00% 24.69%
68.24%

Color #3E513D in popluar number systems.

HEX 3E 51 3D
Decimal 62 81 61
Binary 111110 1010001 111101
Octal 76 121 75

Shades and tints

Shades of #3E513D

#3E513D
(62,81,61)
#394A38
(57,74,56)
#344333
(52,67,51)
#2F3C2E
(47,60,46)
#2A3529
(42,53,41)
#252E24
(37,46,36)
#20271F
(32,39,31)
#1B201A
(27,32,26)
#161915
(22,25,21)
#111210
(17,18,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E513D

#3E513D
(62,81,61)
#4F604E
(79,96,78)
#606F5F
(96,111,95)
#717E70
(113,126,112)
#828D81
(130,141,129)
#939C92
(147,156,146)
#A4ABA3
(164,171,163)
#B5BAB4
(181,186,180)
#C6C9C5
(198,201,197)
#D7D8D6
(215,216,214)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E513D; }

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

This text font color is #3E513D.

Background Color

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

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

This div background color is #3E513D.

Border color

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

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

This div border color is #3E513D.

Opacity

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

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

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

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

This text has shadow with #3E513D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E513D.

Preview

Color preview on black background

This text has color #3E513D on black background.


Color preview on white background

This text has color #3E513D on white background.


Black color preview on #3E513D background

This text has black color on #3E513D background.


White color preview on #3E513D background

This text has white color on #3E513D background.


Related colors

Complementary color

Complementary color for #hex is #C1AEC2.


I love getcolorcode.com

Triadic colors

1 #3D3E51 and #513D3E with #3E513D are triadic colors.

2 #3D513E and #513E3D with #3E513D are triadic colors.