Color Hex Logo

#253220 Color Hex

#253220
(37,50,32)
0 Favorites   0 Comments

Color spaces of #253220

RGB 375032
HSL0.290.220.16
HSV103°36°20°
CMYK 0.260.000.36   0.80
XYZ2.16432.77881.7888
Yxy2.77880.32150.4128
Hunter Lab16.6697-5.99665.3065
CIE-Lab19.1353-9.72589.7352

#253220 color RGB value is (37,50,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110010 00100000
Octal 45 62 40
Decimal 37 50 32
Hex 25 32 20

RGB Percentages of Color #253220

%31.09
%42.02
%26.89

CMYK Percentages of Color #253220

%26
%0
%36
%80

Triadic Colors of #253220

#253220 #202532 #322025

Analogous Colors of #253220

#253220 #203224 #2e3220

Monochromatic Colors of #253220

#253220

Complementary Color

#253220 #2d2032

#253220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253220 Color CSS Codes

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

#253220 Text Font Color

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

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


#253220 Background Color

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

This div background color is #253220


#253220 Border Color

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

This div border color is #253220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253220


Comments

No comments written yet.

Please login to write comment.