Color Hex Logo

#25292e Color Hex

#25292E
(37,41,46)
0 Favorites   0 Comments

Color spaces of #25292e

RGB 374146
HSL0.590.110.16
HSV213°20°18°
CMYK 0.200.110.00   0.82
XYZ2.04902.17642.8969
Yxy2.17640.28770.3056
Hunter Lab14.7526-1.0251-1.3156
CIE-Lab16.3870-0.4424-3.8668

#25292e color RGB value is (37,41,46).

#25292e hex color red value is 37, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #25292e hue: 0.59 , saturation: 0.11 and the lightness value of 25292e is 0.16.

The process color (four color CMYK) of #25292e color hex is 0.20, 0.11, 0.00, 0.82. Web safe color of #25292e is #333333. Color #25292e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 00101110
Octal 45 51 56
Decimal 37 41 46
Hex 25 29 2E

RGB Percentages of Color #25292e

%29.84
%33.06
%37.10

CMYK Percentages of Color #25292e

%20
%11
%0
%82

Triadic Colors of #25292e

#25292e #2e2529 #292e25

Analogous Colors of #25292e

#25292e #26252e #252e2e

Monochromatic Colors of #25292e

#25292e

Complementary Color

#25292e #2e2a25

#25292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25292e Color CSS Codes

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

#25292e Text Font Color

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

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


#25292e Background Color

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

This div background color is #25292e


#25292e Border Color

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

This div border color is #25292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25292e


Comments

No comments written yet.

Please login to write comment.