COLOR #25476A

HEX: #25476A
RGB: (37,71,106)

Color info

#25476A contains mainly green and blue colors. Web safe color of #25476A is #333366 (or #336).

RGB color model

#25476A color RGB value is (37,71,106).

  • red value is 37;
  • green value is 71;
  • blue value is 106.
RGB:
(37,71,106)
(15%,28%,42%)

RGB channels and saturation

R 37 of 255 = 15%
G 71 of 255 = 28%
B 106 of 255 = 42%

37
71
106

R + G + B ~ 28%. #25476A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 71 + 106 = 214 (100%)
R 37 of 214 ~ 17.29%
G 71 of 214 ~ 33.18%
B 106 of 214 ~ 49.53%

%17.29
%33.18
%49.53

CMYK color model

#25476A color CMYK value is (65,33,0,58).

  • cyan value is 65.09%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(65,33,0,58)
C65M33Y0K58 
(65%,33%,0%,58%)
(0.65/0.33/0.00/0.58)	

CMYK percentages

%65.09
%33.02
%0
%58.43

Codes

Color #25476A in popluar color models

25476A
RGB3771106
HSL210°48.25%28.04%
HSB/HSV210°65.09%41.57%
CMYK65.09%33.02%0.00%
58.43%

Color #25476A in popluar number systems.

HEX25476A
Decimal3771106
Binary10010110001111101010
Octal45107152

Shades and tints

Shades of #25476A

#25476A
(37,71,106)
#224161
(34,65,97)
#1F3B58
(31,59,88)
#1C354F
(28,53,79)
#192F46
(25,47,70)
#16293D
(22,41,61)
#132334
(19,35,52)
#101D2B
(16,29,43)
#0D1722
(13,23,34)
#0A1119
(10,17,25)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #25476A

#25476A
(37,71,106)
#385777
(56,87,119)
#4B6784
(75,103,132)
#5E7791
(94,119,145)
#71879E
(113,135,158)
#8497AB
(132,151,171)
#97A7B8
(151,167,184)
#AAB7C5
(170,183,197)
#BDC7D2
(189,199,210)
#D0D7DF
(208,215,223)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25476A color. Also use rgb(37,71,106) instead hex code.

Text Font Color

.myTextColor { color: #25476A; }

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

This text font color is #25476A.


Background Color

.myBgColor { background-color: #25476A; }

<div style="background-color:#25476A">Inner text</div>

This div background color is #25476A.


Border color

.myBorderColor { border: 1px solid #25476A; }

<div style="border:3px solid #25476A">Div</div>

This div border color is #25476A.


Opacity

.myOpacity80 { color: #25476A; opacity: 0.8; }

<p style="color:#25476A;opacity:0.8;">80%</p>

Text with #25476A 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 #25476A;}

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

This text has shadow with #25476A color.

.textShadow {text-shadow: 3px 3px 1px #25476A, 3px 3px 1px red;}

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

This text has shadow with #25476A primary color and red secondary color.


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

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

This text has shadow with #25476A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25476A on black background.


Color preview on white background

This text has color #25476A on white background.



Black color preview on #25476A background

This text has black color on #25476A background.


White color preview on #25476A background

This text has white color on #25476A background.