COLOR #3E423B

HEX: #3E423B
RGB: (62,66,59)

Color info

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

RGB color model

#3E423B color RGB value is (62,66,59).

  • red value is 62;
  • green value is 66;
  • blue value is 59.
RGB:
(62,66,59)
(24%,26%,23%)

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 59 of 255 = 23%

62
66
59

R + G + B ~ 24%. #3E423B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 66 + 59 = 187 (100%)
R 62 of 187 ~ 33.16%
G 66 of 187 ~ 35.29%
B 59 of 187 ~ 31.55%

%33.16
%35.29
%31.55

CMYK color model

#3E423B color CMYK value is (6,0,11,74).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(6,0,11,74)
C6M0Y11K74 
(6%,0%,11%,74%)
(0.06/0.00/0.11/0.74)	

CMYK percentages

%6.06
%0
%10.61
%74.12

Codes

Color #3E423B in popluar color models

3E423B
RGB626659
HSL94°5.60%24.51%
HSB/HSV94°10.61%25.88%
CMYK6.06%0.00%10.61%
74.12%

Color #3E423B in popluar number systems.

HEX3E423B
Decimal626659
Binary1111101000010111011
Octal7610273

Shades and tints

Shades of #3E423B

#3E423B
(62,66,59)
#393C36
(57,60,54)
#343631
(52,54,49)
#2F302C
(47,48,44)
#2A2A27
(42,42,39)
#252422
(37,36,34)
#201E1D
(32,30,29)
#1B1818
(27,24,24)
#161213
(22,18,19)
#110C0E
(17,12,14)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #3E423B

#3E423B
(62,66,59)
#4F534C
(79,83,76)
#60645D
(96,100,93)
#71756E
(113,117,110)
#82867F
(130,134,127)
#939790
(147,151,144)
#A4A8A1
(164,168,161)
#B5B9B2
(181,185,178)
#C6CAC3
(198,202,195)
#D7DBD4
(215,219,212)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E423B color. Also use rgb(62,66,59) instead hex code.

Text Font Color

.myTextColor { color: #3E423B; }

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

This text font color is #3E423B.


Background Color

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

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

This div background color is #3E423B.


Border color

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

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

This div border color is #3E423B.


Opacity

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

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

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

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

This text has shadow with #3E423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E423B on black background.


Color preview on white background

This text has color #3E423B on white background.



Black color preview on #3E423B background

This text has black color on #3E423B background.


White color preview on #3E423B background

This text has white color on #3E423B background.