COLOR #301830

HEX: #301830
RGB: (48,24,48)

Color info

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

RGB color model

#301830 color RGB value is (48,24,48).

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

RGB channels and saturation

R 48 of 255 = 19%
G 24 of 255 = 9%
B 48 of 255 = 19%

48
24
48

R + G + B ~ 16%. #301830 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 24 + 48 = 120 (100%)
R 48 of 120 ~ 40%
G 24 of 120 ~ 20%
B 48 of 120 ~ 40%

%40
%20
%40

CMYK color model

#301830 color CMYK value is (0,50,0,81).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(0,50,0,81)
C0M50Y0K81 
(0%,50%,0%,81%)
(0.00/0.50/0.00/0.81)	

CMYK percentages

%0
%50
%0
%81.18

Codes

Color #301830 in popluar color models

301830
RGB482448
HSL300°33.33%14.12%
HSB/HSV300°50.00%18.82%
CMYK0.00%50.00%0.00%
81.18%

Color #301830 in popluar number systems.

HEX301830
Decimal482448
Binary11000011000110000
Octal603060

Shades and tints

Shades of #301830

#301830
(48,24,48)
#2C162C
(44,22,44)
#281428
(40,20,40)
#241224
(36,18,36)
#201020
(32,16,32)
#1C0E1C
(28,14,28)
#180C18
(24,12,24)
#140A14
(20,10,20)
#100810
(16,8,16)
#0C060C
(12,6,12)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #301830

#301830
(48,24,48)
#422D42
(66,45,66)
#544254
(84,66,84)
#665766
(102,87,102)
#786C78
(120,108,120)
#8A818A
(138,129,138)
#9C969C
(156,150,156)
#AEABAE
(174,171,174)
#C0C0C0
(192,192,192)
#D2D5D2
(210,213,210)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301830; }

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

This text font color is #301830.


Background Color

.myBgColor { background-color: #301830; }

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

This div background color is #301830.


Border color

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

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

This div border color is #301830.


Opacity

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

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

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

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

This text has shadow with #301830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301830 on black background.


Color preview on white background

This text has color #301830 on white background.



Black color preview on #301830 background

This text has black color on #301830 background.


White color preview on #301830 background

This text has white color on #301830 background.