COLOR #423D09

HEX: #423D09
RGB: (66,61,9)

Color info

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

RGB color model

#423D09 color RGB value is (66,61,9).

  • red value is 66;
  • green value is 61;
  • blue value is 9.
RGB:
(66,61,9)
(26%,24%,4%)

RGB channels and saturation

R 66 of 255 = 26%
G 61 of 255 = 24%
B 9 of 255 = 4%

66
61
9

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

Portions of RGB colors in percentages

R + G + B =
66 + 61 + 9 = 136 (100%)
R 66 of 136 ~ 48.53%
G 61 of 136 ~ 44.85%
B 9 of 136 ~ 6.62%

%48.53
%44.85

CMYK color model

#423D09 color CMYK value is (0,8,86,74).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 86.36%
  • key color value is 74.12%
CMYK:
(0,8,86,74)
C0M8Y86K74 
(0%,8%,86%,74%)
(0.00/0.08/0.86/0.74)	

CMYK percentages

%0
%7.58
%86.36
%74.12

Codes

Color #423D09 in popluar color models

423D09
RGB66619
HSL55°76.00%14.71%
HSB/HSV55°86.36%25.88%
CMYK0.00%7.58%86.36%
74.12%

Color #423D09 in popluar number systems.

HEX423D09
Decimal66619
Binary10000101111011001
Octal1027511

Shades and tints

Shades of #423D09

#423D09
(66,61,9)
#3C3809
(60,56,9)
#363309
(54,51,9)
#302E09
(48,46,9)
#2A2909
(42,41,9)
#242409
(36,36,9)
#1E1F09
(30,31,9)
#181A09
(24,26,9)
#121509
(18,21,9)
#0C1009
(12,16,9)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #423D09

#423D09
(66,61,9)
#534E1F
(83,78,31)
#645F35
(100,95,53)
#75704B
(117,112,75)
#868161
(134,129,97)
#979277
(151,146,119)
#A8A38D
(168,163,141)
#B9B4A3
(185,180,163)
#CAC5B9
(202,197,185)
#DBD6CF
(219,214,207)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423D09 color. Also use rgb(66,61,9) instead hex code.

Text Font Color

.myTextColor { color: #423D09; }

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

This text font color is #423D09.


Background Color

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

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

This div background color is #423D09.


Border color

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

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

This div border color is #423D09.


Opacity

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

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

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

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

This text has shadow with #423D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423D09 on black background.


Color preview on white background

This text has color #423D09 on white background.



Black color preview on #423D09 background

This text has black color on #423D09 background.


White color preview on #423D09 background

This text has white color on #423D09 background.