Color Hex Logo

#25272e Color Hex

#25272E
(37,39,46)
0 Favorites   0 Comments

Color spaces of #25272e

RGB 373946
HSL0.630.110.16
HSV227°20°18°
CMYK 0.200.150.00   0.82
XYZ1.98162.04162.8744
Yxy2.04160.28730.2960
Hunter Lab14.2885-0.2495-1.9254
CIE-Lab15.70410.9585-4.8893

#25272e color RGB value is (37,39,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 00101110
Octal 45 47 56
Decimal 37 39 46
Hex 25 27 2E

RGB Percentages of Color #25272e

%30.33
%31.97
%37.70

CMYK Percentages of Color #25272e

%20
%15
%0
%82

Triadic Colors of #25272e

#25272e #2e2527 #272e25

Analogous Colors of #25272e

#25272e #28252e #252c2e

Monochromatic Colors of #25272e

#25272e

Complementary Color

#25272e #2e2c25

#25272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25272e Color CSS Codes

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

#25272e Text Font Color

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

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


#25272e Background Color

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

This div background color is #25272e


#25272e Border Color

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

This div border color is #25272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25272e

#25272e Color Palettes


Comments

No comments written yet.

Please login to write comment.