Color Hex Logo

#33670e Color Hex

#33670E
(51,103,14)
0 Favorites   0 Comments

Color spaces of #33670e

RGB 5110314
HSL0.260.760.23
HSV95°86°40°
CMYK 0.500.000.86   0.60
XYZ6.294810.43602.0980
Yxy10.43600.33430.5543
Hunter Lab32.3048-21.751518.7628
CIE-Lab38.6138-33.109840.5436

#33670e color RGB value is (51,103,14).

#33670e hex color red value is 51, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #33670e hue: 0.26 , saturation: 0.76 and the lightness value of 33670e is 0.23.

The process color (four color CMYK) of #33670e color hex is 0.50, 0.00, 0.86, 0.60. Web safe color of #33670e is #336600. Color #33670e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100111 00001110
Octal 63 147 16
Decimal 51 103 14
Hex 33 67 E

RGB Percentages of Color #33670e

%30.36
%61.31
%8.33

CMYK Percentages of Color #33670e

%50
%0
%86
%60

Triadic Colors of #33670e

#33670e #0e3367 #670e33

Analogous Colors of #33670e

#33670e #0e6716 #60670e

Monochromatic Colors of #33670e

#33670e

Complementary Color

#33670e #420e67

#33670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33670e Color CSS Codes

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

#33670e Text Font Color

<p style="color:#33670e">Text here</p>

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


#33670e Background Color

<div style="background-color:#33670e">
Div content here</div>

This div background color is #33670e


#33670e Border Color

<div style="border:3px solid #33670e">
Div here</div>

This div border color is #33670e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,103,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33670e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33670e;
  -webkit-box-shadow: 1px 1px 3px 2px #33670e;
  box-shadow:         1px 1px 3px 2px #33670e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,103,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33670e


Comments

No comments written yet.

Please login to write comment.