color codes Logo

#5c830c color codes

#5C830C
(92,131,12)
0 Favorites   0 Comments

Color spaces of #5c830c

RGB 9213112
HSL0.220.830.28
HSV80°91°51°
CMYK 0.300.000.91   0.49
XYZ12.596318.53453.2614
Yxy18.53450.36630.5389
Hunter Lab43.0517-23.114025.6447
CIE-Lab50.1381-30.157451.9188

#5c830c color RGB value is (92,131,12).

#5c830c hex color red value is 92, green value is 131 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #5c830c hue: 0.22 , saturation: 0.83 and the lightness value of 5c830c is 0.28.

The process color (four color CMYK) of #5c830c color code is 0.30, 0.00, 0.91, 0.49. Web safe color of #5c830c is #669900. Color #5c830c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000011 00001100
Octal 134 203 14
Decimal 92 131 12
Hex 5C 83 C

RGB Percentages of Color #5c830c

%39.15
%55.74
%5.11

CMYK Percentages of Color #5c830c

%30
%0
%91
%49

Triadic Colors of #5c830c

#5c830c #0c5c83 #830c5c

Analogous Colors of #5c830c

#5c830c #21830c #836f0c

Monochromatic Colors of #5c830c

#5c830c

Complementary Color

#5c830c #330c83

#5c830c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c830c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c830c Color CSS Codes

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

#5c830c Text Font Color

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

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


#5c830c Background Color

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

This div background color is #5c830c


#5c830c Border Color

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

This div border color is #5c830c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c830c


Comments

No comments written yet.

Please login to write comment.