Color Hex Logo

#33554d Color Hex

#33554D
(51,85,77)
0 Favorites   0 Comments

Color spaces of #33554d

RGB 518577
HSL0.460.250.27
HSV166°40°33°
CMYK 0.400.000.09   0.67
XYZ5.95337.73668.2007
Yxy7.73660.27200.3534
Hunter Lab27.8147-10.47071.9897
CIE-Lab33.4282-14.48430.7592

#33554d color RGB value is (51,85,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010101 01001101
Octal 63 125 115
Decimal 51 85 77
Hex 33 55 4D

RGB Percentages of Color #33554d

%23.94
%39.91
%36.15

CMYK Percentages of Color #33554d

%40
%0
%9
%67

Triadic Colors of #33554d

#33554d #4d3355 #554d33

Analogous Colors of #33554d

#33554d #334c55 #33553c

Monochromatic Colors of #33554d

#33554d

Complementary Color

#33554d #55333b

#33554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33554d Color CSS Codes

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

#33554d Text Font Color

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

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


#33554d Background Color

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

This div background color is #33554d


#33554d Border Color

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

This div border color is #33554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33554d


Comments

No comments written yet.

Please login to write comment.