COLOR #25013D

HEX: #25013D
RGB: (37,1,61)

Color info

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

RGB color model

#25013D color RGB value is (37,1,61).

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

RGB channels and saturation

R 37 of 255 = 15%
G 1 of 255 = 0%
B 61 of 255 = 24%

37
1
61

R + G + B ~ 13%. #25013D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 1 + 61 = 99 (100%)
R 37 of 99 ~ 37.37%
G 1 of 99 ~ 1.01%
B 61 of 99 ~ 61.62%

%37.37
%61.62

CMYK color model

#25013D color CMYK value is (39,98,0,76).

  • cyan value is 39.34%
  • magenta value is 98.36%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(39,98,0,76)
C39M98Y0K76 
(39%,98%,0%,76%)
(0.39/0.98/0.00/0.76)	

CMYK percentages

%39.34
%98.36
%0
%76.08

Codes

Color #25013D in popluar color models

25013D
RGB37161
HSL276°96.77%12.16%
HSB/HSV276°98.36%23.92%
CMYK39.34%98.36%0.00%
76.08%

Color #25013D in popluar number systems.

HEX25013D
Decimal37161
Binary1001011111101
Octal45175

Shades and tints

Shades of #25013D

#25013D
(37,1,61)
#220138
(34,1,56)
#1F0133
(31,1,51)
#1C012E
(28,1,46)
#190129
(25,1,41)
#160124
(22,1,36)
#13011F
(19,1,31)
#10011A
(16,1,26)
#0D0115
(13,1,21)
#0A0110
(10,1,16)
#07010B
(7,1,11)
#000000
(0,0,0)

Tints of #25013D

#25013D
(37,1,61)
#38184E
(56,24,78)
#4B2F5F
(75,47,95)
#5E4670
(94,70,112)
#715D81
(113,93,129)
#847492
(132,116,146)
#978BA3
(151,139,163)
#AAA2B4
(170,162,180)
#BDB9C5
(189,185,197)
#D0D0D6
(208,208,214)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25013D; }

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

This text font color is #25013D.


Background Color

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

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

This div background color is #25013D.


Border color

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

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

This div border color is #25013D.


Opacity

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

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

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

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

This text has shadow with #25013D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25013D on black background.


Color preview on white background

This text has color #25013D on white background.



Black color preview on #25013D background

This text has black color on #25013D background.


White color preview on #25013D background

This text has white color on #25013D background.