COLOR #25314D

HEX: #25314D
RGB: (37,49,77)

Color info

#25314D contains red, green and blue colors in about the same proportion. Web safe color of #25314D is #333333 (or #333).

RGB color model

#25314D color RGB value is (37,49,77).

  • red value is 37;
  • green value is 49;
  • blue value is 77.
RGB:
(37,49,77)
(15%,19%,30%)

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 77 of 255 = 30%

37
49
77

R + G + B ~ 21%. #25314D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 77 = 163 (100%)
R 37 of 163 ~ 22.7%
G 49 of 163 ~ 30.06%
B 77 of 163 ~ 47.24%

%22.7
%30.06
%47.24

CMYK color model

#25314D color CMYK value is (52,36,0,70).

  • cyan value is 51.95%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(52,36,0,70)
C52M36Y0K70 
(52%,36%,0%,70%)
(0.52/0.36/0.00/0.70)	

CMYK percentages

%51.95
%36.36
%0
%69.8

Codes

Color #25314D in popluar color models

25314D
RGB374977
HSL222°35.09%22.35%
HSB/HSV222°51.95%30.20%
CMYK51.95%36.36%0.00%
69.80%

Color #25314D in popluar number systems.

HEX25314D
Decimal374977
Binary1001011100011001101
Octal4561115

Shades and tints

Shades of #25314D

#25314D
(37,49,77)
#222D46
(34,45,70)
#1F293F
(31,41,63)
#1C2538
(28,37,56)
#192131
(25,33,49)
#161D2A
(22,29,42)
#131923
(19,25,35)
#10151C
(16,21,28)
#0D1115
(13,17,21)
#0A0D0E
(10,13,14)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #25314D

#25314D
(37,49,77)
#38435D
(56,67,93)
#4B556D
(75,85,109)
#5E677D
(94,103,125)
#71798D
(113,121,141)
#848B9D
(132,139,157)
#979DAD
(151,157,173)
#AAAFBD
(170,175,189)
#BDC1CD
(189,193,205)
#D0D3DD
(208,211,221)
#E3E5ED
(227,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25314D color. Also use rgb(37,49,77) instead hex code.

Text Font Color

.myTextColor { color: #25314D; }

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

This text font color is #25314D.


Background Color

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

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

This div background color is #25314D.


Border color

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

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

This div border color is #25314D.


Opacity

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

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

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

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

This text has shadow with #25314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25314D on black background.


Color preview on white background

This text has color #25314D on white background.



Black color preview on #25314D background

This text has black color on #25314D background.


White color preview on #25314D background

This text has white color on #25314D background.