Color Hex Logo

#253d13 Color Hex

#253D13
(37,61,19)
0 Favorites   0 Comments

Color spaces of #253d13

RGB 376119
HSL0.260.530.16
HSV94°69°24°
CMYK 0.390.000.69   0.76
XYZ2.54923.77781.2109
Yxy3.77780.33820.5012
Hunter Lab19.4366-10.60289.9118
CIE-Lab22.9228-18.104122.4661

#253d13 color RGB value is (37,61,19).

#253d13 hex color red value is 37, green value is 61 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #253d13 hue: 0.26 , saturation: 0.53 and the lightness value of 253d13 is 0.16.

The process color (four color CMYK) of #253d13 color hex is 0.39, 0.00, 0.69, 0.76. Web safe color of #253d13 is #333300. Color #253d13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111101 00010011
Octal 45 75 23
Decimal 37 61 19
Hex 25 3D 13

RGB Percentages of Color #253d13

%31.62
%52.14
%16.24

CMYK Percentages of Color #253d13

%39
%0
%69
%76

Triadic Colors of #253d13

#253d13 #13253d #3d1325

Analogous Colors of #253d13

#253d13 #133d16 #3a3d13

Monochromatic Colors of #253d13

#253d13

Complementary Color

#253d13 #2b133d

#253d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253d13 Color CSS Codes

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

#253d13 Text Font Color

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

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


#253d13 Background Color

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

This div background color is #253d13


#253d13 Border Color

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

This div border color is #253d13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,61,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253d13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253d13;
  -webkit-box-shadow: 1px 1px 3px 2px #253d13;
  box-shadow:         1px 1px 3px 2px #253d13; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253d13


Comments

No comments written yet.

Please login to write comment.