Color Hex Logo

#33974f Color Hex

#33974F
(51,151,79)
0 Favorites   0 Comments

Color spaces of #33974f

RGB 5115179
HSL0.380.500.40
HSV137°66°59°
CMYK 0.660.000.48   0.41
XYZ13.843123.401511.1845
Yxy23.40150.28580.4832
Hunter Lab48.3751-33.576620.1545
CIE-Lab55.4835-45.050429.5814

#33974f color RGB value is (51,151,79).

#33974f hex color red value is 51, green value is 151 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #33974f hue: 0.38 , saturation: 0.50 and the lightness value of 33974f is 0.40.

The process color (four color CMYK) of #33974f color hex is 0.66, 0.00, 0.48, 0.41. Web safe color of #33974f is #339966. Color #33974f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010111 01001111
Octal 63 227 117
Decimal 51 151 79
Hex 33 97 4F

RGB Percentages of Color #33974f

%18.15
%53.74
%28.11

CMYK Percentages of Color #33974f

%66
%0
%48
%41

Triadic Colors of #33974f

#33974f #4f3397 #974f33

Analogous Colors of #33974f

#33974f #339781 #499733

Monochromatic Colors of #33974f

#33974f

Complementary Color

#33974f #97337b

#33974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33974f Color CSS Codes

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

#33974f Text Font Color

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

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


#33974f Background Color

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

This div background color is #33974f


#33974f Border Color

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

This div border color is #33974f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33974f


Comments

No comments written yet.

Please login to write comment.