Color Hex Logo

#33580a Color Hex

#33580A
(51,88,10)
0 Favorites   0 Comments

Color spaces of #33580a

RGB 518810
HSL0.250.800.19
HSV88°89°35°
CMYK 0.420.000.89   0.65
XYZ4.90987.70521.5156
Yxy7.70520.34750.5453
Hunter Lab27.7582-17.004316.1935
CIE-Lab33.3612-26.550136.9953

#33580a color RGB value is (51,88,10).

#33580a hex color red value is 51, green value is 88 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #33580a hue: 0.25 , saturation: 0.80 and the lightness value of 33580a is 0.19.

The process color (four color CMYK) of #33580a color hex is 0.42, 0.00, 0.89, 0.65. Web safe color of #33580a is #336600. Color #33580a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011000 00001010
Octal 63 130 12
Decimal 51 88 10
Hex 33 58 A

RGB Percentages of Color #33580a

%34.23
%59.06
%6.71

CMYK Percentages of Color #33580a

%42
%0
%89
%65

Triadic Colors of #33580a

#33580a #0a3358 #580a33

Analogous Colors of #33580a

#33580a #0c580a #58560a

Monochromatic Colors of #33580a

#33580a

Complementary Color

#33580a #2f0a58

#33580a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33580a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33580a Color CSS Codes

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

#33580a Text Font Color

<p style="color:#33580a">Text here</p>

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


#33580a Background Color

<div style="background-color:#33580a">
Div content here</div>

This div background color is #33580a


#33580a Border Color

<div style="border:3px solid #33580a">
Div here</div>

This div border color is #33580a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,88,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33580a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33580a;
  -webkit-box-shadow: 1px 1px 3px 2px #33580a;
  box-shadow:         1px 1px 3px 2px #33580a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,88,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 #33580a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33580a


Comments

No comments written yet.

Please login to write comment.