Color Hex Logo

#33827e Color Hex

#33827E
(51,130,126)
0 Favorites   0 Comments

Color spaces of #33827e

RGB 51130126
HSL0.490.440.35
HSV177°61°51°
CMYK 0.610.000.03   0.49
XYZ13.113818.175422.5557
Yxy18.17540.24350.3376
Hunter Lab42.6326-19.7004-1.5258
CIE-Lab49.7082-24.8600-5.0493

#33827e color RGB value is (51,130,126).

#33827e hex color red value is 51, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #33827e hue: 0.49 , saturation: 0.44 and the lightness value of 33827e is 0.35.

The process color (four color CMYK) of #33827e color hex is 0.61, 0.00, 0.03, 0.49. Web safe color of #33827e is #339966. Color #33827e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000010 01111110
Octal 63 202 176
Decimal 51 130 126
Hex 33 82 7E

RGB Percentages of Color #33827e

%16.61
%42.35
%41.04

CMYK Percentages of Color #33827e

%61
%0
%3
%49

Triadic Colors of #33827e

#33827e #7e3382 #827e33

Analogous Colors of #33827e

#33827e #335f82 #338257

Monochromatic Colors of #33827e

#33827e

Complementary Color

#33827e #823337

#33827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33827e Color CSS Codes

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

#33827e Text Font Color

<p style="color:#33827e">Text here</p>

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


#33827e Background Color

<div style="background-color:#33827e">
Div content here</div>

This div background color is #33827e


#33827e Border Color

<div style="border:3px solid #33827e">
Div here</div>

This div border color is #33827e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,130,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33827e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33827e;
  -webkit-box-shadow: 1px 1px 3px 2px #33827e;
  box-shadow:         1px 1px 3px 2px #33827e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33827e


Comments

No comments written yet.

Please login to write comment.