COLOR #05252E

HEX: #05252E RGB: (5,37,46)

Color info

#05252E contains red, green and blue colors in about the same proportion. Web safe color of #05252E is #003333 (or #033).

RGB color model

#05252E color RGB value is (5,37,46).

RGB: (5,37,46) (2%, 15%, 18%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 46 of 255 = 18%

5
37
46

R + G + B ~ 12%. #05252E is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 37 + 46 = 88 (100%)
R 5 of 88 ~ 5.68%
G 37 of 88 ~ 42.05%
B 46 of 88 ~ 52.27'%

%42.05
%52.27

CMYK color model

#05252E color CMYK value is (89,20,0,82).

  • cyan value is 89.13%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (89,20,0,82)
C89M20Y0K82 (89%, 20%, 0%, 82%)
(0.89 / 0.20 / 0.00 / 0.82)

CMYK percentages

%89.13
%19.57
%0
%81.96

Codes

Color #05252E in popluar color models

05 25 2E
RGB 5 37 46
HSL 193° 80.39% 10.00%
HSB/HSV 193° 89.13% 18.04%
CMYK 89.13% 19.57% 0.00%
81.96%

Color #05252E in popluar number systems.

HEX 05 25 2E
Decimal 5 37 46
Binary 101 100101 101110
Octal 5 45 56

Shades and tints

Shades of #05252E

#05252E
(5,37,46)
#05222A
(5,34,42)
#051F26
(5,31,38)
#051C22
(5,28,34)
#05191E
(5,25,30)
#05161A
(5,22,26)
#051316
(5,19,22)
#051012
(5,16,18)
#050D0E
(5,13,14)
#050A0A
(5,10,10)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #05252E

#05252E
(5,37,46)
#1B3841
(27,56,65)
#314B54
(49,75,84)
#475E67
(71,94,103)
#5D717A
(93,113,122)
#73848D
(115,132,141)
#8997A0
(137,151,160)
#9FAAB3
(159,170,179)
#B5BDC6
(181,189,198)
#CBD0D9
(203,208,217)
#E1E3EC
(225,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05252E; }

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

This text font color is #05252E.

Background Color

.myBgColor { background-color: #05252E; }

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

This div background color is #05252E.

Border color

.myBorderColor { border: 1px solid #05252E; }

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

This div border color is #05252E.

Opacity

.myOpacity80 { color: #05252E; opacity: 0.8; }

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

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

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

This text has shadow with #05252E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05252E.

Preview

Color preview on black background

This text has color #05252E on black background.


Color preview on white background

This text has color #05252E on white background.


Black color preview on #05252E background

This text has black color on #05252E background.


White color preview on #05252E background

This text has white color on #05252E background.


Related colors

Complementary color

Complementary color for #hex is #FADAD1.


I love getcolorcode.com

Triadic colors

1 #2E0525 and #252E05 with #05252E are triadic colors.

2 #2E2505 and #25052E with #05252E are triadic colors.