Color Hex Logo

#215331 Color Hex

#215331
(33,83,49)
0 Favorites   0 Comments

Color spaces of #215331

RGB 338349
HSL0.390.430.23
HSV139°60°33°
CMYK 0.600.000.41   0.67
XYZ4.27486.73163.9798
Yxy6.73160.28520.4492
Hunter Lab25.9453-15.99439.0671
CIE-Lab31.1879-25.583614.9846

#215331 color RGB value is (33,83,49).

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

The process color (four color CMYK) of #215331 color hex is 0.60, 0.00, 0.41, 0.67. Web safe color of #215331 is #336633. Color #215331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 00110001
Octal 41 123 61
Decimal 33 83 49
Hex 21 53 31

RGB Percentages of Color #215331

%20.00
%50.30
%29.70

CMYK Percentages of Color #215331

%60
%0
%41
%67

Triadic Colors of #215331

#215331 #312153 #533121

Analogous Colors of #215331

#215331 #21534a #2a5321

Monochromatic Colors of #215331

#215331

Complementary Color

#215331 #532143

#215331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215331 Color CSS Codes

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

#215331 Text Font Color

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

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


#215331 Background Color

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

This div background color is #215331


#215331 Border Color

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

This div border color is #215331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215331


Comments

No comments written yet.

Please login to write comment.