Color Hex Logo

#423235 Color Hex

#423235
(66,50,53)
0 Favorites   0 Comments

Color spaces of #423235

RGB 665053
HSL0.970.140.23
HSV349°24°26°
CMYK 0.000.240.20   0.74
XYZ4.03003.69653.8693
Yxy3.69650.34750.3188
Hunter Lab19.22633.76921.5263
CIE-Lab22.64167.79290.8696

#423235 color RGB value is (66,50,53).

#423235 hex color red value is 66, green value is 50 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #423235 hue: 0.97 , saturation: 0.14 and the lightness value of 423235 is 0.23.

The process color (four color CMYK) of #423235 color hex is 0.00, 0.24, 0.20, 0.74. Web safe color of #423235 is #333333. Color #423235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110010 00110101
Octal 102 62 65
Decimal 66 50 53
Hex 42 32 35

RGB Percentages of Color #423235

%39.05
%29.59
%31.36

CMYK Percentages of Color #423235

%0
%24
%20
%74

Triadic Colors of #423235

#423235 #354232 #323542

Analogous Colors of #423235

#423235 #423732 #42323d

Monochromatic Colors of #423235

#423235

Complementary Color

#423235 #32423f

#423235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423235 Color CSS Codes

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

#423235 Text Font Color

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

This sample text font color is #423235
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.


#423235 Background Color

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

This div background color is #423235


#423235 Border Color

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

This div border color is #423235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423235

#423235 Color Palettes


Comments

No comments written yet.

Please login to write comment.