COLOR #25222E

HEX: #25222E
RGB: (37,34,46)

Color info

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

RGB color model

#25222E color RGB value is (37,34,46).

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

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 46 of 255 = 18%

37
34
46

R + G + B ~ 15%. #25222E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 46 = 117 (100%)
R 37 of 117 ~ 31.62%
G 34 of 117 ~ 29.06%
B 46 of 117 ~ 39.32%

%31.62
%29.06
%39.32

CMYK color model

#25222E color CMYK value is (20,26,0,82).

  • cyan value is 19.57%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(20,26,0,82)
C20M26Y0K82 
(20%,26%,0%,82%)
(0.20/0.26/0.00/0.82)	

CMYK percentages

%19.57
%26.09
%0
%81.96

Codes

Color #25222E in popluar color models

25222E
RGB373446
HSL255°15.00%15.69%
HSB/HSV255°26.09%18.04%
CMYK19.57%26.09%0.00%
81.96%

Color #25222E in popluar number systems.

HEX25222E
Decimal373446
Binary100101100010101110
Octal454256

Shades and tints

Shades of #25222E

#25222E
(37,34,46)
#221F2A
(34,31,42)
#1F1C26
(31,28,38)
#1C1922
(28,25,34)
#19161E
(25,22,30)
#16131A
(22,19,26)
#131016
(19,16,22)
#100D12
(16,13,18)
#0D0A0E
(13,10,14)
#0A070A
(10,7,10)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #25222E

#25222E
(37,34,46)
#383641
(56,54,65)
#4B4A54
(75,74,84)
#5E5E67
(94,94,103)
#71727A
(113,114,122)
#84868D
(132,134,141)
#979AA0
(151,154,160)
#AAAEB3
(170,174,179)
#BDC2C6
(189,194,198)
#D0D6D9
(208,214,217)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25222E; }

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

This text font color is #25222E.


Background Color

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

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

This div background color is #25222E.


Border color

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

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

This div border color is #25222E.


Opacity

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

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

Text with #25222E 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 #25222E;}

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

This text has shadow with #25222E color.

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

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

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


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

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

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


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #25222E;
  -webkit-box-shadow:	1px 1px 3px 2px #25222E;
  box-shadow:		1px 1px 3px 2px #25222E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25222E;
-webkit-box-shadow: 1px 1px 3px 2px #25222E;
box-shadow:1px 1px 3px 2px #25222E;">
Div content here</div>
This div box has shadow with color #25222E.

Preview

Color preview on black background

This text has color #25222E on black background.


Color preview on white background

This text has color #25222E on white background.



Black color preview on #25222E background

This text has black color on #25222E background.


White color preview on #25222E background

This text has white color on #25222E background.