Color Hex Logo

#55692b Color Hex

#55692B
(85,105,43)
0 Favorites   0 Comments

Color spaces of #55692b

RGB 8510543
HSL0.220.420.29
HSV79°59°41°
CMYK 0.190.000.59   0.59
XYZ9.233912.20894.1554
Yxy12.20890.36070.4769
Hunter Lab34.9412-13.975117.4078
CIE-Lab41.5462-18.190031.8816

#55692b color RGB value is (85,105,43).

#55692b hex color red value is 85, green value is 105 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #55692b hue: 0.22 , saturation: 0.42 and the lightness value of 55692b is 0.29.

The process color (four color CMYK) of #55692b color hex is 0.19, 0.00, 0.59, 0.59. Web safe color of #55692b is #666633. Color #55692b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 00101011
Octal 125 151 53
Decimal 85 105 43
Hex 55 69 2B

RGB Percentages of Color #55692b

%36.48
%45.06
%18.45

CMYK Percentages of Color #55692b

%19
%0
%59
%59

Triadic Colors of #55692b

#55692b #2b5569 #692b55

Analogous Colors of #55692b

#55692b #36692b #695e2b

Monochromatic Colors of #55692b

#55692b

Complementary Color

#55692b #3f2b69

#55692b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55692b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55692b Color CSS Codes

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

#55692b Text Font Color

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

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


#55692b Background Color

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

This div background color is #55692b


#55692b Border Color

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

This div border color is #55692b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,105,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 #55692b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55692b


Comments

No comments written yet.

Please login to write comment.