COLOR #25272E

HEX: #25272E
RGB: (37,39,46)

Color info

#25272E contains red, green and blue colors in about the same proportion. Web safe color of #25272E is #333333 (or #333).

RGB color model

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

  • red value is 37;
  • green value is 39;
  • blue value is 46.
RGB: (37,39,46) (15%,15%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 46 of 255 = 18%

37
39
46

R + G + B ~ 16%. #25272E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 46 = 122 (100%)
R 37 of 122 ~ 30.33%
G 39 of 122 ~ 31.97%
B 46 of 122 ~ 37.7%

%30.33
%31.97
%37.7

CMYK color model

#25272E color CMYK value is (20,15,0,82).

  • cyan value is 19.57%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK: (20,15,0,82) C20M15Y0K82 (20%,15%,0%,82%) (0.20/0.15/0.00/0.82)

CMYK percentages

%19.57
%15.22
%0
%81.96

Codes

Color #25272E in popluar color models

25272E
RGB373946
HSL227°10.84%16.27%
HSB/HSV227°19.57%18.04%
CMYK19.57%15.22%0.00%
81.96%

Color #25272E in popluar number systems.

HEX25272E
Decimal373946
Binary100101100111101110
Octal454756

Shades and tints

Shades of #25272E

#25272E
(37,39,46)
#22242A
(34,36,42)
#1F2126
(31,33,38)
#1C1E22
(28,30,34)
#191B1E
(25,27,30)
#16181A
(22,24,26)
#131516
(19,21,22)
#101212
(16,18,18)
#0D0F0E
(13,15,14)
#0A0C0A
(10,12,10)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #25272E

#25272E
(37,39,46)
#383A41
(56,58,65)
#4B4D54
(75,77,84)
#5E6067
(94,96,103)
#71737A
(113,115,122)
#84868D
(132,134,141)
#9799A0
(151,153,160)
#AAACB3
(170,172,179)
#BDBFC6
(189,191,198)
#D0D2D9
(208,210,217)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25272E color. Also use rgb(37,39,46) instead hex code.

Text Font Color

.myTextColor { color: #25272E; }

<p style="color:#25272E">This sample text font color is #25272E.</p>

This text font color is #25272E.


Background Color

.myBgColor { background-color: #25272E; }

<div style="background-color:#25272E">Inner text</div>

This div background color is #25272E.


Border color

.myBorderColor { border: 1px solid #25272E; }

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

This div border color is #25272E.


Opacity

.myOpacity80 { color: #25272E; opacity: 0.8; }

<p style="color:#25272E;opacity:0.8;">80%</p>

Text with #25272E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #25272E;}

<p style="text-shadow: 3px 3px 1px #25272E">Text here.</p>

This text has shadow with #25272E color.

.textShadow {text-shadow: 3px 3px 1px #25272E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #25272E, 5px 5px 20px red">Text here.</p>

This text has shadow with #25272E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25272E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#25272E, Direction=45, Strength=4)">Text</p>

This text has shadow with #25272E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #25272E; -webkit-box-shadow:	1px 1px 3px 2px #25272E; box-shadow:	1px 1px 3px 2px #25272E; } /* html code with inline style */ <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.

Preview

Color preview on black background

This text has color #25272E on black background.


Color preview on white background

This text has color #25272E on white background.



Black color preview on #25272E background

This text has black color on #25272E background.


White color preview on #25272E background

This text has white color on #25272E background.