Color Hex Logo

#33382f Color Hex

#33382F
(51,56,47)
0 Favorites   0 Comments

Color spaces of #33382f

RGB 515647
HSL0.260.090.20
HSV93°16°22°
CMYK 0.090.000.16   0.78
XYZ3.29253.73743.2372
Yxy3.73740.32070.3640
Hunter Lab19.3324-3.43123.6045
CIE-Lab22.7836-4.17884.9099

#33382f color RGB value is (51,56,47).

#33382f hex color red value is 51, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #33382f hue: 0.26 , saturation: 0.09 and the lightness value of 33382f is 0.20.

The process color (four color CMYK) of #33382f color hex is 0.09, 0.00, 0.16, 0.78. Web safe color of #33382f is #333333. Color #33382f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111000 00101111
Octal 63 70 57
Decimal 51 56 47
Hex 33 38 2F

RGB Percentages of Color #33382f

%33.12
%36.36
%30.52

CMYK Percentages of Color #33382f

%9
%0
%16
%78

Triadic Colors of #33382f

#33382f #2f3338 #382f33

Analogous Colors of #33382f

#33382f #2f3830 #38382f

Monochromatic Colors of #33382f

#33382f

Complementary Color

#33382f #342f38

#33382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33382f Color CSS Codes

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

#33382f Text Font Color

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

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


#33382f Background Color

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

This div background color is #33382f


#33382f Border Color

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

This div border color is #33382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33382f


Comments

No comments written yet.

Please login to write comment.