Color Hex Logo

#33554f Color Hex

#33554F
(51,85,79)
0 Favorites   0 Comments

Color spaces of #33554f

RGB 518579
HSL0.470.250.27
HSV169°40°33°
CMYK 0.400.000.07   0.67
XYZ6.02507.76538.5784
Yxy7.76530.26930.3472
Hunter Lab27.8663-10.17231.2545
CIE-Lab33.4892-13.9534-0.4128

#33554f color RGB value is (51,85,79).

#33554f hex color red value is 51, green value is 85 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #33554f hue: 0.47 , saturation: 0.25 and the lightness value of 33554f is 0.27.

The process color (four color CMYK) of #33554f color hex is 0.40, 0.00, 0.07, 0.67. Web safe color of #33554f is #336666. Color #33554f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010101 01001111
Octal 63 125 117
Decimal 51 85 79
Hex 33 55 4F

RGB Percentages of Color #33554f

%23.72
%39.53
%36.74

CMYK Percentages of Color #33554f

%40
%0
%7
%67

Triadic Colors of #33554f

#33554f #4f3355 #554f33

Analogous Colors of #33554f

#33554f #334a55 #33553e

Monochromatic Colors of #33554f

#33554f

Complementary Color

#33554f #553339

#33554f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33554f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33554f Color CSS Codes

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

#33554f Text Font Color

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

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


#33554f Background Color

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

This div background color is #33554f


#33554f Border Color

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

This div border color is #33554f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33554f


Comments

No comments written yet.

Please login to write comment.