COLOR #25083F

HEX: #25083F
RGB: (37,8,63)

Color info

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

RGB color model

#25083F color RGB value is (37,8,63).

  • red value is 37;
  • green value is 8;
  • blue value is 63.
RGB: (37,8,63) (15%,3%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 63 of 255 = 25%

37
8
63

R + G + B ~ 14%. #25083F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 63 = 108 (100%)
R 37 of 108 ~ 34.26%
G 8 of 108 ~ 7.41%
B 63 of 108 ~ 58.33%

%34.26
%58.33

CMYK color model

#25083F color CMYK value is (41,87,0,75).

  • cyan value is 41.27%
  • magenta value is 87.30%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (41,87,0,75) C41M87Y0K75 (41%,87%,0%,75%) (0.41/0.87/0.00/0.75)

CMYK percentages

%41.27
%87.3
%0
%75.29

Codes

Color #25083F in popluar color models

25083F
RGB37863
HSL272°77.46%13.92%
HSB/HSV272°87.30%24.71%
CMYK41.27%87.30%0.00%
75.29%

Color #25083F in popluar number systems.

HEX25083F
Decimal37863
Binary1001011000111111
Octal451077

Shades and tints

Shades of #25083F

#25083F
(37,8,63)
#22083A
(34,8,58)
#1F0835
(31,8,53)
#1C0830
(28,8,48)
#19082B
(25,8,43)
#160826
(22,8,38)
#130821
(19,8,33)
#10081C
(16,8,28)
#0D0817
(13,8,23)
#0A0812
(10,8,18)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #25083F

#25083F
(37,8,63)
#381E50
(56,30,80)
#4B3461
(75,52,97)
#5E4A72
(94,74,114)
#716083
(113,96,131)
#847694
(132,118,148)
#978CA5
(151,140,165)
#AAA2B6
(170,162,182)
#BDB8C7
(189,184,199)
#D0CED8
(208,206,216)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25083F; }

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

This text font color is #25083F.


Background Color

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

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

This div background color is #25083F.


Border color

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

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

This div border color is #25083F.


Opacity

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

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

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

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

This text has shadow with #25083F color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #25083F; -webkit-box-shadow:	1px 1px 3px 2px #25083F; box-shadow:	1px 1px 3px 2px #25083F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #25083F; -webkit-box-shadow: 1px 1px 3px 2px #25083F; box-shadow:1px 1px 3px 2px #25083F;">
Div content here</div>
This div box has shadow with color #25083F.

Preview

Color preview on black background

This text has color #25083F on black background.


Color preview on white background

This text has color #25083F on white background.



Black color preview on #25083F background

This text has black color on #25083F background.


White color preview on #25083F background

This text has white color on #25083F background.