Color Hex Logo

#214825 Color Hex

#214825
(33,72,37)
0 Favorites   0 Comments

Color spaces of #214825

RGB 337237
HSL0.350.370.21
HSV126°54°28°
CMYK 0.540.000.49   0.72
XYZ3.27855.09162.5603
Yxy5.09160.29990.4658
Hunter Lab22.5646-13.55309.0678
CIE-Lab26.9942-22.559216.8297

#214825 color RGB value is (33,72,37).

#214825 hex color red value is 33, green value is 72 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #214825 hue: 0.35 , saturation: 0.37 and the lightness value of 214825 is 0.21.

The process color (four color CMYK) of #214825 color hex is 0.54, 0.00, 0.49, 0.72. Web safe color of #214825 is #333333. Color #214825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 00100101
Octal 41 110 45
Decimal 33 72 37
Hex 21 48 25

RGB Percentages of Color #214825

%23.24
%50.70
%26.06

CMYK Percentages of Color #214825

%54
%0
%49
%72

Triadic Colors of #214825

#214825 #252148 #482521

Analogous Colors of #214825

#214825 #214839 #314821

Monochromatic Colors of #214825

#214825

Complementary Color

#214825 #482144

#214825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214825 Color CSS Codes

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

#214825 Text Font Color

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

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


#214825 Background Color

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

This div background color is #214825


#214825 Border Color

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

This div border color is #214825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214825


Comments

No comments written yet.

Please login to write comment.