COLOR #25212D

HEX: #25212D RGB: (37,33,45)

Color info

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

RGB color model

#25212D color RGB value is (37,33,45).

RGB: (37,33,45) (15%, 13%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 33 of 255 = 13%
B 45 of 255 = 18%

37
33
45

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

Portions of RGB colors in percentages

R + G + B = 37 + 33 + 45 = 115 (100%)
R 37 of 115 ~ 32.17%
G 33 of 115 ~ 28.7%
B 45 of 115 ~ 39.13'%

%32.17
%28.7
%39.13

CMYK color model

#25212D color CMYK value is (18,27,0,82).

  • cyan value is 17.78%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK: (18,27,0,82) C18M27Y0K82 (18%,27%,0%,82%) (0.18/0.27/0.00/0.82) 

CMYK percentages

%17.78
%26.67
%0
%82.35

Codes

Color #25212D in popluar color models

25 21 2D
RGB 37 33 45
HSL 260° 15.38% 15.29%
HSB/HSV 260° 26.67% 17.65%
CMYK 17.78% 26.67% 0.00%
82.35%

Color #25212D in popluar number systems.

HEX 25 21 2D
Decimal 37 33 45
Binary 100101 100001 101101
Octal 45 41 55

Shades and tints

Shades of #25212D

#25212D
(37,33,45)
#221E29
(34,30,41)
#1F1B25
(31,27,37)
#1C1821
(28,24,33)
#19151D
(25,21,29)
#161219
(22,18,25)
#130F15
(19,15,21)
#100C11
(16,12,17)
#0D090D
(13,9,13)
#0A0609
(10,6,9)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #25212D

#25212D
(37,33,45)
#383540
(56,53,64)
#4B4953
(75,73,83)
#5E5D66
(94,93,102)
#717179
(113,113,121)
#84858C
(132,133,140)
#97999F
(151,153,159)
#AAADB2
(170,173,178)
#BDC1C5
(189,193,197)
#D0D5D8
(208,213,216)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25212D color. Also use rgb(37,33,45) instead hex code.

Text Font Color

.myTextColor { color: #25212D; }

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

This text font color is #25212D.

Background Color

.myBgColor { background-color: #25212D; }

<div style="background-color:#25212D">Inner text</div>

This div background color is #25212D.

Border color

.myBorderColor { border: 1px solid #25212D; }

<div style="border:3px solid #25212D">Div</div>

This div border color is #25212D.

Opacity

.myOpacity80 { color: #25212D; opacity: 0.8; }

<p style="color:#25212D;opacity:0.8;">80%</p>

Text with #25212D 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 #25212D;}

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

This text has shadow with #25212D color.


.textShadow {text-shadow: 3px 3px 1px #25212D', 3px 3px 1px red;}

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

This text has shadow with #25212D primary color and red secondary color.


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

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

This text has shadow with #25212D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25212D; -webkit-box-shadow: 1px 1px 3px 2px #25212D; box-shadow:1px 1px 3px 2px #25212D;">
Div content here
</div>

This div box has shadow with color #25212D.

Preview

Color preview on black background

This text has color #25212D on black background.


Color preview on white background

This text has color #25212D on white background.


Black color preview on #25212D background

This text has black color on #25212D background.


White color preview on #25212D background

This text has white color on #25212D background.


Related colors

Complementary color

Complementary color for #hex is #DADED2.


I love getcolorcode.com

Triadic colors

1 #2D2521 and #212D25 with #25212D are triadic colors.

2 #2D2125 and #21252D with #25212D are triadic colors.