Color Hex Logo

#5c603f Color Hex

#5C603F
(92,96,63)
0 Favorites   0 Comments

Color spaces of #5c603f

RGB 929663
HSL0.190.210.31
HSV67°34°38°
CMYK 0.040.000.34   0.62
XYZ9.493710.99996.3255
Yxy10.99990.35400.4102
Hunter Lab33.1661-6.945611.9084
CIE-Lab39.5803-7.580418.3686

#5c603f color RGB value is (92,96,63).

#5c603f hex color red value is 92, green value is 96 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5c603f hue: 0.19 , saturation: 0.21 and the lightness value of 5c603f is 0.31.

The process color (four color CMYK) of #5c603f color hex is 0.04, 0.00, 0.34, 0.62. Web safe color of #5c603f is #666633. Color #5c603f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01100000 00111111
Octal 134 140 77
Decimal 92 96 63
Hex 5C 60 3F

RGB Percentages of Color #5c603f

%36.65
%38.25
%25.10

CMYK Percentages of Color #5c603f

%4
%0
%34
%62

Triadic Colors of #5c603f

#5c603f #3f5c60 #603f5c

Analogous Colors of #5c603f

#5c603f #4c603f #60543f

Monochromatic Colors of #5c603f

#5c603f

Complementary Color

#5c603f #433f60

#5c603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c603f Color CSS Codes

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

#5c603f Text Font Color

<p style="color:#5c603f">Text here</p>

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


#5c603f Background Color

<div style="background-color:#5c603f">
Div content here</div>

This div background color is #5c603f


#5c603f Border Color

<div style="border:3px solid #5c603f">
Div here</div>

This div border color is #5c603f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,96,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c603f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c603f;
  -webkit-box-shadow: 1px 1px 3px 2px #5c603f;
  box-shadow:         1px 1px 3px 2px #5c603f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,96,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c603f


Comments

No comments written yet.

Please login to write comment.