COLOR #05301B

HEX: #05301B RGB: (5,48,27)

Color info

#05301B contains red, green and blue colors in about the same proportion. Web safe color of #05301B is #003333 (or #033).

RGB color model

#05301B color RGB value is (5,48,27).

RGB: (5,48,27) (2%, 19%, 11%)

RGB channels and saturation

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

5
48
27

R + G + B ~ 11%. #05301B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 48 + 27 = 80 (100%)
R 5 of 80 ~ 6.25%
G 48 of 80 ~ 60%
B 27 of 80 ~ 33.75'%

%60
%33.75

CMYK color model

#05301B color CMYK value is (90,0,44,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 81.18%
CMYK: (90,0,44,81) C90M0Y44K81 (90%,0%,44%,81%) (0.90/0.00/0.44/0.81) 

CMYK percentages

%89.58
%0
%43.75
%81.18

Codes

Color #05301B in popluar color models

05 30 1B
RGB 5 48 27
HSL 151° 81.13% 10.39%
HSB/HSV 151° 89.58% 18.82%
CMYK 89.58% 0.00% 43.75%
81.18%

Color #05301B in popluar number systems.

HEX 05 30 1B
Decimal 5 48 27
Binary 101 110000 11011
Octal 5 60 33

Shades and tints

Shades of #05301B

#05301B
(5,48,27)
#052C19
(5,44,25)
#052817
(5,40,23)
#052415
(5,36,21)
#052013
(5,32,19)
#051C11
(5,28,17)
#05180F
(5,24,15)
#05140D
(5,20,13)
#05100B
(5,16,11)
#050C09
(5,12,9)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #05301B

#05301B
(5,48,27)
#1B422F
(27,66,47)
#315443
(49,84,67)
#476657
(71,102,87)
#5D786B
(93,120,107)
#738A7F
(115,138,127)
#899C93
(137,156,147)
#9FAEA7
(159,174,167)
#B5C0BB
(181,192,187)
#CBD2CF
(203,210,207)
#E1E4E3
(225,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05301B; }

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

This text font color is #05301B.

Background Color

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

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

This div background color is #05301B.

Border color

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

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

This div border color is #05301B.

Opacity

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

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

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

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

This text has shadow with #05301B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05301B.

Preview

Color preview on black background

This text has color #05301B on black background.


Color preview on white background

This text has color #05301B on white background.


Black color preview on #05301B background

This text has black color on #05301B background.


White color preview on #05301B background

This text has white color on #05301B background.


Related colors

Complementary color

Complementary color for #hex is #FACFE4.


I love getcolorcode.com

Triadic colors

1 #1B0530 and #301B05 with #05301B are triadic colors.

2 #1B3005 and #30051B with #05301B are triadic colors.