COLOR #25163D

HEX: #25163D RGB: (37,22,61)

Color info

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

RGB color model

#25163D color RGB value is (37,22,61).

RGB: (37,22,61) (15%, 9%, 24%)

RGB channels and saturation

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

37
22
61

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

Portions of RGB colors in percentages

R + G + B = 37 + 22 + 61 = 120 (100%)
R 37 of 120 ~ 30.83%
G 22 of 120 ~ 18.33%
B 61 of 120 ~ 50.83'%

%30.83
%18.33
%50.83

CMYK color model

#25163D color CMYK value is (39,64,0,76).

  • cyan value is 39.34%
  • magenta value is 63.93%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (39,64,0,76)
C39M64Y0K76 (39%, 64%, 0%, 76%)
(0.39 / 0.64 / 0.00 / 0.76)

CMYK percentages

%39.34
%63.93
%0
%76.08

Codes

Color #25163D in popluar color models

25 16 3D
RGB 37 22 61
HSL 263° 46.99% 16.27%
HSB/HSV 263° 63.93% 23.92%
CMYK 39.34% 63.93% 0.00%
76.08%

Color #25163D in popluar number systems.

HEX 25 16 3D
Decimal 37 22 61
Binary 100101 10110 111101
Octal 45 26 75

Shades and tints

Shades of #25163D

#25163D
(37,22,61)
#221438
(34,20,56)
#1F1233
(31,18,51)
#1C102E
(28,16,46)
#190E29
(25,14,41)
#160C24
(22,12,36)
#130A1F
(19,10,31)
#10081A
(16,8,26)
#0D0615
(13,6,21)
#0A0410
(10,4,16)
#07020B
(7,2,11)
#000000
(0,0,0)

Tints of #25163D

#25163D
(37,22,61)
#382B4E
(56,43,78)
#4B405F
(75,64,95)
#5E5570
(94,85,112)
#716A81
(113,106,129)
#847F92
(132,127,146)
#9794A3
(151,148,163)
#AAA9B4
(170,169,180)
#BDBEC5
(189,190,197)
#D0D3D6
(208,211,214)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25163D; }

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

This text font color is #25163D.

Background Color

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

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

This div background color is #25163D.

Border color

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

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

This div border color is #25163D.

Opacity

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

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

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

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

This text has shadow with #25163D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25163D.

Preview

Color preview on black background

This text has color #25163D on black background.


Color preview on white background

This text has color #25163D on white background.


Black color preview on #25163D background

This text has black color on #25163D background.


White color preview on #25163D background

This text has white color on #25163D background.


Related colors

Complementary color

Complementary color for #hex is #DAE9C2.


I love getcolorcode.com

Triadic colors

1 #3D2516 and #163D25 with #25163D are triadic colors.

2 #3D1625 and #16253D with #25163D are triadic colors.