Color Hex Logo

#33503a Color Hex

#33503A
(51,80,58)
0 Favorites   0 Comments

Color spaces of #33503a

RGB 518058
HSL0.370.220.26
HSV134°36°31°
CMYK 0.360.000.28   0.69
XYZ4.99766.74665.0418
Yxy6.74660.29770.4019
Hunter Lab25.9742-11.11046.6733
CIE-Lab31.2229-16.22999.6000

#33503a color RGB value is (51,80,58).

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

The process color (four color CMYK) of #33503a color hex is 0.36, 0.00, 0.28, 0.69. Web safe color of #33503a is #336633. Color #33503a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010000 00111010
Octal 63 120 72
Decimal 51 80 58
Hex 33 50 3A

RGB Percentages of Color #33503a

%26.98
%42.33
%30.69

CMYK Percentages of Color #33503a

%36
%0
%28
%69

Triadic Colors of #33503a

#33503a #3a3350 #503a33

Analogous Colors of #33503a

#33503a #335049 #3b5033

Monochromatic Colors of #33503a

#33503a

Complementary Color

#33503a #503349

#33503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33503a Color CSS Codes

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

#33503a Text Font Color

<p style="color:#33503a">Text here</p>

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


#33503a Background Color

<div style="background-color:#33503a">
Div content here</div>

This div background color is #33503a


#33503a Border Color

<div style="border:3px solid #33503a">
Div here</div>

This div border color is #33503a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33503a


Comments

No comments written yet.

Please login to write comment.