COLOR #300327

HEX: #300327 RGB: (48,3,39)

Color info

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

RGB color model

#300327 color RGB value is (48,3,39).

RGB: (48,3,39) (19%, 1%, 15%)

RGB channels and saturation

R 48 of 255 = 19%
G 3 of 255 = 1%
B 39 of 255 = 15%

48
3
39

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

Portions of RGB colors in percentages

R + G + B = 48 + 3 + 39 = 90 (100%)
R 48 of 90 ~ 53.33%
G 3 of 90 ~ 3.33%
B 39 of 90 ~ 43.33'%

%53.33
%43.33

CMYK color model

#300327 color CMYK value is (0,94,19,81).

  • cyan value is 0.00%
  • magenta value is 93.75%
  • yellow value is 18.75%
  • key color value is 81.18%

CMYK: (0,94,19,81)
C0M94Y19K81 (0%, 94%, 19%, 81%)
(0.00 / 0.94 / 0.19 / 0.81)

CMYK percentages

%0
%93.75
%18.75
%81.18

Codes

Color #300327 in popluar color models

30 03 27
RGB 48 3 39
HSL 312° 88.24% 10.00%
HSB/HSV 312° 93.75% 18.82%
CMYK 0.00% 93.75% 18.75%
81.18%

Color #300327 in popluar number systems.

HEX 30 03 27
Decimal 48 3 39
Binary 110000 11 100111
Octal 60 3 47

Shades and tints

Shades of #300327

#300327
(48,3,39)
#2C0324
(44,3,36)
#280321
(40,3,33)
#24031E
(36,3,30)
#20031B
(32,3,27)
#1C0318
(28,3,24)
#180315
(24,3,21)
#140312
(20,3,18)
#10030F
(16,3,15)
#0C030C
(12,3,12)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #300327

#300327
(48,3,39)
#42193A
(66,25,58)
#542F4D
(84,47,77)
#664560
(102,69,96)
#785B73
(120,91,115)
#8A7186
(138,113,134)
#9C8799
(156,135,153)
#AE9DAC
(174,157,172)
#C0B3BF
(192,179,191)
#D2C9D2
(210,201,210)
#E4DFE5
(228,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300327 color. Also use rgb(48,3,39) instead hex code.

Text Font Color

.myTextColor { color: #300327; }

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

This text font color is #300327.

Background Color

.myBgColor { background-color: #300327; }

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

This div background color is #300327.

Border color

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

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

This div border color is #300327.

Opacity

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

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

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

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

This text has shadow with #300327 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300327.

Preview

Color preview on black background

This text has color #300327 on black background.


Color preview on white background

This text has color #300327 on white background.


Black color preview on #300327 background

This text has black color on #300327 background.


White color preview on #300327 background

This text has white color on #300327 background.


Related colors

Complementary color

Complementary color for #hex is #CFFCD8.


I love getcolorcode.com

Triadic colors

1 #273003 and #032730 with #300327 are triadic colors.

2 #270330 and #033027 with #300327 are triadic colors.