COLOR #300929

HEX: #300929 RGB: (48,9,41)

Color info

#300929 contains red, green and blue colors in about the same proportion. Web safe color of #300929 is #330033 (or #303).

RGB color model

#300929 color RGB value is (48,9,41).

RGB: (48,9,41) (19%, 4%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 41 of 255 = 16%

48
9
41

R + G + B ~ 13%. #300929 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 9 + 41 = 98 (100%)
R 48 of 98 ~ 48.98%
G 9 of 98 ~ 9.18%
B 41 of 98 ~ 41.84'%

%48.98
%41.84

CMYK color model

#300929 color CMYK value is (0,81,15,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 14.58%
  • key color value is 81.18%

CMYK: (0,81,15,81)
C0M81Y15K81 (0%, 81%, 15%, 81%)
(0.00 / 0.81 / 0.15 / 0.81)

CMYK percentages

%0
%81.25
%14.58
%81.18

Codes

Color #300929 in popluar color models

30 09 29
RGB 48 9 41
HSL 311° 68.42% 11.18%
HSB/HSV 311° 81.25% 18.82%
CMYK 0.00% 81.25% 14.58%
81.18%

Color #300929 in popluar number systems.

HEX 30 09 29
Decimal 48 9 41
Binary 110000 1001 101001
Octal 60 11 51

Shades and tints

Shades of #300929

#300929
(48,9,41)
#2C0926
(44,9,38)
#280923
(40,9,35)
#240920
(36,9,32)
#20091D
(32,9,29)
#1C091A
(28,9,26)
#180917
(24,9,23)
#140914
(20,9,20)
#100911
(16,9,17)
#0C090E
(12,9,14)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #300929

#300929
(48,9,41)
#421F3C
(66,31,60)
#54354F
(84,53,79)
#664B62
(102,75,98)
#786175
(120,97,117)
#8A7788
(138,119,136)
#9C8D9B
(156,141,155)
#AEA3AE
(174,163,174)
#C0B9C1
(192,185,193)
#D2CFD4
(210,207,212)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300929 color. Also use rgb(48,9,41) instead hex code.

Text Font Color

.myTextColor { color: #300929; }

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

This text font color is #300929.

Background Color

.myBgColor { background-color: #300929; }

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

This div background color is #300929.

Border color

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

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

This div border color is #300929.

Opacity

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

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

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

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

This text has shadow with #300929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300929.

Preview

Color preview on black background

This text has color #300929 on black background.


Color preview on white background

This text has color #300929 on white background.


Black color preview on #300929 background

This text has black color on #300929 background.


White color preview on #300929 background

This text has white color on #300929 background.


Related colors

Complementary color

Complementary color for #hex is #CFF6D6.


I love getcolorcode.com

Triadic colors

1 #293009 and #092930 with #300929 are triadic colors.

2 #290930 and #093029 with #300929 are triadic colors.