COLOR #3E4A3A

HEX: #3E4A3A
RGB: (62,74,58)

Color info

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

RGB color model

#3E4A3A color RGB value is (62,74,58).

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

RGB channels and saturation

R 62 of 255 = 24%
G 74 of 255 = 29%
B 58 of 255 = 23%

62
74
58

R + G + B ~ 25%. #3E4A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 74 + 58 = 194 (100%)
R 62 of 194 ~ 31.96%
G 74 of 194 ~ 38.14%
B 58 of 194 ~ 29.9%

%31.96
%38.14
%29.9

CMYK color model

#3E4A3A color CMYK value is (16,0,22,71).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 70.98%
CMYK:
(16,0,22,71)
C16M0Y22K71 
(16%,0%,22%,71%)
(0.16/0.00/0.22/0.71)	

CMYK percentages

%16.22
%0
%21.62
%70.98

Codes

Color #3E4A3A in popluar color models

3E4A3A
RGB627458
HSL105°12.12%25.88%
HSB/HSV105°21.62%29.02%
CMYK16.22%0.00%21.62%
70.98%

Color #3E4A3A in popluar number systems.

HEX3E4A3A
Decimal627458
Binary1111101001010111010
Octal7611272

Shades and tints

Shades of #3E4A3A

#3E4A3A
(62,74,58)
#394435
(57,68,53)
#343E30
(52,62,48)
#2F382B
(47,56,43)
#2A3226
(42,50,38)
#252C21
(37,44,33)
#20261C
(32,38,28)
#1B2017
(27,32,23)
#161A12
(22,26,18)
#11140D
(17,20,13)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #3E4A3A

#3E4A3A
(62,74,58)
#4F5A4B
(79,90,75)
#606A5C
(96,106,92)
#717A6D
(113,122,109)
#828A7E
(130,138,126)
#939A8F
(147,154,143)
#A4AAA0
(164,170,160)
#B5BAB1
(181,186,177)
#C6CAC2
(198,202,194)
#D7DAD3
(215,218,211)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4A3A; }

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

This text font color is #3E4A3A.


Background Color

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

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

This div background color is #3E4A3A.


Border color

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

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

This div border color is #3E4A3A.


Opacity

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

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

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

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

This text has shadow with #3E4A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4A3A on black background.


Color preview on white background

This text has color #3E4A3A on white background.



Black color preview on #3E4A3A background

This text has black color on #3E4A3A background.


White color preview on #3E4A3A background

This text has white color on #3E4A3A background.