COLOR #423417

HEX: #423417
RGB: (66,52,23)

Color info

#423417 contains red, green and blue colors in about the same proportion. Web safe color of #423417 is #333300 (or #330).

RGB color model

#423417 color RGB value is (66,52,23).

  • red value is 66;
  • green value is 52;
  • blue value is 23.
RGB:
(66,52,23)
(26%,20%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 52 of 255 = 20%
B 23 of 255 = 9%

66
52
23

R + G + B ~ 18%. #423417 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 52 + 23 = 141 (100%)
R 66 of 141 ~ 46.81%
G 52 of 141 ~ 36.88%
B 23 of 141 ~ 16.31%

%46.81
%36.88
%16.31

CMYK color model

#423417 color CMYK value is (0,21,65,74).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 65.15%
  • key color value is 74.12%
CMYK:
(0,21,65,74)
C0M21Y65K74 
(0%,21%,65%,74%)
(0.00/0.21/0.65/0.74)	

CMYK percentages

%0
%21.21
%65.15
%74.12

Codes

Color #423417 in popluar color models

423417
RGB665223
HSL40°48.31%17.45%
HSB/HSV40°65.15%25.88%
CMYK0.00%21.21%65.15%
74.12%

Color #423417 in popluar number systems.

HEX423417
Decimal665223
Binary100001011010010111
Octal1026427

Shades and tints

Shades of #423417

#423417
(66,52,23)
#3C3015
(60,48,21)
#362C13
(54,44,19)
#302811
(48,40,17)
#2A240F
(42,36,15)
#24200D
(36,32,13)
#1E1C0B
(30,28,11)
#181809
(24,24,9)
#121407
(18,20,7)
#0C1005
(12,16,5)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #423417

#423417
(66,52,23)
#53462C
(83,70,44)
#645841
(100,88,65)
#756A56
(117,106,86)
#867C6B
(134,124,107)
#978E80
(151,142,128)
#A8A095
(168,160,149)
#B9B2AA
(185,178,170)
#CAC4BF
(202,196,191)
#DBD6D4
(219,214,212)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423417 color. Also use rgb(66,52,23) instead hex code.

Text Font Color

.myTextColor { color: #423417; }

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

This text font color is #423417.


Background Color

.myBgColor { background-color: #423417; }

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

This div background color is #423417.


Border color

.myBorderColor { border: 1px solid #423417; }

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

This div border color is #423417.


Opacity

.myOpacity80 { color: #423417; opacity: 0.8; }

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

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

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

This text has shadow with #423417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423417 on black background.


Color preview on white background

This text has color #423417 on white background.



Black color preview on #423417 background

This text has black color on #423417 background.


White color preview on #423417 background

This text has white color on #423417 background.