Color Hex Logo

#5d790a Color Hex

#5D790A
(93,121,10)
0 Favorites   0 Comments

Color spaces of #5d790a

RGB 9312110
HSL0.210.850.26
HSV75°92°47°
CMYK 0.230.000.92   0.53
XYZ11.406416.02382.7789
Yxy16.02380.37760.5304
Hunter Lab40.0297-19.188823.9049
CIE-Lab47.0057-24.949649.7460

#5d790a color RGB value is (93,121,10).

#5d790a hex color red value is 93, green value is 121 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5d790a hue: 0.21 , saturation: 0.85 and the lightness value of 5d790a is 0.26.

The process color (four color CMYK) of #5d790a color hex is 0.23, 0.00, 0.92, 0.53. Web safe color of #5d790a is #666600. Color #5d790a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111001 00001010
Octal 135 171 12
Decimal 93 121 10
Hex 5D 79 A

RGB Percentages of Color #5d790a

%41.52
%54.02
%4.46

CMYK Percentages of Color #5d790a

%23
%0
%92
%53

Triadic Colors of #5d790a

#5d790a #0a5d79 #790a5d

Analogous Colors of #5d790a

#5d790a #26790a #795d0a

Monochromatic Colors of #5d790a

#5d790a

Complementary Color

#5d790a #260a79

#5d790a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d790a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d790a Color CSS Codes

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

#5d790a Text Font Color

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

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


#5d790a Background Color

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

This div background color is #5d790a


#5d790a Border Color

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

This div border color is #5d790a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,121,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d790a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d790a;
  -webkit-box-shadow: 1px 1px 3px 2px #5d790a;
  box-shadow:         1px 1px 3px 2px #5d790a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,121,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d790a


Comments

No comments written yet.

Please login to write comment.