Color Hex Logo

#42231e Color Hex

#42231E
(66,35,30)
1 Favorites   0 Comments

Color spaces of #42231e

RGB 663530
HSL0.020.380.19
HSV55°26°
CMYK 0.000.470.55   0.74
XYZ3.08212.45411.5395
Yxy2.45410.43560.3468
Hunter Lab15.66567.70405.1393
CIE-Lab17.709714.14269.7584

#42231e color RGB value is (66,35,30).

#42231e hex color red value is 66, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #42231e hue: 0.02 , saturation: 0.38 and the lightness value of 42231e is 0.19.

The process color (four color CMYK) of #42231e color hex is 0.00, 0.47, 0.55, 0.74. Web safe color of #42231e is #333333. Color #42231e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 00011110
Octal 102 43 36
Decimal 66 35 30
Hex 42 23 1E

RGB Percentages of Color #42231e

%50.38
%26.72
%22.90

CMYK Percentages of Color #42231e

%0
%47
%55
%74

Triadic Colors of #42231e

#42231e #1e4223 #231e42

Analogous Colors of #42231e

#42231e #42351e #421e2b

Monochromatic Colors of #42231e

#42231e

Complementary Color

#42231e #1e3d42

#42231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42231e Color CSS Codes

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

#42231e Text Font Color

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

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


#42231e Background Color

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

This div background color is #42231e


#42231e Border Color

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

This div border color is #42231e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,35,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42231e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42231e;
  -webkit-box-shadow: 1px 1px 3px 2px #42231e;
  box-shadow:         1px 1px 3px 2px #42231e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42231e


Comments

No comments written yet.

Please login to write comment.