COLOR #301530

HEX: #301530
RGB: (48,21,48)

Color info

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

RGB color model

#301530 color RGB value is (48,21,48).

  • red value is 48;
  • green value is 21;
  • blue value is 48.
RGB:
(48,21,48)
(19%,8%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 21 of 255 = 8%
B 48 of 255 = 19%

48
21
48

R + G + B ~ 15%. #301530 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 21 + 48 = 117 (100%)
R 48 of 117 ~ 41.03%
G 21 of 117 ~ 17.95%
B 48 of 117 ~ 41.03%

%41.03
%17.95
%41.03

CMYK color model

#301530 color CMYK value is (0,56,0,81).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(0,56,0,81)
C0M56Y0K81 
(0%,56%,0%,81%)
(0.00/0.56/0.00/0.81)	

CMYK percentages

%0
%56.25
%0
%81.18

Codes

Color #301530 in popluar color models

301530
RGB482148
HSL300°39.13%13.53%
HSB/HSV300°56.25%18.82%
CMYK0.00%56.25%0.00%
81.18%

Color #301530 in popluar number systems.

HEX301530
Decimal482148
Binary11000010101110000
Octal602560

Shades and tints

Shades of #301530

#301530
(48,21,48)
#2C142C
(44,20,44)
#281328
(40,19,40)
#241224
(36,18,36)
#201120
(32,17,32)
#1C101C
(28,16,28)
#180F18
(24,15,24)
#140E14
(20,14,20)
#100D10
(16,13,16)
#0C0C0C
(12,12,12)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #301530

#301530
(48,21,48)
#422A42
(66,42,66)
#543F54
(84,63,84)
#665466
(102,84,102)
#786978
(120,105,120)
#8A7E8A
(138,126,138)
#9C939C
(156,147,156)
#AEA8AE
(174,168,174)
#C0BDC0
(192,189,192)
#D2D2D2
(210,210,210)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301530; }

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

This text font color is #301530.


Background Color

.myBgColor { background-color: #301530; }

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

This div background color is #301530.


Border color

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

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

This div border color is #301530.


Opacity

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

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

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

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

This text has shadow with #301530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301530 on black background.


Color preview on white background

This text has color #301530 on white background.



Black color preview on #301530 background

This text has black color on #301530 background.


White color preview on #301530 background

This text has white color on #301530 background.