COLOR #25064D

HEX: #25064D
RGB: (37,6,77)

Color info

#25064D contains mainly red and blue colors. Web safe color of #25064D is #330033 (or #303).

RGB color model

#25064D color RGB value is (37,6,77).

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

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 77 of 255 = 30%

37
6
77

R + G + B ~ 16%. #25064D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 77 = 120 (100%)
R 37 of 120 ~ 30.83%
G 6 of 120 ~ 5%
B 77 of 120 ~ 64.17%

%30.83
%64.17

CMYK color model

#25064D color CMYK value is (52,92,0,70).

  • cyan value is 51.95%
  • magenta value is 92.21%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(52,92,0,70)
C52M92Y0K70 
(52%,92%,0%,70%)
(0.52/0.92/0.00/0.70)	

CMYK percentages

%51.95
%92.21
%0
%69.8

Codes

Color #25064D in popluar color models

25064D
RGB37677
HSL266°85.54%16.27%
HSB/HSV266°92.21%30.20%
CMYK51.95%92.21%0.00%
69.80%

Color #25064D in popluar number systems.

HEX25064D
Decimal37677
Binary1001011101001101
Octal456115

Shades and tints

Shades of #25064D

#25064D
(37,6,77)
#220646
(34,6,70)
#1F063F
(31,6,63)
#1C0638
(28,6,56)
#190631
(25,6,49)
#16062A
(22,6,42)
#130623
(19,6,35)
#10061C
(16,6,28)
#0D0615
(13,6,21)
#0A060E
(10,6,14)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #25064D

#25064D
(37,6,77)
#381C5D
(56,28,93)
#4B326D
(75,50,109)
#5E487D
(94,72,125)
#715E8D
(113,94,141)
#84749D
(132,116,157)
#978AAD
(151,138,173)
#AAA0BD
(170,160,189)
#BDB6CD
(189,182,205)
#D0CCDD
(208,204,221)
#E3E2ED
(227,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25064D; }

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

This text font color is #25064D.


Background Color

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

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

This div background color is #25064D.


Border color

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

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

This div border color is #25064D.


Opacity

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

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

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

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

This text has shadow with #25064D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25064D on black background.


Color preview on white background

This text has color #25064D on white background.



Black color preview on #25064D background

This text has black color on #25064D background.


White color preview on #25064D background

This text has white color on #25064D background.