COLOR #25083B

HEX: #25083B
RGB: (37,8,59)

Color info

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

RGB color model

#25083B color RGB value is (37,8,59).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 59 of 255 = 23%

37
8
59

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

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 59 = 104 (100%)
R 37 of 104 ~ 35.58%
G 8 of 104 ~ 7.69%
B 59 of 104 ~ 56.73%

%35.58
%56.73

CMYK color model

#25083B color CMYK value is (37,86,0,77).

  • cyan value is 37.29%
  • magenta value is 86.44%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(37,86,0,77)
C37M86Y0K77 
(37%,86%,0%,77%)
(0.37/0.86/0.00/0.77)	

CMYK percentages

%37.29
%86.44
%0
%76.86

Codes

Color #25083B in popluar color models

25083B
RGB37859
HSL274°76.12%13.14%
HSB/HSV274°86.44%23.14%
CMYK37.29%86.44%0.00%
76.86%

Color #25083B in popluar number systems.

HEX25083B
Decimal37859
Binary1001011000111011
Octal451073

Shades and tints

Shades of #25083B

#25083B
(37,8,59)
#220836
(34,8,54)
#1F0831
(31,8,49)
#1C082C
(28,8,44)
#190827
(25,8,39)
#160822
(22,8,34)
#13081D
(19,8,29)
#100818
(16,8,24)
#0D0813
(13,8,19)
#0A080E
(10,8,14)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #25083B

#25083B
(37,8,59)
#381E4C
(56,30,76)
#4B345D
(75,52,93)
#5E4A6E
(94,74,110)
#71607F
(113,96,127)
#847690
(132,118,144)
#978CA1
(151,140,161)
#AAA2B2
(170,162,178)
#BDB8C3
(189,184,195)
#D0CED4
(208,206,212)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25083B; }

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

This text font color is #25083B.


Background Color

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

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

This div background color is #25083B.


Border color

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

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

This div border color is #25083B.


Opacity

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

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

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

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

This text has shadow with #25083B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25083B on black background.


Color preview on white background

This text has color #25083B on white background.



Black color preview on #25083B background

This text has black color on #25083B background.


White color preview on #25083B background

This text has white color on #25083B background.