COLOR #25222B

HEX: #25222B
RGB: (37,34,43)

Color info

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

RGB color model

#25222B color RGB value is (37,34,43).

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

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 43 of 255 = 17%

37
34
43

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 43 = 114 (100%)
R 37 of 114 ~ 32.46%
G 34 of 114 ~ 29.82%
B 43 of 114 ~ 37.72%

%32.46
%29.82
%37.72

CMYK color model

#25222B color CMYK value is (14,21,0,83).

  • cyan value is 13.95%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(14,21,0,83)
C14M21Y0K83 
(14%,21%,0%,83%)
(0.14/0.21/0.00/0.83)	

CMYK percentages

%13.95
%20.93
%0
%83.14

Codes

Color #25222B in popluar color models

25222B
RGB373443
HSL260°11.69%15.10%
HSB/HSV260°20.93%16.86%
CMYK13.95%20.93%0.00%
83.14%

Color #25222B in popluar number systems.

HEX25222B
Decimal373443
Binary100101100010101011
Octal454253

Shades and tints

Shades of #25222B

#25222B
(37,34,43)
#221F28
(34,31,40)
#1F1C25
(31,28,37)
#1C1922
(28,25,34)
#19161F
(25,22,31)
#16131C
(22,19,28)
#131019
(19,16,25)
#100D16
(16,13,22)
#0D0A13
(13,10,19)
#0A0710
(10,7,16)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #25222B

#25222B
(37,34,43)
#38363E
(56,54,62)
#4B4A51
(75,74,81)
#5E5E64
(94,94,100)
#717277
(113,114,119)
#84868A
(132,134,138)
#979A9D
(151,154,157)
#AAAEB0
(170,174,176)
#BDC2C3
(189,194,195)
#D0D6D6
(208,214,214)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25222B; }

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

This text font color is #25222B.


Background Color

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

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

This div background color is #25222B.


Border color

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

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

This div border color is #25222B.


Opacity

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

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

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

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

This text has shadow with #25222B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25222B on black background.


Color preview on white background

This text has color #25222B on white background.



Black color preview on #25222B background

This text has black color on #25222B background.


White color preview on #25222B background

This text has white color on #25222B background.