Color Hex Logo

#33493c Color Hex

#33493C
(51,73,60)
0 Favorites   0 Comments

Color spaces of #33493c

RGB 517360
HSL0.400.180.24
HSV145°30°29°
CMYK 0.300.000.18   0.71
XYZ4.56345.79515.1530
Yxy5.79510.29420.3736
Hunter Lab24.0730-8.29044.1597
CIE-Lab28.8895-11.76215.0527

#33493c color RGB value is (51,73,60).

#33493c hex color red value is 51, green value is 73 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #33493c hue: 0.40 , saturation: 0.18 and the lightness value of 33493c is 0.24.

The process color (four color CMYK) of #33493c color hex is 0.30, 0.00, 0.18, 0.71. Web safe color of #33493c is #333333. Color #33493c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 00111100
Octal 63 111 74
Decimal 51 73 60
Hex 33 49 3C

RGB Percentages of Color #33493c

%27.72
%39.67
%32.61

CMYK Percentages of Color #33493c

%30
%0
%18
%71

Triadic Colors of #33493c

#33493c #3c3349 #493c33

Analogous Colors of #33493c

#33493c #334947 #354933

Monochromatic Colors of #33493c

#33493c

Complementary Color

#33493c #493340

#33493c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33493c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33493c Color CSS Codes

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

#33493c Text Font Color

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

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


#33493c Background Color

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

This div background color is #33493c


#33493c Border Color

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

This div border color is #33493c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33493c


Comments

No comments written yet.

Please login to write comment.