Color Hex Logo

#253419 Color Hex

#253419
(37,52,25)
0 Favorites   0 Comments

Color spaces of #253419

RGB 375225
HSL0.260.350.15
HSV93°52°20°
CMYK 0.290.000.52   0.80
XYZ2.16642.91951.3690
Yxy2.91950.33560.4523
Hunter Lab17.0865-7.26957.2102
CIE-Lab19.7186-12.194015.0775

#253419 color RGB value is (37,52,25).

#253419 hex color red value is 37, green value is 52 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #253419 hue: 0.26 , saturation: 0.35 and the lightness value of 253419 is 0.15.

The process color (four color CMYK) of #253419 color hex is 0.29, 0.00, 0.52, 0.80. Web safe color of #253419 is #333300. Color #253419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110100 00011001
Octal 45 64 31
Decimal 37 52 25
Hex 25 34 19

RGB Percentages of Color #253419

%32.46
%45.61
%21.93

CMYK Percentages of Color #253419

%29
%0
%52
%80

Triadic Colors of #253419

#253419 #192534 #341925

Analogous Colors of #253419

#253419 #19341b #333419

Monochromatic Colors of #253419

#253419

Complementary Color

#253419 #281934

#253419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253419 Color CSS Codes

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

#253419 Text Font Color

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

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


#253419 Background Color

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

This div background color is #253419


#253419 Border Color

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

This div border color is #253419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253419


Comments

No comments written yet.

Please login to write comment.