Color Hex Logo

#33504d Color Hex

#33504D
(51,80,77)
0 Favorites   0 Comments

Color spaces of #33504d

RGB 518077
HSL0.480.220.26
HSV174°36°31°
CMYK 0.360.000.04   0.69
XYZ5.57356.97708.0741
Yxy6.97700.27020.3383
Hunter Lab26.4140-8.56000.3663
CIE-Lab31.7545-11.5859-1.6896

#33504d color RGB value is (51,80,77).

#33504d hex color red value is 51, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #33504d hue: 0.48 , saturation: 0.22 and the lightness value of 33504d is 0.26.

The process color (four color CMYK) of #33504d color hex is 0.36, 0.00, 0.04, 0.69. Web safe color of #33504d is #336666. Color #33504d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010000 01001101
Octal 63 120 115
Decimal 51 80 77
Hex 33 50 4D

RGB Percentages of Color #33504d

%24.52
%38.46
%37.02

CMYK Percentages of Color #33504d

%36
%0
%4
%69

Triadic Colors of #33504d

#33504d #4d3350 #504d33

Analogous Colors of #33504d

#33504d #334550 #33503f

Monochromatic Colors of #33504d

#33504d

Complementary Color

#33504d #503336

#33504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33504d Color CSS Codes

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

#33504d Text Font Color

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

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


#33504d Background Color

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

This div background color is #33504d


#33504d Border Color

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

This div border color is #33504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33504d


Comments

No comments written yet.

Please login to write comment.