Color Hex Logo

#55742b Color Hex

#55742B
(85,116,43)
0 Favorites   0 Comments

Color spaces of #55742b

RGB 8511643
HSL0.240.460.31
HSV85°63°45°
CMYK 0.270.000.63   0.55
XYZ10.427714.59654.5533
Yxy14.59650.35260.4935
Hunter Lab38.2054-18.139919.6776
CIE-Lab45.0765-23.899835.8842

#55742b color RGB value is (85,116,43).

#55742b hex color red value is 85, green value is 116 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #55742b hue: 0.24 , saturation: 0.46 and the lightness value of 55742b is 0.31.

The process color (four color CMYK) of #55742b color hex is 0.27, 0.00, 0.63, 0.55. Web safe color of #55742b is #666633. Color #55742b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110100 00101011
Octal 125 164 53
Decimal 85 116 43
Hex 55 74 2B

RGB Percentages of Color #55742b

%34.84
%47.54
%17.62

CMYK Percentages of Color #55742b

%27
%0
%63
%55

Triadic Colors of #55742b

#55742b #2b5574 #742b55

Analogous Colors of #55742b

#55742b #31742b #746f2b

Monochromatic Colors of #55742b

#55742b

Complementary Color

#55742b #4a2b74

#55742b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55742b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55742b Color CSS Codes

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

#55742b Text Font Color

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

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


#55742b Background Color

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

This div background color is #55742b


#55742b Border Color

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

This div border color is #55742b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55742b


Comments

No comments written yet.

Please login to write comment.