Color Hex Logo

#252919 Color Hex

#252919
(37,41,25)
0 Favorites   0 Comments

Color spaces of #252919

RGB 374125
HSL0.210.240.13
HSV75°39°16°
CMYK 0.100.000.39   0.84
XYZ1.73142.04941.2240
Yxy2.04940.34590.4095
Hunter Lab14.3157-3.46404.9517
CIE-Lab15.7444-5.26959.9290

#252919 color RGB value is (37,41,25).

#252919 hex color red value is 37, green value is 41 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #252919 hue: 0.21 , saturation: 0.24 and the lightness value of 252919 is 0.13.

The process color (four color CMYK) of #252919 color hex is 0.10, 0.00, 0.39, 0.84. Web safe color of #252919 is #333300. Color #252919 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 00011001
Octal 45 51 31
Decimal 37 41 25
Hex 25 29 19

RGB Percentages of Color #252919

%35.92
%39.81
%24.27

CMYK Percentages of Color #252919

%10
%0
%39
%84

Triadic Colors of #252919

#252919 #192529 #291925

Analogous Colors of #252919

#252919 #1d2919 #292519

Monochromatic Colors of #252919

#252919

Complementary Color

#252919 #1d1929

#252919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252919 Color CSS Codes

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

#252919 Text Font Color

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

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


#252919 Background Color

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

This div background color is #252919


#252919 Border Color

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

This div border color is #252919


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,41,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 #252919">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252919


Comments

No comments written yet.

Please login to write comment.