COLOR #050025

HEX: #050025 RGB: (5,0,37)

Color info

#050025 contains only red and blue colors. Web safe color of #050025 is #000033 (or #003).

RGB color model

#050025 color RGB value is (5,0,37).

RGB: (5,0,37) (2%, 0%, 15%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 37 of 255 = 15%

5
0
37

R + G + B ~ 6%. #050025 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 0 + 37 = 42 (100%)
R 5 of 42 ~ 11.9%
G 0 of 42 ~ 0%
B 37 of 42 ~ 88.1'%

%11.9
%88.1

CMYK color model

#050025 color CMYK value is (86,100,0,85).

  • cyan value is 86.49%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (86,100,0,85)
C86M100Y0K85 (86%, 100%, 0%, 85%)
(0.86 / 1.00 / 0.00 / 0.85)

CMYK percentages

%86.49
%100
%0
%85.49

Codes

Color #050025 in popluar color models

05 00 25
RGB 5 0 37
HSL 248° 100.00% 7.25%
HSB/HSV 248° 100.00% 14.51%
CMYK 86.49% 100.00% 0.00%
85.49%

Color #050025 in popluar number systems.

HEX 05 00 25
Decimal 5 0 37
Binary 101 0 100101
Octal 5 0 45

Shades and tints

Shades of #050025

#050025
(5,0,37)
#050022
(5,0,34)
#05001F
(5,0,31)
#05001C
(5,0,28)
#050019
(5,0,25)
#050016
(5,0,22)
#050013
(5,0,19)
#050010
(5,0,16)
#05000D
(5,0,13)
#05000A
(5,0,10)
#050007
(5,0,7)
#000000
(0,0,0)

Tints of #050025

#050025
(5,0,37)
#1B1738
(27,23,56)
#312E4B
(49,46,75)
#47455E
(71,69,94)
#5D5C71
(93,92,113)
#737384
(115,115,132)
#898A97
(137,138,151)
#9FA1AA
(159,161,170)
#B5B8BD
(181,184,189)
#CBCFD0
(203,207,208)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050025 color. Also use rgb(5,0,37) instead hex code.

Text Font Color

.myTextColor { color: #050025; }

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

This text font color is #050025.

Background Color

.myBgColor { background-color: #050025; }

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

This div background color is #050025.

Border color

.myBorderColor { border: 1px solid #050025; }

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

This div border color is #050025.

Opacity

.myOpacity80 { color: #050025; opacity: 0.8; }

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

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

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

This text has shadow with #050025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050025.

Preview

Color preview on black background

This text has color #050025 on black background.


Color preview on white background

This text has color #050025 on white background.


Black color preview on #050025 background

This text has black color on #050025 background.


White color preview on #050025 background

This text has white color on #050025 background.


Related colors

Complementary color

Complementary color for #hex is #FAFFDA.


I love getcolorcode.com

Triadic colors

1 #250500 and #002505 with #050025 are triadic colors.

2 #250005 and #000525 with #050025 are triadic colors.