Color Hex Logo

#33422f Color Hex

#33422F
(51,66,47)
0 Favorites   0 Comments

Color spaces of #33422f

RGB 516647
HSL0.300.170.22
HSV107°29°26°
CMYK 0.230.000.29   0.74
XYZ3.82654.80553.4152
Yxy4.80550.31760.3989
Hunter Lab21.9215-7.20456.1081
CIE-Lab26.1733-10.41559.6388

#33422f color RGB value is (51,66,47).

#33422f hex color red value is 51, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #33422f hue: 0.30 , saturation: 0.17 and the lightness value of 33422f is 0.22.

The process color (four color CMYK) of #33422f color hex is 0.23, 0.00, 0.29, 0.74. Web safe color of #33422f is #333333. Color #33422f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 00101111
Octal 63 102 57
Decimal 51 66 47
Hex 33 42 2F

RGB Percentages of Color #33422f

%31.10
%40.24
%28.66

CMYK Percentages of Color #33422f

%23
%0
%29
%74

Triadic Colors of #33422f

#33422f #2f3342 #422f33

Analogous Colors of #33422f

#33422f #2f4235 #3d422f

Monochromatic Colors of #33422f

#33422f

Complementary Color

#33422f #3e2f42

#33422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33422f Color CSS Codes

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

#33422f Text Font Color

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

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


#33422f Background Color

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

This div background color is #33422f


#33422f Border Color

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

This div border color is #33422f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33422f


Comments

No comments written yet.

Please login to write comment.