COLOR #300531

HEX: #300531
RGB: (48,5,49)

Color info

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

RGB color model

#300531 color RGB value is (48,5,49).

  • red value is 48;
  • green value is 5;
  • blue value is 49.
RGB:
(48,5,49)
(19%,2%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 49 of 255 = 19%

48
5
49

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

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 49 = 102 (100%)
R 48 of 102 ~ 47.06%
G 5 of 102 ~ 4.9%
B 49 of 102 ~ 48.04%

%47.06
%48.04

CMYK color model

#300531 color CMYK value is (2,90,0,81).

  • cyan value is 2.04%
  • magenta value is 89.80%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(2,90,0,81)
C2M90Y0K81 
(2%,90%,0%,81%)
(0.02/0.90/0.00/0.81)	

CMYK percentages

%2.04
%89.8
%0
%80.78

Codes

Color #300531 in popluar color models

300531
RGB48549
HSL299°81.48%10.59%
HSB/HSV299°89.80%19.22%
CMYK2.04%89.80%0.00%
80.78%

Color #300531 in popluar number systems.

HEX300531
Decimal48549
Binary110000101110001
Octal60561

Shades and tints

Shades of #300531

#300531
(48,5,49)
#2C052D
(44,5,45)
#280529
(40,5,41)
#240525
(36,5,37)
#200521
(32,5,33)
#1C051D
(28,5,29)
#180519
(24,5,25)
#140515
(20,5,21)
#100511
(16,5,17)
#0C050D
(12,5,13)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #300531

#300531
(48,5,49)
#421B43
(66,27,67)
#543155
(84,49,85)
#664767
(102,71,103)
#785D79
(120,93,121)
#8A738B
(138,115,139)
#9C899D
(156,137,157)
#AE9FAF
(174,159,175)
#C0B5C1
(192,181,193)
#D2CBD3
(210,203,211)
#E4E1E5
(228,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300531; }

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

This text font color is #300531.


Background Color

.myBgColor { background-color: #300531; }

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

This div background color is #300531.


Border color

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

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

This div border color is #300531.


Opacity

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

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

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

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

This text has shadow with #300531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300531 on black background.


Color preview on white background

This text has color #300531 on white background.



Black color preview on #300531 background

This text has black color on #300531 background.


White color preview on #300531 background

This text has white color on #300531 background.