COLOR #05250C

HEX: #05250C RGB: (5,37,12)

Color info

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

RGB color model

#05250C color RGB value is (5,37,12).

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

RGB channels and saturation

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

5
37
12

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

Portions of RGB colors in percentages

R + G + B = 5 + 37 + 12 = 54 (100%)
R 5 of 54 ~ 9.26%
G 37 of 54 ~ 68.52%
B 12 of 54 ~ 22.22'%

%68.52
%22.22

CMYK color model

#05250C color CMYK value is (86,0,68,85).

  • cyan value is 86.49%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK: (86,0,68,85) C86M0Y68K85 (86%,0%,68%,85%) (0.86/0.00/0.68/0.85) 

CMYK percentages

%86.49
%0
%67.57
%85.49

Codes

Color #05250C in popluar color models

05 25 0C
RGB 5 37 12
HSL 133° 76.19% 8.24%
HSB/HSV 133° 86.49% 14.51%
CMYK 86.49% 0.00% 67.57%
85.49%

Color #05250C in popluar number systems.

HEX 05 25 0C
Decimal 5 37 12
Binary 101 100101 1100
Octal 5 45 14

Shades and tints

Shades of #05250C

#05250C
(5,37,12)
#05220B
(5,34,11)
#051F0A
(5,31,10)
#051C09
(5,28,9)
#051908
(5,25,8)
#051607
(5,22,7)
#051306
(5,19,6)
#051005
(5,16,5)
#050D04
(5,13,4)
#050A03
(5,10,3)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #05250C

#05250C
(5,37,12)
#1B3822
(27,56,34)
#314B38
(49,75,56)
#475E4E
(71,94,78)
#5D7164
(93,113,100)
#73847A
(115,132,122)
#899790
(137,151,144)
#9FAAA6
(159,170,166)
#B5BDBC
(181,189,188)
#CBD0D2
(203,208,210)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05250C; }

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

This text font color is #05250C.

Background Color

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

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

This div background color is #05250C.

Border color

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

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

This div border color is #05250C.

Opacity

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

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

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

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

This text has shadow with #05250C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05250C.

Preview

Color preview on black background

This text has color #05250C on black background.


Color preview on white background

This text has color #05250C on white background.


Black color preview on #05250C background

This text has black color on #05250C background.


White color preview on #05250C background

This text has white color on #05250C background.


Related colors

Complementary color

Complementary color for #hex is #FADAF3.


I love getcolorcode.com

Triadic colors

1 #0C0525 and #250C05 with #05250C are triadic colors.

2 #0C2505 and #25050C with #05250C are triadic colors.