Color Hex Logo

#333d0e Color Hex

#333D0E
(51,61,14)
0 Favorites   0 Comments

Color spaces of #333d0e

RGB 516114
HSL0.200.630.15
HSV73°77°24°
CMYK 0.160.000.77   0.76
XYZ3.11324.07301.0375
Yxy4.07300.37860.4953
Hunter Lab20.1817-7.782711.0792
CIE-Lab23.9113-12.053826.4120

#333d0e color RGB value is (51,61,14).

#333d0e hex color red value is 51, green value is 61 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #333d0e hue: 0.20 , saturation: 0.63 and the lightness value of 333d0e is 0.15.

The process color (four color CMYK) of #333d0e color hex is 0.16, 0.00, 0.77, 0.76. Web safe color of #333d0e is #333300. Color #333d0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111101 00001110
Octal 63 75 16
Decimal 51 61 14
Hex 33 3D E

RGB Percentages of Color #333d0e

%40.48
%48.41
%11.11

CMYK Percentages of Color #333d0e

%16
%0
%77
%76

Triadic Colors of #333d0e

#333d0e #0e333d #3d0e33

Analogous Colors of #333d0e

#333d0e #1c3d0e #3d300e

Monochromatic Colors of #333d0e

#333d0e

Complementary Color

#333d0e #180e3d

#333d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#333d0e Color CSS Codes

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

#333d0e Text Font Color

<p style="color:#333d0e">Text here</p>

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


#333d0e Background Color

<div style="background-color:#333d0e">
Div content here</div>

This div background color is #333d0e


#333d0e Border Color

<div style="border:3px solid #333d0e">
Div here</div>

This div border color is #333d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333d0e


Comments

No comments written yet.

Please login to write comment.