Color Hex Logo

#215318 Color Hex

#215318
(33,83,24)
0 Favorites   0 Comments

Color spaces of #215318

RGB 338324
HSL0.310.550.21
HSV111°71°33°
CMYK 0.600.000.71   0.67
XYZ3.88536.57581.9286
Yxy6.57580.31360.5307
Hunter Lab25.6433-17.830713.4912
CIE-Lab30.8210-29.575528.5915

#215318 color RGB value is (33,83,24).

#215318 hex color red value is 33, green value is 83 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #215318 hue: 0.31 , saturation: 0.55 and the lightness value of 215318 is 0.21.

The process color (four color CMYK) of #215318 color hex is 0.60, 0.00, 0.71, 0.67. Web safe color of #215318 is #336600. Color #215318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 00011000
Octal 41 123 30
Decimal 33 83 24
Hex 21 53 18

RGB Percentages of Color #215318

%23.57
%59.29
%17.14

CMYK Percentages of Color #215318

%60
%0
%71
%67

Triadic Colors of #215318

#215318 #182153 #531821

Analogous Colors of #215318

#215318 #18532d #3f5318

Monochromatic Colors of #215318

#215318

Complementary Color

#215318 #4a1853

#215318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215318 Color CSS Codes

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

#215318 Text Font Color

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

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


#215318 Background Color

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

This div background color is #215318


#215318 Border Color

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

This div border color is #215318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215318


Comments

No comments written yet.

Please login to write comment.