COLOR #25083D

HEX: #25083D
RGB: (37,8,61)

Color info

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

RGB color model

#25083D color RGB value is (37,8,61).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 61 of 255 = 24%

37
8
61

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

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 61 = 106 (100%)
R 37 of 106 ~ 34.91%
G 8 of 106 ~ 7.55%
B 61 of 106 ~ 57.55%

%34.91
%57.55

CMYK color model

#25083D color CMYK value is (39,87,0,76).

  • cyan value is 39.34%
  • magenta value is 86.89%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(39,87,0,76)
C39M87Y0K76 
(39%,87%,0%,76%)
(0.39/0.87/0.00/0.76)	

CMYK percentages

%39.34
%86.89
%0
%76.08

Codes

Color #25083D in popluar color models

25083D
RGB37861
HSL273°76.81%13.53%
HSB/HSV273°86.89%23.92%
CMYK39.34%86.89%0.00%
76.08%

Color #25083D in popluar number systems.

HEX25083D
Decimal37861
Binary1001011000111101
Octal451075

Shades and tints

Shades of #25083D

#25083D
(37,8,61)
#220838
(34,8,56)
#1F0833
(31,8,51)
#1C082E
(28,8,46)
#190829
(25,8,41)
#160824
(22,8,36)
#13081F
(19,8,31)
#10081A
(16,8,26)
#0D0815
(13,8,21)
#0A0810
(10,8,16)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #25083D

#25083D
(37,8,61)
#381E4E
(56,30,78)
#4B345F
(75,52,95)
#5E4A70
(94,74,112)
#716081
(113,96,129)
#847692
(132,118,146)
#978CA3
(151,140,163)
#AAA2B4
(170,162,180)
#BDB8C5
(189,184,197)
#D0CED6
(208,206,214)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25083D; }

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

This text font color is #25083D.


Background Color

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

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

This div background color is #25083D.


Border color

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

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

This div border color is #25083D.


Opacity

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

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

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

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

This text has shadow with #25083D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25083D on black background.


Color preview on white background

This text has color #25083D on white background.



Black color preview on #25083D background

This text has black color on #25083D background.


White color preview on #25083D background

This text has white color on #25083D background.