COLOR #300527

HEX: #300527
RGB: (48,5,39)

Color info

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

RGB color model

#300527 color RGB value is (48,5,39).

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

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 39 of 255 = 15%

48
5
39

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

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 39 = 92 (100%)
R 48 of 92 ~ 52.17%
G 5 of 92 ~ 5.43%
B 39 of 92 ~ 42.39%

%52.17
%42.39

CMYK color model

#300527 color CMYK value is (0,90,19,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 18.75%
  • key color value is 81.18%
CMYK:
(0,90,19,81)
C0M90Y19K81 
(0%,90%,19%,81%)
(0.00/0.90/0.19/0.81)	

CMYK percentages

%0
%89.58
%18.75
%81.18

Codes

Color #300527 in popluar color models

300527
RGB48539
HSL313°81.13%10.39%
HSB/HSV313°89.58%18.82%
CMYK0.00%89.58%18.75%
81.18%

Color #300527 in popluar number systems.

HEX300527
Decimal48539
Binary110000101100111
Octal60547

Shades and tints

Shades of #300527

#300527
(48,5,39)
#2C0524
(44,5,36)
#280521
(40,5,33)
#24051E
(36,5,30)
#20051B
(32,5,27)
#1C0518
(28,5,24)
#180515
(24,5,21)
#140512
(20,5,18)
#10050F
(16,5,15)
#0C050C
(12,5,12)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #300527

#300527
(48,5,39)
#421B3A
(66,27,58)
#54314D
(84,49,77)
#664760
(102,71,96)
#785D73
(120,93,115)
#8A7386
(138,115,134)
#9C8999
(156,137,153)
#AE9FAC
(174,159,172)
#C0B5BF
(192,181,191)
#D2CBD2
(210,203,210)
#E4E1E5
(228,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300527; }

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

This text font color is #300527.


Background Color

.myBgColor { background-color: #300527; }

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

This div background color is #300527.


Border color

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

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

This div border color is #300527.


Opacity

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

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

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

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

This text has shadow with #300527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300527 on black background.


Color preview on white background

This text has color #300527 on white background.



Black color preview on #300527 background

This text has black color on #300527 background.


White color preview on #300527 background

This text has white color on #300527 background.