COLOR #05280C

HEX: #05280C RGB: (5,40,12)

Color info

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

RGB color model

#05280C color RGB value is (5,40,12).

RGB: (5,40,12) (2%, 16%, 5%)

RGB channels and saturation

R 5 of 255 = 2%
G 40 of 255 = 16%
B 12 of 255 = 5%

5
40
12

R + G + B ~ 8%. #05280C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 40 + 12 = 57 (100%)
R 5 of 57 ~ 8.77%
G 40 of 57 ~ 70.18%
B 12 of 57 ~ 21.05'%

%70.18
%21.05

CMYK color model

#05280C color CMYK value is (88,0,70,84).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 84.31%
CMYK: (88,0,70,84) C88M0Y70K84 (88%,0%,70%,84%) (0.88/0.00/0.70/0.84) 

CMYK percentages

%87.5
%0
%70
%84.31

Codes

Color #05280C in popluar color models

05 28 0C
RGB 5 40 12
HSL 132° 77.78% 8.82%
HSB/HSV 132° 87.50% 15.69%
CMYK 87.50% 0.00% 70.00%
84.31%

Color #05280C in popluar number systems.

HEX 05 28 0C
Decimal 5 40 12
Binary 101 101000 1100
Octal 5 50 14

Shades and tints

Shades of #05280C

#05280C
(5,40,12)
#05250B
(5,37,11)
#05220A
(5,34,10)
#051F09
(5,31,9)
#051C08
(5,28,8)
#051907
(5,25,7)
#051606
(5,22,6)
#051305
(5,19,5)
#051004
(5,16,4)
#050D03
(5,13,3)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #05280C

#05280C
(5,40,12)
#1B3B22
(27,59,34)
#314E38
(49,78,56)
#47614E
(71,97,78)
#5D7464
(93,116,100)
#73877A
(115,135,122)
#899A90
(137,154,144)
#9FADA6
(159,173,166)
#B5C0BC
(181,192,188)
#CBD3D2
(203,211,210)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05280C; }

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

This text font color is #05280C.

Background Color

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

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

This div background color is #05280C.

Border color

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

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

This div border color is #05280C.

Opacity

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

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

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

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

This text has shadow with #05280C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05280C.

Preview

Color preview on black background

This text has color #05280C on black background.


Color preview on white background

This text has color #05280C on white background.


Black color preview on #05280C background

This text has black color on #05280C background.


White color preview on #05280C background

This text has white color on #05280C background.


Related colors

Complementary color

Complementary color for #hex is #FAD7F3.


I love getcolorcode.com

Triadic colors

1 #0C0528 and #280C05 with #05280C are triadic colors.

2 #0C2805 and #28050C with #05280C are triadic colors.