COLOR #423F3A

HEX: #423F3A
RGB: (66,63,58)

Color info

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

RGB color model

#423F3A color RGB value is (66,63,58).

  • red value is 66;
  • green value is 63;
  • blue value is 58.
RGB:
(66,63,58)
(26%,25%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 63 of 255 = 25%
B 58 of 255 = 23%

66
63
58

R + G + B ~ 25%. #423F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 63 + 58 = 187 (100%)
R 66 of 187 ~ 35.29%
G 63 of 187 ~ 33.69%
B 58 of 187 ~ 31.02%

%35.29
%33.69
%31.02

CMYK color model

#423F3A color CMYK value is (0,5,12,74).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 12.12%
  • key color value is 74.12%
CMYK:
(0,5,12,74)
C0M5Y12K74 
(0%,5%,12%,74%)
(0.00/0.05/0.12/0.74)	

CMYK percentages

%0
%4.55
%12.12
%74.12

Codes

Color #423F3A in popluar color models

423F3A
RGB666358
HSL38°6.45%24.31%
HSB/HSV38°12.12%25.88%
CMYK0.00%4.55%12.12%
74.12%

Color #423F3A in popluar number systems.

HEX423F3A
Decimal666358
Binary1000010111111111010
Octal1027772

Shades and tints

Shades of #423F3A

#423F3A
(66,63,58)
#3C3A35
(60,58,53)
#363530
(54,53,48)
#30302B
(48,48,43)
#2A2B26
(42,43,38)
#242621
(36,38,33)
#1E211C
(30,33,28)
#181C17
(24,28,23)
#121712
(18,23,18)
#0C120D
(12,18,13)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #423F3A

#423F3A
(66,63,58)
#53504B
(83,80,75)
#64615C
(100,97,92)
#75726D
(117,114,109)
#86837E
(134,131,126)
#97948F
(151,148,143)
#A8A5A0
(168,165,160)
#B9B6B1
(185,182,177)
#CAC7C2
(202,199,194)
#DBD8D3
(219,216,211)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423F3A color. Also use rgb(66,63,58) instead hex code.

Text Font Color

.myTextColor { color: #423F3A; }

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

This text font color is #423F3A.


Background Color

.myBgColor { background-color: #423F3A; }

<div style="background-color:#423F3A">Inner text</div>

This div background color is #423F3A.


Border color

.myBorderColor { border: 1px solid #423F3A; }

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

This div border color is #423F3A.


Opacity

.myOpacity80 { color: #423F3A; opacity: 0.8; }

<p style="color:#423F3A;opacity:0.8;">80%</p>

Text with #423F3A 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 #423F3A;}

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

This text has shadow with #423F3A color.

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

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

This text has shadow with #423F3A primary color and red secondary color.


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

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

This text has shadow with #423F3A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423F3A on black background.


Color preview on white background

This text has color #423F3A on white background.



Black color preview on #423F3A background

This text has black color on #423F3A background.


White color preview on #423F3A background

This text has white color on #423F3A background.