COLOR #423C07

HEX: #423C07 RGB: (66,60,7)

Color info

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

RGB color model

#423C07 color RGB value is (66,60,7).

RGB: (66,60,7) (26%, 24%, 3%)

RGB channels and saturation

R 66 of 255 = 26%
G 60 of 255 = 24%
B 7 of 255 = 3%

66
60
7

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

Portions of RGB colors in percentages

R + G + B = 66 + 60 + 7 = 133 (100%)
R 66 of 133 ~ 49.62%
G 60 of 133 ~ 45.11%
B 7 of 133 ~ 5.26'%

%49.62
%45.11

CMYK color model

#423C07 color CMYK value is (0,9,89,74).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 89.39%
  • key color value is 74.12%

CMYK: (0,9,89,74)
C0M9Y89K74 (0%, 9%, 89%, 74%)
(0.00 / 0.09 / 0.89 / 0.74)

CMYK percentages

%0
%9.09
%89.39
%74.12

Codes

Color #423C07 in popluar color models

42 3C 07
RGB 66 60 7
HSL 54° 80.82% 14.31%
HSB/HSV 54° 89.39% 25.88%
CMYK 0.00% 9.09% 89.39%
74.12%

Color #423C07 in popluar number systems.

HEX 42 3C 07
Decimal 66 60 7
Binary 1000010 111100 111
Octal 102 74 7

Shades and tints

Shades of #423C07

#423C07
(66,60,7)
#3C3707
(60,55,7)
#363207
(54,50,7)
#302D07
(48,45,7)
#2A2807
(42,40,7)
#242307
(36,35,7)
#1E1E07
(30,30,7)
#181907
(24,25,7)
#121407
(18,20,7)
#0C0F07
(12,15,7)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #423C07

#423C07
(66,60,7)
#534D1D
(83,77,29)
#645E33
(100,94,51)
#756F49
(117,111,73)
#86805F
(134,128,95)
#979175
(151,145,117)
#A8A28B
(168,162,139)
#B9B3A1
(185,179,161)
#CAC4B7
(202,196,183)
#DBD5CD
(219,213,205)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423C07 color. Also use rgb(66,60,7) instead hex code.

Text Font Color

.myTextColor { color: #423C07; }

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

This text font color is #423C07.

Background Color

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

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

This div background color is #423C07.

Border color

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

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

This div border color is #423C07.

Opacity

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

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

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

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

This text has shadow with #423C07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423C07.

Preview

Color preview on black background

This text has color #423C07 on black background.


Color preview on white background

This text has color #423C07 on white background.


Black color preview on #423C07 background

This text has black color on #423C07 background.


White color preview on #423C07 background

This text has white color on #423C07 background.


Related colors

Complementary color

Complementary color for #hex is #BDC3F8.


I love getcolorcode.com

Triadic colors

1 #07423C and #3C0742 with #423C07 are triadic colors.

2 #073C42 and #3C4207 with #423C07 are triadic colors.