Color Hex Logo

#33350f Color Hex

#33350F
(51,53,15)
0 Favorites   0 Comments

Color spaces of #33350f

RGB 515315
HSL0.180.560.13
HSV63°72°21°
CMYK 0.040.000.72   0.79
XYZ2.72463.28450.9423
Yxy3.28450.39190.4725
Hunter Lab18.1232-4.88039.6035
CIE-Lab21.1491-7.101722.9858

#33350f color RGB value is (51,53,15).

#33350f hex color red value is 51, green value is 53 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #33350f hue: 0.18 , saturation: 0.56 and the lightness value of 33350f is 0.13.

The process color (four color CMYK) of #33350f color hex is 0.04, 0.00, 0.72, 0.79. Web safe color of #33350f is #333300. Color #33350f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110101 00001111
Octal 63 65 17
Decimal 51 53 15
Hex 33 35 F

RGB Percentages of Color #33350f

%42.86
%44.54
%12.61

CMYK Percentages of Color #33350f

%4
%0
%72
%79

Triadic Colors of #33350f

#33350f #0f3335 #350f33

Analogous Colors of #33350f

#33350f #20350f #35240f

Monochromatic Colors of #33350f

#33350f

Complementary Color

#33350f #110f35

#33350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33350f Color CSS Codes

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

#33350f Text Font Color

<p style="color:#33350f">Text here</p>

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


#33350f Background Color

<div style="background-color:#33350f">
Div content here</div>

This div background color is #33350f


#33350f Border Color

<div style="border:3px solid #33350f">
Div here</div>

This div border color is #33350f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,53,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33350f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33350f;
  -webkit-box-shadow: 1px 1px 3px 2px #33350f;
  box-shadow:         1px 1px 3px 2px #33350f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33350f


Comments

No comments written yet.

Please login to write comment.