Color Hex Logo

#253216 Color Hex

#253216
(37,50,22)
0 Favorites   0 Comments

Color spaces of #253216

RGB 375022
HSL0.240.390.14
HSV88°56°20°
CMYK 0.260.000.56   0.80
XYZ2.04842.73241.1785
Yxy2.73240.34370.4585
Hunter Lab16.5300-6.80777.3439
CIE-Lab18.9386-11.454415.9986

#253216 color RGB value is (37,50,22).

#253216 hex color red value is 37, green value is 50 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #253216 hue: 0.24 , saturation: 0.39 and the lightness value of 253216 is 0.14.

The process color (four color CMYK) of #253216 color hex is 0.26, 0.00, 0.56, 0.80. Web safe color of #253216 is #333300. Color #253216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110010 00010110
Octal 45 62 26
Decimal 37 50 22
Hex 25 32 16

RGB Percentages of Color #253216

%33.94
%45.87
%20.18

CMYK Percentages of Color #253216

%26
%0
%56
%80

Triadic Colors of #253216

#253216 #162532 #321625

Analogous Colors of #253216

#253216 #173216 #323116

Monochromatic Colors of #253216

#253216

Complementary Color

#253216 #231632

#253216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253216 Color CSS Codes

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

#253216 Text Font Color

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

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


#253216 Background Color

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

This div background color is #253216


#253216 Border Color

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

This div border color is #253216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253216


Comments

No comments written yet.

Please login to write comment.