COLOR #05300B

HEX: #05300B
RGB: (5,48,11)

Color info

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

RGB color model

#05300B color RGB value is (5,48,11).

  • red value is 5;
  • green value is 48;
  • blue value is 11.
RGB:
(5,48,11)
(2%,19%,4%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 11 of 255 = 4%

5
48
11

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

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 11 = 64 (100%)
R 5 of 64 ~ 7.81%
G 48 of 64 ~ 75%
B 11 of 64 ~ 17.19%

%75
%17.19

CMYK color model

#05300B color CMYK value is (90,0,77,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 77.08%
  • key color value is 81.18%
CMYK:
(90,0,77,81)
C90M0Y77K81 
(90%,0%,77%,81%)
(0.90/0.00/0.77/0.81)	

CMYK percentages

%89.58
%0
%77.08
%81.18

Codes

Color #05300B in popluar color models

05300B
RGB54811
HSL128°81.13%10.39%
HSB/HSV128°89.58%18.82%
CMYK89.58%0.00%77.08%
81.18%

Color #05300B in popluar number systems.

HEX05300B
Decimal54811
Binary1011100001011
Octal56013

Shades and tints

Shades of #05300B

#05300B
(5,48,11)
#052C0A
(5,44,10)
#052809
(5,40,9)
#052408
(5,36,8)
#052007
(5,32,7)
#051C06
(5,28,6)
#051805
(5,24,5)
#051404
(5,20,4)
#051003
(5,16,3)
#050C02
(5,12,2)
#050801
(5,8,1)
#000000
(0,0,0)

Tints of #05300B

#05300B
(5,48,11)
#1B4221
(27,66,33)
#315437
(49,84,55)
#47664D
(71,102,77)
#5D7863
(93,120,99)
#738A79
(115,138,121)
#899C8F
(137,156,143)
#9FAEA5
(159,174,165)
#B5C0BB
(181,192,187)
#CBD2D1
(203,210,209)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05300B; }

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

This text font color is #05300B.


Background Color

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

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

This div background color is #05300B.


Border color

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

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

This div border color is #05300B.


Opacity

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

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

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

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

This text has shadow with #05300B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05300B on black background.


Color preview on white background

This text has color #05300B on white background.



Black color preview on #05300B background

This text has black color on #05300B background.


White color preview on #05300B background

This text has white color on #05300B background.