COLOR #3E4C3A

HEX: #3E4C3A
RGB: (62,76,58)

Color info

#3E4C3A contains red, green and blue colors in about the same proportion. Web safe color of #3E4C3A is #333333 (or #333).

RGB color model

#3E4C3A color RGB value is (62,76,58).

  • red value is 62;
  • green value is 76;
  • blue value is 58.
RGB:
(62,76,58)
(24%,30%,23%)

RGB channels and saturation

R 62 of 255 = 24%
G 76 of 255 = 30%
B 58 of 255 = 23%

62
76
58

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

Portions of RGB colors in percentages

R + G + B =
62 + 76 + 58 = 196 (100%)
R 62 of 196 ~ 31.63%
G 76 of 196 ~ 38.78%
B 58 of 196 ~ 29.59%

%31.63
%38.78
%29.59

CMYK color model

#3E4C3A color CMYK value is (18,0,24,70).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(18,0,24,70)
C18M0Y24K70 
(18%,0%,24%,70%)
(0.18/0.00/0.24/0.70)	

CMYK percentages

%18.42
%0
%23.68
%70.2

Codes

Color #3E4C3A in popluar color models

3E4C3A
RGB627658
HSL107°13.43%26.27%
HSB/HSV107°23.68%29.80%
CMYK18.42%0.00%23.68%
70.20%

Color #3E4C3A in popluar number systems.

HEX3E4C3A
Decimal627658
Binary1111101001100111010
Octal7611472

Shades and tints

Shades of #3E4C3A

#3E4C3A
(62,76,58)
#394635
(57,70,53)
#344030
(52,64,48)
#2F3A2B
(47,58,43)
#2A3426
(42,52,38)
#252E21
(37,46,33)
#20281C
(32,40,28)
#1B2217
(27,34,23)
#161C12
(22,28,18)
#11160D
(17,22,13)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #3E4C3A

#3E4C3A
(62,76,58)
#4F5C4B
(79,92,75)
#606C5C
(96,108,92)
#717C6D
(113,124,109)
#828C7E
(130,140,126)
#939C8F
(147,156,143)
#A4ACA0
(164,172,160)
#B5BCB1
(181,188,177)
#C6CCC2
(198,204,194)
#D7DCD3
(215,220,211)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4C3A; }

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

This text font color is #3E4C3A.


Background Color

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

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

This div background color is #3E4C3A.


Border color

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

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

This div border color is #3E4C3A.


Opacity

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

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

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

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

This text has shadow with #3E4C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4C3A on black background.


Color preview on white background

This text has color #3E4C3A on white background.



Black color preview on #3E4C3A background

This text has black color on #3E4C3A background.


White color preview on #3E4C3A background

This text has white color on #3E4C3A background.