COLOR #05300D

HEX: #05300D RGB: (5,48,13)

Color info

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

RGB color model

#05300D color RGB value is (5,48,13).

RGB: (5,48,13) (2%, 19%, 5%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 13 of 255 = 5%

5
48
13

R + G + B ~ 9%. #05300D is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 48 + 13 = 66 (100%)
R 5 of 66 ~ 7.58%
G 48 of 66 ~ 72.73%
B 13 of 66 ~ 19.7'%

%72.73
%19.7

CMYK color model

#05300D color CMYK value is (90,0,73,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 72.92%
  • key color value is 81.18%
CMYK: (90,0,73,81) C90M0Y73K81 (90%,0%,73%,81%) (0.90/0.00/0.73/0.81) 

CMYK percentages

%89.58
%0
%72.92
%81.18

Codes

Color #05300D in popluar color models

05 30 0D
RGB 5 48 13
HSL 131° 81.13% 10.39%
HSB/HSV 131° 89.58% 18.82%
CMYK 89.58% 0.00% 72.92%
81.18%

Color #05300D in popluar number systems.

HEX 05 30 0D
Decimal 5 48 13
Binary 101 110000 1101
Octal 5 60 15

Shades and tints

Shades of #05300D

#05300D
(5,48,13)
#052C0C
(5,44,12)
#05280B
(5,40,11)
#05240A
(5,36,10)
#052009
(5,32,9)
#051C08
(5,28,8)
#051807
(5,24,7)
#051406
(5,20,6)
#051005
(5,16,5)
#050C04
(5,12,4)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #05300D

#05300D
(5,48,13)
#1B4223
(27,66,35)
#315439
(49,84,57)
#47664F
(71,102,79)
#5D7865
(93,120,101)
#738A7B
(115,138,123)
#899C91
(137,156,145)
#9FAEA7
(159,174,167)
#B5C0BD
(181,192,189)
#CBD2D3
(203,210,211)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05300D color. Also use rgb(5,48,13) instead hex code.

Text Font Color

.myTextColor { color: #05300D; }

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

This text font color is #05300D.

Background Color

.myBgColor { background-color: #05300D; }

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

This div background color is #05300D.

Border color

.myBorderColor { border: 1px solid #05300D; }

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

This div border color is #05300D.

Opacity

.myOpacity80 { color: #05300D; opacity: 0.8; }

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

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

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

This text has shadow with #05300D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05300D.

Preview

Color preview on black background

This text has color #05300D on black background.


Color preview on white background

This text has color #05300D on white background.


Black color preview on #05300D background

This text has black color on #05300D background.


White color preview on #05300D background

This text has white color on #05300D background.


Related colors

Complementary color

Complementary color for #hex is #FACFF2.


I love getcolorcode.com

Triadic colors

1 #0D0530 and #300D05 with #05300D are triadic colors.

2 #0D3005 and #30050D with #05300D are triadic colors.