Color Hex Logo

#215842 Color Hex

#215842
(33,88,66)
0 Favorites   0 Comments

Color spaces of #215842

RGB 338866
HSL0.430.450.24
HSV156°63°35°
CMYK 0.630.000.25   0.65
XYZ5.10037.69616.3709
Yxy7.69610.26610.4015
Hunter Lab27.7418-15.73135.8034
CIE-Lab33.3418-24.08857.4276

#215842 color RGB value is (33,88,66).

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

The process color (four color CMYK) of #215842 color hex is 0.63, 0.00, 0.25, 0.65. Web safe color of #215842 is #336633. Color #215842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011000 01000010
Octal 41 130 102
Decimal 33 88 66
Hex 21 58 42

RGB Percentages of Color #215842

%17.65
%47.06
%35.29

CMYK Percentages of Color #215842

%63
%0
%25
%65

Triadic Colors of #215842

#215842 #422158 #584221

Analogous Colors of #215842

#215842 #215358 #215827

Monochromatic Colors of #215842

#215842

Complementary Color

#215842 #582137

#215842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215842 Color CSS Codes

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

#215842 Text Font Color

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

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


#215842 Background Color

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

This div background color is #215842


#215842 Border Color

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

This div border color is #215842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215842


Comments

No comments written yet.

Please login to write comment.