COLOR #300538

HEX: #300538 RGB: (48,5,56)

Color info

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

RGB color model

#300538 color RGB value is (48,5,56).

RGB: (48,5,56) (19%, 2%, 22%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 56 of 255 = 22%

48
5
56

R + G + B ~ 14%. #300538 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 5 + 56 = 109 (100%)
R 48 of 109 ~ 44.04%
G 5 of 109 ~ 4.59%
B 56 of 109 ~ 51.38'%

%44.04
%51.38

CMYK color model

#300538 color CMYK value is (14,91,0,78).

  • cyan value is 14.29%
  • magenta value is 91.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK: (14,91,0,78) C14M91Y0K78 (14%,91%,0%,78%) (0.14/0.91/0.00/0.78) 

CMYK percentages

%14.29
%91.07
%0
%78.04

Codes

Color #300538 in popluar color models

30 05 38
RGB 48 5 56
HSL 291° 83.61% 11.96%
HSB/HSV 291° 91.07% 21.96%
CMYK 14.29% 91.07% 0.00%
78.04%

Color #300538 in popluar number systems.

HEX 30 05 38
Decimal 48 5 56
Binary 110000 101 111000
Octal 60 5 70

Shades and tints

Shades of #300538

#300538
(48,5,56)
#2C0533
(44,5,51)
#28052E
(40,5,46)
#240529
(36,5,41)
#200524
(32,5,36)
#1C051F
(28,5,31)
#18051A
(24,5,26)
#140515
(20,5,21)
#100510
(16,5,16)
#0C050B
(12,5,11)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #300538

#300538
(48,5,56)
#421B4A
(66,27,74)
#54315C
(84,49,92)
#66476E
(102,71,110)
#785D80
(120,93,128)
#8A7392
(138,115,146)
#9C89A4
(156,137,164)
#AE9FB6
(174,159,182)
#C0B5C8
(192,181,200)
#D2CBDA
(210,203,218)
#E4E1EC
(228,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300538; }

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

This text font color is #300538.

Background Color

.myBgColor { background-color: #300538; }

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

This div background color is #300538.

Border color

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

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

This div border color is #300538.

Opacity

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

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

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

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

This text has shadow with #300538 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300538.

Preview

Color preview on black background

This text has color #300538 on black background.


Color preview on white background

This text has color #300538 on white background.


Black color preview on #300538 background

This text has black color on #300538 background.


White color preview on #300538 background

This text has white color on #300538 background.


Related colors

Complementary color

Complementary color for #hex is #CFFAC7.


I love getcolorcode.com

Triadic colors

1 #383005 and #053830 with #300538 are triadic colors.

2 #380530 and #053038 with #300538 are triadic colors.