COLOR #300921

HEX: #300921 RGB: (48,9,33)

Color info

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

RGB color model

#300921 color RGB value is (48,9,33).

RGB: (48,9,33) (19%, 4%, 13%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 33 of 255 = 13%

48
9
33

R + G + B ~ 12%. #300921 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 9 + 33 = 90 (100%)
R 48 of 90 ~ 53.33%
G 9 of 90 ~ 10%
B 33 of 90 ~ 36.67'%

%53.33
%10
%36.67

CMYK color model

#300921 color CMYK value is (0,81,31,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 31.25%
  • key color value is 81.18%
CMYK: (0,81,31,81) C0M81Y31K81 (0%,81%,31%,81%) (0.00/0.81/0.31/0.81) 

CMYK percentages

%0
%81.25
%31.25
%81.18

Codes

Color #300921 in popluar color models

30 09 21
RGB 48 9 33
HSL 323° 68.42% 11.18%
HSB/HSV 323° 81.25% 18.82%
CMYK 0.00% 81.25% 31.25%
81.18%

Color #300921 in popluar number systems.

HEX 30 09 21
Decimal 48 9 33
Binary 110000 1001 100001
Octal 60 11 41

Shades and tints

Shades of #300921

#300921
(48,9,33)
#2C091E
(44,9,30)
#28091B
(40,9,27)
#240918
(36,9,24)
#200915
(32,9,21)
#1C0912
(28,9,18)
#18090F
(24,9,15)
#14090C
(20,9,12)
#100909
(16,9,9)
#0C0906
(12,9,6)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #300921

#300921
(48,9,33)
#421F35
(66,31,53)
#543549
(84,53,73)
#664B5D
(102,75,93)
#786171
(120,97,113)
#8A7785
(138,119,133)
#9C8D99
(156,141,153)
#AEA3AD
(174,163,173)
#C0B9C1
(192,185,193)
#D2CFD5
(210,207,213)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300921; }

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

This text font color is #300921.

Background Color

.myBgColor { background-color: #300921; }

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

This div background color is #300921.

Border color

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

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

This div border color is #300921.

Opacity

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

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

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

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

This text has shadow with #300921 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300921.

Preview

Color preview on black background

This text has color #300921 on black background.


Color preview on white background

This text has color #300921 on white background.


Black color preview on #300921 background

This text has black color on #300921 background.


White color preview on #300921 background

This text has white color on #300921 background.


Related colors

Complementary color

Complementary color for #hex is #CFF6DE.


I love getcolorcode.com

Triadic colors

1 #213009 and #092130 with #300921 are triadic colors.

2 #210930 and #093021 with #300921 are triadic colors.