Color Hex Logo

#215735 Color Hex

#215735
(33,87,53)
0 Favorites   0 Comments

Color spaces of #215735

RGB 338753
HSL0.400.450.24
HSV142°62°34°
CMYK 0.620.000.39   0.66
XYZ4.67807.39684.5493
Yxy7.39680.28140.4449
Hunter Lab27.1971-16.89229.1204
CIE-Lab32.6937-26.650614.5548

#215735 color RGB value is (33,87,53).

#215735 hex color red value is 33, green value is 87 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #215735 hue: 0.40 , saturation: 0.45 and the lightness value of 215735 is 0.24.

The process color (four color CMYK) of #215735 color hex is 0.62, 0.00, 0.39, 0.66. Web safe color of #215735 is #336633. Color #215735 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010111 00110101
Octal 41 127 65
Decimal 33 87 53
Hex 21 57 35

RGB Percentages of Color #215735

%19.08
%50.29
%30.64

CMYK Percentages of Color #215735

%62
%0
%39
%66

Triadic Colors of #215735

#215735 #352157 #573521

Analogous Colors of #215735

#215735 #215750 #285721

Monochromatic Colors of #215735

#215735

Complementary Color

#215735 #572143

#215735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215735 Color CSS Codes

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

#215735 Text Font Color

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

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


#215735 Background Color

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

This div background color is #215735


#215735 Border Color

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

This div border color is #215735


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,87,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215735; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215735;
  -webkit-box-shadow: 1px 1px 3px 2px #215735;
  box-shadow:         1px 1px 3px 2px #215735; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,87,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215735


Comments

No comments written yet.

Please login to write comment.