COLOR #300529

HEX: #300529
RGB: (48,5,41)

Color info

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

RGB color model

#300529 color RGB value is (48,5,41).

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

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 41 of 255 = 16%

48
5
41

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

Portions of RGB colors in percentages

R + G + B =
48 + 5 + 41 = 94 (100%)
R 48 of 94 ~ 51.06%
G 5 of 94 ~ 5.32%
B 41 of 94 ~ 43.62%

%51.06
%43.62

CMYK color model

#300529 color CMYK value is (0,90,15,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 14.58%
  • key color value is 81.18%
CMYK:
(0,90,15,81)
C0M90Y15K81 
(0%,90%,15%,81%)
(0.00/0.90/0.15/0.81)	

CMYK percentages

%0
%89.58
%14.58
%81.18

Codes

Color #300529 in popluar color models

300529
RGB48541
HSL310°81.13%10.39%
HSB/HSV310°89.58%18.82%
CMYK0.00%89.58%14.58%
81.18%

Color #300529 in popluar number systems.

HEX300529
Decimal48541
Binary110000101101001
Octal60551

Shades and tints

Shades of #300529

#300529
(48,5,41)
#2C0526
(44,5,38)
#280523
(40,5,35)
#240520
(36,5,32)
#20051D
(32,5,29)
#1C051A
(28,5,26)
#180517
(24,5,23)
#140514
(20,5,20)
#100511
(16,5,17)
#0C050E
(12,5,14)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #300529

#300529
(48,5,41)
#421B3C
(66,27,60)
#54314F
(84,49,79)
#664762
(102,71,98)
#785D75
(120,93,117)
#8A7388
(138,115,136)
#9C899B
(156,137,155)
#AE9FAE
(174,159,174)
#C0B5C1
(192,181,193)
#D2CBD4
(210,203,212)
#E4E1E7
(228,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300529; }

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

This text font color is #300529.


Background Color

.myBgColor { background-color: #300529; }

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

This div background color is #300529.


Border color

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

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

This div border color is #300529.


Opacity

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

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

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

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

This text has shadow with #300529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300529 on black background.


Color preview on white background

This text has color #300529 on white background.



Black color preview on #300529 background

This text has black color on #300529 background.


White color preview on #300529 background

This text has white color on #300529 background.