Color Hex Logo

#55612b Color Hex

#55612B
(85,97,43)
0 Favorites   0 Comments

Color spaces of #55612b

RGB 859743
HSL0.200.390.27
HSV73°56°38°
CMYK 0.120.000.56   0.62
XYZ8.457110.65513.8964
Yxy10.65510.36760.4631
Hunter Lab32.6422-10.877015.7722
CIE-Lab38.9934-13.821528.9093

#55612b color RGB value is (85,97,43).

#55612b hex color red value is 85, green value is 97 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #55612b hue: 0.20 , saturation: 0.39 and the lightness value of 55612b is 0.27.

The process color (four color CMYK) of #55612b color hex is 0.12, 0.00, 0.56, 0.62. Web safe color of #55612b is #666633. Color #55612b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 00101011
Octal 125 141 53
Decimal 85 97 43
Hex 55 61 2B

RGB Percentages of Color #55612b

%37.78
%43.11
%19.11

CMYK Percentages of Color #55612b

%12
%0
%56
%62

Triadic Colors of #55612b

#55612b #2b5561 #612b55

Analogous Colors of #55612b

#55612b #3a612b #61522b

Monochromatic Colors of #55612b

#55612b

Complementary Color

#55612b #372b61

#55612b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55612b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55612b Color CSS Codes

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

#55612b Text Font Color

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

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


#55612b Background Color

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

This div background color is #55612b


#55612b Border Color

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

This div border color is #55612b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55612b


Comments

No comments written yet.

Please login to write comment.