COLOR #423714

HEX: #423714
RGB: (66,55,20)

Color info

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

RGB color model

#423714 color RGB value is (66,55,20).

  • red value is 66;
  • green value is 55;
  • blue value is 20.
RGB:
(66,55,20)
(26%,22%,8%)

RGB channels and saturation

R 66 of 255 = 26%
G 55 of 255 = 22%
B 20 of 255 = 8%

66
55
20

R + G + B ~ 19%. #423714 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 55 + 20 = 141 (100%)
R 66 of 141 ~ 46.81%
G 55 of 141 ~ 39.01%
B 20 of 141 ~ 14.18%

%46.81
%39.01
%14.18

CMYK color model

#423714 color CMYK value is (0,17,70,74).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 69.70%
  • key color value is 74.12%
CMYK:
(0,17,70,74)
C0M17Y70K74 
(0%,17%,70%,74%)
(0.00/0.17/0.70/0.74)	

CMYK percentages

%0
%16.67
%69.7
%74.12

Codes

Color #423714 in popluar color models

423714
RGB665520
HSL46°53.49%16.86%
HSB/HSV46°69.70%25.88%
CMYK0.00%16.67%69.70%
74.12%

Color #423714 in popluar number systems.

HEX423714
Decimal665520
Binary100001011011110100
Octal1026724

Shades and tints

Shades of #423714

#423714
(66,55,20)
#3C3213
(60,50,19)
#362D12
(54,45,18)
#302811
(48,40,17)
#2A2310
(42,35,16)
#241E0F
(36,30,15)
#1E190E
(30,25,14)
#18140D
(24,20,13)
#120F0C
(18,15,12)
#0C0A0B
(12,10,11)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #423714

#423714
(66,55,20)
#534929
(83,73,41)
#645B3E
(100,91,62)
#756D53
(117,109,83)
#867F68
(134,127,104)
#97917D
(151,145,125)
#A8A392
(168,163,146)
#B9B5A7
(185,181,167)
#CAC7BC
(202,199,188)
#DBD9D1
(219,217,209)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423714 color. Also use rgb(66,55,20) instead hex code.

Text Font Color

.myTextColor { color: #423714; }

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

This text font color is #423714.


Background Color

.myBgColor { background-color: #423714; }

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

This div background color is #423714.


Border color

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

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

This div border color is #423714.


Opacity

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

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

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

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

This text has shadow with #423714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423714 on black background.


Color preview on white background

This text has color #423714 on white background.



Black color preview on #423714 background

This text has black color on #423714 background.


White color preview on #423714 background

This text has white color on #423714 background.