Color Hex Logo

#5c824b Color Hex

#5C824B
(92,130,75)
0 Favorites   0 Comments

Color spaces of #5c824b

RGB 9213075
HSL0.280.270.40
HSV101°42°51°
CMYK 0.290.000.42   0.49
XYZ13.666318.74869.5552
Yxy18.74860.32560.4467
Hunter Lab43.2997-19.436017.2259
CIE-Lab50.3918-24.228025.5915

#5c824b color RGB value is (92,130,75).

#5c824b hex color red value is 92, green value is 130 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #5c824b hue: 0.28 , saturation: 0.27 and the lightness value of 5c824b is 0.40.

The process color (four color CMYK) of #5c824b color hex is 0.29, 0.00, 0.42, 0.49. Web safe color of #5c824b is #669933. Color #5c824b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000010 01001011
Octal 134 202 113
Decimal 92 130 75
Hex 5C 82 4B

RGB Percentages of Color #5c824b

%30.98
%43.77
%25.25

CMYK Percentages of Color #5c824b

%29
%0
%42
%49

Triadic Colors of #5c824b

#5c824b #4b5c82 #824b5c

Analogous Colors of #5c824b

#5c824b #4b8256 #78824b

Monochromatic Colors of #5c824b

#5c824b

Complementary Color

#5c824b #714b82

#5c824b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c824b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c824b Color CSS Codes

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

#5c824b Text Font Color

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

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


#5c824b Background Color

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

This div background color is #5c824b


#5c824b Border Color

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

This div border color is #5c824b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c824b

#5c824b Color Palettes


Comments

No comments written yet.

Please login to write comment.