Color Hex Logo

#33690a Color Hex

#33690A
(51,105,10)
0 Favorites   0 Comments

Color spaces of #33690a

RGB 5110510
HSL0.260.830.23
HSV94°90°41°
CMYK 0.510.000.90   0.59
XYZ6.471610.82892.0363
Yxy10.82890.33470.5600
Hunter Lab32.9073-22.483719.3662
CIE-Lab39.2908-34.151242.2417

#33690a color RGB value is (51,105,10).

#33690a hex color red value is 51, green value is 105 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #33690a hue: 0.26 , saturation: 0.83 and the lightness value of 33690a is 0.23.

The process color (four color CMYK) of #33690a color hex is 0.51, 0.00, 0.90, 0.59. Web safe color of #33690a is #336600. Color #33690a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101001 00001010
Octal 63 151 12
Decimal 51 105 10
Hex 33 69 A

RGB Percentages of Color #33690a

%30.72
%63.25
%6.02

CMYK Percentages of Color #33690a

%51
%0
%90
%59

Triadic Colors of #33690a

#33690a #0a3369 #690a33

Analogous Colors of #33690a

#33690a #0a6911 #63690a

Monochromatic Colors of #33690a

#33690a

Complementary Color

#33690a #400a69

#33690a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33690a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33690a Color CSS Codes

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

#33690a Text Font Color

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

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


#33690a Background Color

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

This div background color is #33690a


#33690a Border Color

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

This div border color is #33690a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33690a


Comments

No comments written yet.

Please login to write comment.