Color Hex Logo

#5c623a Color Hex

#5C623A
(92,98,58)
0 Favorites   0 Comments

Color spaces of #5c623a

RGB 929858
HSL0.190.260.31
HSV69°41°38°
CMYK 0.060.000.41   0.62
XYZ9.545011.31625.6841
Yxy11.31620.35960.4263
Hunter Lab33.6396-8.221013.5294
CIE-Lab40.1080-9.437921.9904

#5c623a color RGB value is (92,98,58).

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

The process color (four color CMYK) of #5c623a color hex is 0.06, 0.00, 0.41, 0.62. Web safe color of #5c623a is #666633. Color #5c623a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01100010 00111010
Octal 134 142 72
Decimal 92 98 58
Hex 5C 62 3A

RGB Percentages of Color #5c623a

%37.10
%39.52
%23.39

CMYK Percentages of Color #5c623a

%6
%0
%41
%62

Triadic Colors of #5c623a

#5c623a #3a5c62 #623a5c

Analogous Colors of #5c623a

#5c623a #48623a #62543a

Monochromatic Colors of #5c623a

#5c623a

Complementary Color

#5c623a #403a62

#5c623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c623a Color CSS Codes

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

#5c623a Text Font Color

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

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


#5c623a Background Color

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

This div background color is #5c623a


#5c623a Border Color

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

This div border color is #5c623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c623a


Comments

No comments written yet.

Please login to write comment.