COLOR #300937

HEX: #300937 RGB: (48,9,55)

Color info

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

RGB color model

#300937 color RGB value is (48,9,55).

RGB: (48,9,55) (19%, 4%, 22%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 55 of 255 = 22%

48
9
55

R + G + B ~ 15%. #300937 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 9 + 55 = 112 (100%)
R 48 of 112 ~ 42.86%
G 9 of 112 ~ 8.04%
B 55 of 112 ~ 49.11'%

%42.86
%49.11

CMYK color model

#300937 color CMYK value is (13,84,0,78).

  • cyan value is 12.73%
  • magenta value is 83.64%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (13,84,0,78)
C13M84Y0K78 (13%, 84%, 0%, 78%)
(0.13 / 0.84 / 0.00 / 0.78)

CMYK percentages

%12.73
%83.64
%0
%78.43

Codes

Color #300937 in popluar color models

30 09 37
RGB 48 9 55
HSL 291° 71.88% 12.55%
HSB/HSV 291° 83.64% 21.57%
CMYK 12.73% 83.64% 0.00%
78.43%

Color #300937 in popluar number systems.

HEX 30 09 37
Decimal 48 9 55
Binary 110000 1001 110111
Octal 60 11 67

Shades and tints

Shades of #300937

#300937
(48,9,55)
#2C0932
(44,9,50)
#28092D
(40,9,45)
#240928
(36,9,40)
#200923
(32,9,35)
#1C091E
(28,9,30)
#180919
(24,9,25)
#140914
(20,9,20)
#10090F
(16,9,15)
#0C090A
(12,9,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #300937

#300937
(48,9,55)
#421F49
(66,31,73)
#54355B
(84,53,91)
#664B6D
(102,75,109)
#78617F
(120,97,127)
#8A7791
(138,119,145)
#9C8DA3
(156,141,163)
#AEA3B5
(174,163,181)
#C0B9C7
(192,185,199)
#D2CFD9
(210,207,217)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300937; }

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

This text font color is #300937.

Background Color

.myBgColor { background-color: #300937; }

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

This div background color is #300937.

Border color

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

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

This div border color is #300937.

Opacity

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

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

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

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

This text has shadow with #300937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300937.

Preview

Color preview on black background

This text has color #300937 on black background.


Color preview on white background

This text has color #300937 on white background.


Black color preview on #300937 background

This text has black color on #300937 background.


White color preview on #300937 background

This text has white color on #300937 background.


Related colors

Complementary color

Complementary color for #hex is #CFF6C8.


I love getcolorcode.com

Triadic colors

1 #373009 and #093730 with #300937 are triadic colors.

2 #370930 and #093037 with #300937 are triadic colors.