Color Hex Logo

#423117 Color Hex

#423117
(66,49,23)
0 Favorites   0 Comments

Color spaces of #423117

RGB 664923
HSL0.100.480.17
HSV36°65°26°
CMYK 0.000.260.65   0.74
XYZ3.49973.41671.2857
Yxy3.41670.42670.4166
Hunter Lab18.48431.44858.8150
CIE-Lab21.64094.096219.3550

#423117 color RGB value is (66,49,23).

#423117 hex color red value is 66, green value is 49 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #423117 hue: 0.10 , saturation: 0.48 and the lightness value of 423117 is 0.17.

The process color (four color CMYK) of #423117 color hex is 0.00, 0.26, 0.65, 0.74. Web safe color of #423117 is #333300. Color #423117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 00010111
Octal 102 61 27
Decimal 66 49 23
Hex 42 31 17

RGB Percentages of Color #423117

%47.83
%35.51
%16.67

CMYK Percentages of Color #423117

%0
%26
%65
%74

Triadic Colors of #423117

#423117 #174231 #311742

Analogous Colors of #423117

#423117 #3e4217 #421c17

Monochromatic Colors of #423117

#423117

Complementary Color

#423117 #172842

#423117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423117 Color CSS Codes

.mybgcolor {background-color:#423117; } 
.myforecolor {color:#423117; }
.mybordercolor {border:3px solid #423117; }

#423117 Text Font Color

<p style="color:#423117">Text here</p>

This sample text font color is #423117
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#423117 Background Color

<div style="background-color:#423117">
Div content here</div>

This div background color is #423117


#423117 Border Color

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

This div border color is #423117


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,49,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423117; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423117;
  -webkit-box-shadow: 1px 1px 3px 2px #423117;
  box-shadow:         1px 1px 3px 2px #423117; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,49,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #423117">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #423117;
  -webkit-box-shadow: 1px 1px 3px 2px #423117;
  box-shadow:         1px 1px 3px 2px #423117;">
Div content here</div>

This div box has shadow with color #423117


Comments

No comments written yet.

Please login to write comment.