Color Hex Logo

#33774f Color Hex

#33774F
(51,119,79)
0 Favorites   0 Comments

Color spaces of #33774f

RGB 5111979
HSL0.400.400.33
HSV145°57°47°
CMYK 0.570.000.34   0.53
XYZ9.373314.46209.6945
Yxy14.46200.27960.4313
Hunter Lab38.0289-22.554311.5058
CIE-Lab44.8883-31.444715.6730

#33774f color RGB value is (51,119,79).

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

The process color (four color CMYK) of #33774f color hex is 0.57, 0.00, 0.34, 0.53. Web safe color of #33774f is #336666. Color #33774f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110111 01001111
Octal 63 167 117
Decimal 51 119 79
Hex 33 77 4F

RGB Percentages of Color #33774f

%20.48
%47.79
%31.73

CMYK Percentages of Color #33774f

%57
%0
%34
%53

Triadic Colors of #33774f

#33774f #4f3377 #774f33

Analogous Colors of #33774f

#33774f #337771 #397733

Monochromatic Colors of #33774f

#33774f

Complementary Color

#33774f #77335b

#33774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33774f Color CSS Codes

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

#33774f Text Font Color

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

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


#33774f Background Color

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

This div background color is #33774f


#33774f Border Color

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

This div border color is #33774f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33774f


Comments

No comments written yet.

Please login to write comment.