COLOR #25152C

HEX: #25152C
RGB: (37,21,44)

Color info

#25152C contains red, green and blue colors in about the same proportion. Web safe color of #25152C is #330033 (or #303).

RGB color model

#25152C color RGB value is (37,21,44).

  • red value is 37;
  • green value is 21;
  • blue value is 44.
RGB:
(37,21,44)
(15%,8%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 44 of 255 = 17%

37
21
44

R + G + B ~ 13%. #25152C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 44 = 102 (100%)
R 37 of 102 ~ 36.27%
G 21 of 102 ~ 20.59%
B 44 of 102 ~ 43.14%

%36.27
%20.59
%43.14

CMYK color model

#25152C color CMYK value is (16,52,0,83).

  • cyan value is 15.91%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(16,52,0,83)
C16M52Y0K83 
(16%,52%,0%,83%)
(0.16/0.52/0.00/0.83)	

CMYK percentages

%15.91
%52.27
%0
%82.75

Codes

Color #25152C in popluar color models

25152C
RGB372144
HSL282°35.38%12.75%
HSB/HSV282°52.27%17.25%
CMYK15.91%52.27%0.00%
82.75%

Color #25152C in popluar number systems.

HEX25152C
Decimal372144
Binary10010110101101100
Octal452554

Shades and tints

Shades of #25152C

#25152C
(37,21,44)
#221428
(34,20,40)
#1F1324
(31,19,36)
#1C1220
(28,18,32)
#19111C
(25,17,28)
#161018
(22,16,24)
#130F14
(19,15,20)
#100E10
(16,14,16)
#0D0D0C
(13,13,12)
#0A0C08
(10,12,8)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #25152C

#25152C
(37,21,44)
#382A3F
(56,42,63)
#4B3F52
(75,63,82)
#5E5465
(94,84,101)
#716978
(113,105,120)
#847E8B
(132,126,139)
#97939E
(151,147,158)
#AAA8B1
(170,168,177)
#BDBDC4
(189,189,196)
#D0D2D7
(208,210,215)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25152C color. Also use rgb(37,21,44) instead hex code.

Text Font Color

.myTextColor { color: #25152C; }

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

This text font color is #25152C.


Background Color

.myBgColor { background-color: #25152C; }

<div style="background-color:#25152C">Inner text</div>

This div background color is #25152C.


Border color

.myBorderColor { border: 1px solid #25152C; }

<div style="border:3px solid #25152C">Div</div>

This div border color is #25152C.


Opacity

.myOpacity80 { color: #25152C; opacity: 0.8; }

<p style="color:#25152C;opacity:0.8;">80%</p>

Text with #25152C 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 #25152C;}

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

This text has shadow with #25152C color.

.textShadow {text-shadow: 3px 3px 1px #25152C, 3px 3px 1px red;}

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

This text has shadow with #25152C primary color and red secondary color.


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

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

This text has shadow with #25152C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25152C on black background.


Color preview on white background

This text has color #25152C on white background.



Black color preview on #25152C background

This text has black color on #25152C background.


White color preview on #25152C background

This text has white color on #25152C background.