COLOR #05250A

HEX: #05250A RGB: (5,37,10)

Color info

#05250A contains red, green and blue colors in about the same proportion. Web safe color of #05250A is #003300 (or #030).

RGB color model

#05250A color RGB value is (5,37,10).

RGB: (5,37,10) (2%, 15%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 10 of 255 = 4%

5
37
10

R + G + B ~ 7%. #05250A is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 37 + 10 = 52 (100%)
R 5 of 52 ~ 9.62%
G 37 of 52 ~ 71.15%
B 10 of 52 ~ 19.23'%

%71.15
%19.23

CMYK color model

#05250A color CMYK value is (86,0,73,85).

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

CMYK: (86,0,73,85)
C86M0Y73K85 (86%, 0%, 73%, 85%)
(0.86 / 0.00 / 0.73 / 0.85)

CMYK percentages

%86.49
%0
%72.97
%85.49

Codes

Color #05250A in popluar color models

05 25 0A
RGB 5 37 10
HSL 129° 76.19% 8.24%
HSB/HSV 129° 86.49% 14.51%
CMYK 86.49% 0.00% 72.97%
85.49%

Color #05250A in popluar number systems.

HEX 05 25 0A
Decimal 5 37 10
Binary 101 100101 1010
Octal 5 45 12

Shades and tints

Shades of #05250A

#05250A
(5,37,10)
#05220A
(5,34,10)
#051F0A
(5,31,10)
#051C0A
(5,28,10)
#05190A
(5,25,10)
#05160A
(5,22,10)
#05130A
(5,19,10)
#05100A
(5,16,10)
#050D0A
(5,13,10)
#050A0A
(5,10,10)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #05250A

#05250A
(5,37,10)
#1B3820
(27,56,32)
#314B36
(49,75,54)
#475E4C
(71,94,76)
#5D7162
(93,113,98)
#738478
(115,132,120)
#89978E
(137,151,142)
#9FAAA4
(159,170,164)
#B5BDBA
(181,189,186)
#CBD0D0
(203,208,208)
#E1E3E6
(225,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05250A; }

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

This text font color is #05250A.

Background Color

.myBgColor { background-color: #05250A; }

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

This div background color is #05250A.

Border color

.myBorderColor { border: 1px solid #05250A; }

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

This div border color is #05250A.

Opacity

.myOpacity80 { color: #05250A; opacity: 0.8; }

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

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

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

This text has shadow with #05250A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05250A.

Preview

Color preview on black background

This text has color #05250A on black background.


Color preview on white background

This text has color #05250A on white background.


Black color preview on #05250A background

This text has black color on #05250A background.


White color preview on #05250A background

This text has white color on #05250A background.


Related colors

Complementary color

Complementary color for #hex is #FADAF5.


I love getcolorcode.com

Triadic colors

1 #0A0525 and #250A05 with #05250A are triadic colors.

2 #0A2505 and #25050A with #05250A are triadic colors.