COLOR #25113F

HEX: #25113F RGB: (37,17,63)

Color info

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

RGB color model

#25113F color RGB value is (37,17,63).

RGB: (37,17,63) (15%, 7%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 17 of 255 = 7%
B 63 of 255 = 25%

37
17
63

R + G + B ~ 16%. #25113F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 17 + 63 = 117 (100%)
R 37 of 117 ~ 31.62%
G 17 of 117 ~ 14.53%
B 63 of 117 ~ 53.85'%

%31.62
%14.53
%53.85

CMYK color model

#25113F color CMYK value is (41,73,0,75).

  • cyan value is 41.27%
  • magenta value is 73.02%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (41,73,0,75) C41M73Y0K75 (41%,73%,0%,75%) (0.41/0.73/0.00/0.75) 

CMYK percentages

%41.27
%73.02
%0
%75.29

Codes

Color #25113F in popluar color models

25 11 3F
RGB 37 17 63
HSL 266° 57.50% 15.69%
HSB/HSV 266° 73.02% 24.71%
CMYK 41.27% 73.02% 0.00%
75.29%

Color #25113F in popluar number systems.

HEX 25 11 3F
Decimal 37 17 63
Binary 100101 10001 111111
Octal 45 21 77

Shades and tints

Shades of #25113F

#25113F
(37,17,63)
#22103A
(34,16,58)
#1F0F35
(31,15,53)
#1C0E30
(28,14,48)
#190D2B
(25,13,43)
#160C26
(22,12,38)
#130B21
(19,11,33)
#100A1C
(16,10,28)
#0D0917
(13,9,23)
#0A0812
(10,8,18)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #25113F

#25113F
(37,17,63)
#382650
(56,38,80)
#4B3B61
(75,59,97)
#5E5072
(94,80,114)
#716583
(113,101,131)
#847A94
(132,122,148)
#978FA5
(151,143,165)
#AAA4B6
(170,164,182)
#BDB9C7
(189,185,199)
#D0CED8
(208,206,216)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25113F color. Also use rgb(37,17,63) instead hex code.

Text Font Color

.myTextColor { color: #25113F; }

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

This text font color is #25113F.

Background Color

.myBgColor { background-color: #25113F; }

<div style="background-color:#25113F">Inner text</div>

This div background color is #25113F.

Border color

.myBorderColor { border: 1px solid #25113F; }

<div style="border:3px solid #25113F">Div</div>

This div border color is #25113F.

Opacity

.myOpacity80 { color: #25113F; opacity: 0.8; }

<p style="color:#25113F;opacity:0.8;">80%</p>

Text with #25113F 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 #25113F;}

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

This text has shadow with #25113F color.


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

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

This text has shadow with #25113F primary color and red secondary color.


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

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

This text has shadow with #25113F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25113F.

Preview

Color preview on black background

This text has color #25113F on black background.


Color preview on white background

This text has color #25113F on white background.


Black color preview on #25113F background

This text has black color on #25113F background.


White color preview on #25113F background

This text has white color on #25113F background.


Related colors

Complementary color

Complementary color for #hex is #DAEEC0.


I love getcolorcode.com

Triadic colors

1 #3F2511 and #113F25 with #25113F are triadic colors.

2 #3F1125 and #11253F with #25113F are triadic colors.