Color Hex Logo

#33514c Color Hex

#33514C
(51,81,76)
0 Favorites   0 Comments

Color spaces of #33514c

RGB 518176
HSL0.470.230.26
HSV170°37°32°
CMYK 0.370.000.06   0.68
XYZ5.61227.11057.9141
Yxy7.11050.27200.3446
Hunter Lab26.6655-9.09641.0691
CIE-Lab32.0572-12.4419-0.6090

#33514c color RGB value is (51,81,76).

#33514c hex color red value is 51, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #33514c hue: 0.47 , saturation: 0.23 and the lightness value of 33514c is 0.26.

The process color (four color CMYK) of #33514c color hex is 0.37, 0.00, 0.06, 0.68. Web safe color of #33514c is #336633. Color #33514c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010001 01001100
Octal 63 121 114
Decimal 51 81 76
Hex 33 51 4C

RGB Percentages of Color #33514c

%24.52
%38.94
%36.54

CMYK Percentages of Color #33514c

%37
%0
%6
%68

Triadic Colors of #33514c

#33514c #4c3351 #514c33

Analogous Colors of #33514c

#33514c #334751 #33513d

Monochromatic Colors of #33514c

#33514c

Complementary Color

#33514c #513338

#33514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33514c Color CSS Codes

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

#33514c Text Font Color

<p style="color:#33514c">Text here</p>

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


#33514c Background Color

<div style="background-color:#33514c">
Div content here</div>

This div background color is #33514c


#33514c Border Color

<div style="border:3px solid #33514c">
Div here</div>

This div border color is #33514c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,81,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33514c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33514c;
  -webkit-box-shadow: 1px 1px 3px 2px #33514c;
  box-shadow:         1px 1px 3px 2px #33514c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33514c


Comments

No comments written yet.

Please login to write comment.