COLOR #25163C

HEX: #25163C
RGB: (37,22,60)

Color info

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

RGB color model

#25163C color RGB value is (37,22,60).

  • red value is 37;
  • green value is 22;
  • blue value is 60.
RGB:
(37,22,60)
(15%,9%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 22 of 255 = 9%
B 60 of 255 = 24%

37
22
60

R + G + B ~ 16%. #25163C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 22 + 60 = 119 (100%)
R 37 of 119 ~ 31.09%
G 22 of 119 ~ 18.49%
B 60 of 119 ~ 50.42%

%31.09
%18.49
%50.42

CMYK color model

#25163C color CMYK value is (38,63,0,76).

  • cyan value is 38.33%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(38,63,0,76)
C38M63Y0K76 
(38%,63%,0%,76%)
(0.38/0.63/0.00/0.76)	

CMYK percentages

%38.33
%63.33
%0
%76.47

Codes

Color #25163C in popluar color models

25163C
RGB372260
HSL264°46.34%16.08%
HSB/HSV264°63.33%23.53%
CMYK38.33%63.33%0.00%
76.47%

Color #25163C in popluar number systems.

HEX25163C
Decimal372260
Binary10010110110111100
Octal452674

Shades and tints

Shades of #25163C

#25163C
(37,22,60)
#221437
(34,20,55)
#1F1232
(31,18,50)
#1C102D
(28,16,45)
#190E28
(25,14,40)
#160C23
(22,12,35)
#130A1E
(19,10,30)
#100819
(16,8,25)
#0D0614
(13,6,20)
#0A040F
(10,4,15)
#07020A
(7,2,10)
#000000
(0,0,0)

Tints of #25163C

#25163C
(37,22,60)
#382B4D
(56,43,77)
#4B405E
(75,64,94)
#5E556F
(94,85,111)
#716A80
(113,106,128)
#847F91
(132,127,145)
#9794A2
(151,148,162)
#AAA9B3
(170,169,179)
#BDBEC4
(189,190,196)
#D0D3D5
(208,211,213)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25163C color. Also use rgb(37,22,60) instead hex code.

Text Font Color

.myTextColor { color: #25163C; }

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

This text font color is #25163C.


Background Color

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

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

This div background color is #25163C.


Border color

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

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

This div border color is #25163C.


Opacity

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

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

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

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

This text has shadow with #25163C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25163C on black background.


Color preview on white background

This text has color #25163C on white background.



Black color preview on #25163C background

This text has black color on #25163C background.


White color preview on #25163C background

This text has white color on #25163C background.