COLOR #300517

HEX: #300517 RGB: (48,5,23)

Color info

#300517 contains red, green and blue colors in about the same proportion. Web safe color of #300517 is #330000 (or #300).

RGB color model

#300517 color RGB value is (48,5,23).

RGB: (48,5,23) (19%, 2%, 9%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 23 of 255 = 9%

48
5
23

R + G + B ~ 10%. #300517 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 5 + 23 = 76 (100%)
R 48 of 76 ~ 63.16%
G 5 of 76 ~ 6.58%
B 23 of 76 ~ 30.26'%

%63.16
%30.26

CMYK color model

#300517 color CMYK value is (0,90,52,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 52.08%
  • key color value is 81.18%

CMYK: (0,90,52,81)
C0M90Y52K81 (0%, 90%, 52%, 81%)
(0.00 / 0.90 / 0.52 / 0.81)

CMYK percentages

%0
%89.58
%52.08
%81.18

Codes

Color #300517 in popluar color models

30 05 17
RGB 48 5 23
HSL 335° 81.13% 10.39%
HSB/HSV 335° 89.58% 18.82%
CMYK 0.00% 89.58% 52.08%
81.18%

Color #300517 in popluar number systems.

HEX 30 05 17
Decimal 48 5 23
Binary 110000 101 10111
Octal 60 5 27

Shades and tints

Shades of #300517

#300517
(48,5,23)
#2C0515
(44,5,21)
#280513
(40,5,19)
#240511
(36,5,17)
#20050F
(32,5,15)
#1C050D
(28,5,13)
#18050B
(24,5,11)
#140509
(20,5,9)
#100507
(16,5,7)
#0C0505
(12,5,5)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #300517

#300517
(48,5,23)
#421B2C
(66,27,44)
#543141
(84,49,65)
#664756
(102,71,86)
#785D6B
(120,93,107)
#8A7380
(138,115,128)
#9C8995
(156,137,149)
#AE9FAA
(174,159,170)
#C0B5BF
(192,181,191)
#D2CBD4
(210,203,212)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300517; }

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

This text font color is #300517.

Background Color

.myBgColor { background-color: #300517; }

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

This div background color is #300517.

Border color

.myBorderColor { border: 1px solid #300517; }

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

This div border color is #300517.

Opacity

.myOpacity80 { color: #300517; opacity: 0.8; }

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

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

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

This text has shadow with #300517 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300517.

Preview

Color preview on black background

This text has color #300517 on black background.


Color preview on white background

This text has color #300517 on white background.


Black color preview on #300517 background

This text has black color on #300517 background.


White color preview on #300517 background

This text has white color on #300517 background.


Related colors

Complementary color

Complementary color for #hex is #CFFAE8.


I love getcolorcode.com

Triadic colors

1 #173005 and #051730 with #300517 are triadic colors.

2 #170530 and #053017 with #300517 are triadic colors.