Color Hex Logo

#33754f Color Hex

#33754F
(51,117,79)
0 Favorites   0 Comments

Color spaces of #33754f

RGB 5111779
HSL0.400.390.33
HSV145°56°46°
CMYK 0.560.000.32   0.54
XYZ9.137813.99099.6160
Yxy13.99090.27910.4273
Hunter Lab37.4044-21.850610.9407
CIE-Lab44.2199-30.514514.7622

#33754f color RGB value is (51,117,79).

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

The process color (four color CMYK) of #33754f color hex is 0.56, 0.00, 0.32, 0.54. Web safe color of #33754f is #336666. Color #33754f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110101 01001111
Octal 63 165 117
Decimal 51 117 79
Hex 33 75 4F

RGB Percentages of Color #33754f

%20.65
%47.37
%31.98

CMYK Percentages of Color #33754f

%56
%0
%32
%54

Triadic Colors of #33754f

#33754f #4f3375 #754f33

Analogous Colors of #33754f

#33754f #337570 #387533

Monochromatic Colors of #33754f

#33754f

Complementary Color

#33754f #753359

#33754f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33754f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33754f Color CSS Codes

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

#33754f Text Font Color

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

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


#33754f Background Color

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

This div background color is #33754f


#33754f Border Color

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

This div border color is #33754f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33754f


Comments

No comments written yet.

Please login to write comment.