Color Hex Logo

#42532b Color Hex

#42532B
(66,83,43)
0 Favorites   0 Comments

Color spaces of #42532b

RGB 668343
HSL0.240.320.25
HSV85°48°33°
CMYK 0.200.000.48   0.67
XYZ5.77617.51923.4324
Yxy7.51920.34530.4495
Hunter Lab27.4212-10.387111.7733
CIE-Lab32.9608-14.459721.2357

#42532b color RGB value is (66,83,43).

#42532b hex color red value is 66, green value is 83 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #42532b hue: 0.24 , saturation: 0.32 and the lightness value of 42532b is 0.25.

The process color (four color CMYK) of #42532b color hex is 0.20, 0.00, 0.48, 0.67. Web safe color of #42532b is #336633. Color #42532b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 00101011
Octal 102 123 53
Decimal 66 83 43
Hex 42 53 2B

RGB Percentages of Color #42532b

%34.38
%43.23
%22.40

CMYK Percentages of Color #42532b

%20
%0
%48
%67

Triadic Colors of #42532b

#42532b #2b4253 #532b42

Analogous Colors of #42532b

#42532b #2e532b #53502b

Monochromatic Colors of #42532b

#42532b

Complementary Color

#42532b #3c2b53

#42532b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42532b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42532b Color CSS Codes

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

#42532b Text Font Color

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

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


#42532b Background Color

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

This div background color is #42532b


#42532b Border Color

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

This div border color is #42532b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,83,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42532b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42532b;
  -webkit-box-shadow: 1px 1px 3px 2px #42532b;
  box-shadow:         1px 1px 3px 2px #42532b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42532b


Comments

No comments written yet.

Please login to write comment.