COLOR #25033F

HEX: #25033F RGB: (37,3,63)

Color info

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

RGB color model

#25033F color RGB value is (37,3,63).

RGB: (37,3,63) (15%, 1%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 3 of 255 = 1%
B 63 of 255 = 25%

37
3
63

R + G + B ~ 14%. #25033F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 3 + 63 = 103 (100%)
R 37 of 103 ~ 35.92%
G 3 of 103 ~ 2.91%
B 63 of 103 ~ 61.17'%

%35.92
%61.17

CMYK color model

#25033F color CMYK value is (41,95,0,75).

  • cyan value is 41.27%
  • magenta value is 95.24%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (41,95,0,75) C41M95Y0K75 (41%,95%,0%,75%) (0.41/0.95/0.00/0.75) 

CMYK percentages

%41.27
%95.24
%0
%75.29

Codes

Color #25033F in popluar color models

25 03 3F
RGB 37 3 63
HSL 274° 90.91% 12.94%
HSB/HSV 274° 95.24% 24.71%
CMYK 41.27% 95.24% 0.00%
75.29%

Color #25033F in popluar number systems.

HEX 25 03 3F
Decimal 37 3 63
Binary 100101 11 111111
Octal 45 3 77

Shades and tints

Shades of #25033F

#25033F
(37,3,63)
#22033A
(34,3,58)
#1F0335
(31,3,53)
#1C0330
(28,3,48)
#19032B
(25,3,43)
#160326
(22,3,38)
#130321
(19,3,33)
#10031C
(16,3,28)
#0D0317
(13,3,23)
#0A0312
(10,3,18)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #25033F

#25033F
(37,3,63)
#381950
(56,25,80)
#4B2F61
(75,47,97)
#5E4572
(94,69,114)
#715B83
(113,91,131)
#847194
(132,113,148)
#9787A5
(151,135,165)
#AA9DB6
(170,157,182)
#BDB3C7
(189,179,199)
#D0C9D8
(208,201,216)
#E3DFE9
(227,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25033F color. Also use rgb(37,3,63) instead hex code.

Text Font Color

.myTextColor { color: #25033F; }

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

This text font color is #25033F.

Background Color

.myBgColor { background-color: #25033F; }

<div style="background-color:#25033F">Inner text</div>

This div background color is #25033F.

Border color

.myBorderColor { border: 1px solid #25033F; }

<div style="border:3px solid #25033F">Div</div>

This div border color is #25033F.

Opacity

.myOpacity80 { color: #25033F; opacity: 0.8; }

<p style="color:#25033F;opacity:0.8;">80%</p>

Text with #25033F 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 #25033F;}

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

This text has shadow with #25033F color.


.textShadow {text-shadow: 3px 3px 1px #25033F', 3px 3px 1px red;}

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

This text has shadow with #25033F primary color and red secondary color.


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

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

This text has shadow with #25033F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25033F; -webkit-box-shadow: 1px 1px 3px 2px #25033F; box-shadow:1px 1px 3px 2px #25033F;">
Div content here
</div>

This div box has shadow with color #25033F.

Preview

Color preview on black background

This text has color #25033F on black background.


Color preview on white background

This text has color #25033F on white background.


Black color preview on #25033F background

This text has black color on #25033F background.


White color preview on #25033F background

This text has white color on #25033F background.


Related colors

Complementary color

Complementary color for #hex is #DAFCC0.


I love getcolorcode.com

Triadic colors

1 #3F2503 and #033F25 with #25033F are triadic colors.

2 #3F0325 and #03253F with #25033F are triadic colors.