Color Hex Logo

#253221 Color Hex

#253221
(37,50,33)
0 Favorites   0 Comments

Color spaces of #253221

RGB 375033
HSL0.290.200.16
HSV106°34°20°
CMYK 0.260.000.34   0.80
XYZ2.17812.78431.8615
Yxy2.78430.31920.4080
Hunter Lab16.6862-5.90085.0660
CIE-Lab19.1585-9.52509.0955

#253221 color RGB value is (37,50,33).

#253221 hex color red value is 37, green value is 50 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #253221 hue: 0.29 , saturation: 0.20 and the lightness value of 253221 is 0.16.

The process color (four color CMYK) of #253221 color hex is 0.26, 0.00, 0.34, 0.80. Web safe color of #253221 is #333333. Color #253221 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110010 00100001
Octal 45 62 41
Decimal 37 50 33
Hex 25 32 21

RGB Percentages of Color #253221

%30.83
%41.67
%27.50

CMYK Percentages of Color #253221

%26
%0
%34
%80

Triadic Colors of #253221

#253221 #212532 #322125

Analogous Colors of #253221

#253221 #213226 #2e3221

Monochromatic Colors of #253221

#253221

Complementary Color

#253221 #2e2132

#253221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253221 Color CSS Codes

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

#253221 Text Font Color

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

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


#253221 Background Color

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

This div background color is #253221


#253221 Border Color

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

This div border color is #253221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253221


Comments

No comments written yet.

Please login to write comment.