Color Hex Logo

#5c831c Color Hex

#5C831C
(92,131,28)
0 Favorites   0 Comments

Color spaces of #5c831c

RGB 9213128
HSL0.230.650.31
HSV83°79°51°
CMYK 0.300.000.79   0.49
XYZ12.739518.59184.0157
Yxy18.59180.36040.5260
Hunter Lab43.1182-22.718124.6609
CIE-Lab50.2062-29.488547.5757

#5c831c color RGB value is (92,131,28).

#5c831c hex color red value is 92, green value is 131 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5c831c hue: 0.23 , saturation: 0.65 and the lightness value of 5c831c is 0.31.

The process color (four color CMYK) of #5c831c color hex is 0.30, 0.00, 0.79, 0.49. Web safe color of #5c831c is #669933. Color #5c831c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000011 00011100
Octal 134 203 34
Decimal 92 131 28
Hex 5C 83 1C

RGB Percentages of Color #5c831c

%36.65
%52.19
%11.16

CMYK Percentages of Color #5c831c

%30
%0
%79
%49

Triadic Colors of #5c831c

#5c831c #1c5c83 #831c5c

Analogous Colors of #5c831c

#5c831c #29831c #83771c

Monochromatic Colors of #5c831c

#5c831c

Complementary Color

#5c831c #431c83

#5c831c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c831c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c831c Color CSS Codes

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

#5c831c Text Font Color

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

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


#5c831c Background Color

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

This div background color is #5c831c


#5c831c Border Color

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

This div border color is #5c831c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c831c

#5c831c Color Palettes


Comments

No comments written yet.

Please login to write comment.