Color Hex Logo

#215235 Color Hex

#215235
(33,82,53)
0 Favorites   0 Comments

Color spaces of #215235

RGB 338253
HSL0.400.430.23
HSV144°60°32°
CMYK 0.600.000.35   0.68
XYZ4.28716.61504.4190
Yxy6.61500.27980.4318
Hunter Lab25.7196-15.25607.8169
CIE-Lab30.9139-24.232012.1552

#215235 color RGB value is (33,82,53).

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

The process color (four color CMYK) of #215235 color hex is 0.60, 0.00, 0.35, 0.68. Web safe color of #215235 is #336633. Color #215235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010010 00110101
Octal 41 122 65
Decimal 33 82 53
Hex 21 52 35

RGB Percentages of Color #215235

%19.64
%48.81
%31.55

CMYK Percentages of Color #215235

%60
%0
%35
%68

Triadic Colors of #215235

#215235 #352152 #523521

Analogous Colors of #215235

#215235 #21524e #265221

Monochromatic Colors of #215235

#215235

Complementary Color

#215235 #52213e

#215235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215235 Color CSS Codes

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

#215235 Text Font Color

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

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


#215235 Background Color

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

This div background color is #215235


#215235 Border Color

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

This div border color is #215235


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,82,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 #215235">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215235


Comments

No comments written yet.

Please login to write comment.