COLOR #3E503C

HEX: #3E503C RGB: (62,80,60)

Color info

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

RGB color model

#3E503C color RGB value is (62,80,60).

RGB: (62,80,60) (24%, 31%, 24%)

RGB channels and saturation

R 62 of 255 = 24%
G 80 of 255 = 31%
B 60 of 255 = 24%

62
80
60

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

Portions of RGB colors in percentages

R + G + B = 62 + 80 + 60 = 202 (100%)
R 62 of 202 ~ 30.69%
G 80 of 202 ~ 39.6%
B 60 of 202 ~ 29.7'%

%30.69
%39.6
%29.7

CMYK color model

#3E503C color CMYK value is (23,0,25,69).

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

CMYK: (23,0,25,69)
C23M0Y25K69 (23%, 0%, 25%, 69%)
(0.23 / 0.00 / 0.25 / 0.69)

CMYK percentages

%22.5
%0
%25
%68.63

Codes

Color #3E503C in popluar color models

3E 50 3C
RGB 62 80 60
HSL 114° 14.29% 27.45%
HSB/HSV 114° 25.00% 31.37%
CMYK 22.50% 0.00% 25.00%
68.63%

Color #3E503C in popluar number systems.

HEX 3E 50 3C
Decimal 62 80 60
Binary 111110 1010000 111100
Octal 76 120 74

Shades and tints

Shades of #3E503C

#3E503C
(62,80,60)
#394937
(57,73,55)
#344232
(52,66,50)
#2F3B2D
(47,59,45)
#2A3428
(42,52,40)
#252D23
(37,45,35)
#20261E
(32,38,30)
#1B1F19
(27,31,25)
#161814
(22,24,20)
#11110F
(17,17,15)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #3E503C

#3E503C
(62,80,60)
#4F5F4D
(79,95,77)
#606E5E
(96,110,94)
#717D6F
(113,125,111)
#828C80
(130,140,128)
#939B91
(147,155,145)
#A4AAA2
(164,170,162)
#B5B9B3
(181,185,179)
#C6C8C4
(198,200,196)
#D7D7D5
(215,215,213)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E503C; }

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

This text font color is #3E503C.

Background Color

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

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

This div background color is #3E503C.

Border color

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

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

This div border color is #3E503C.

Opacity

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

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

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

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

This text has shadow with #3E503C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E503C.

Preview

Color preview on black background

This text has color #3E503C on black background.


Color preview on white background

This text has color #3E503C on white background.


Black color preview on #3E503C background

This text has black color on #3E503C background.


White color preview on #3E503C background

This text has white color on #3E503C background.


Related colors

Complementary color

Complementary color for #hex is #C1AFC3.


I love getcolorcode.com

Triadic colors

1 #3C3E50 and #503C3E with #3E503C are triadic colors.

2 #3C503E and #503E3C with #3E503C are triadic colors.