COLOR #30183C

HEX: #30183C
RGB: (48,24,60)

Color info

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

RGB color model

#30183C color RGB value is (48,24,60).

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

RGB channels and saturation

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

48
24
60

R + G + B ~ 17%. #30183C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 24 + 60 = 132 (100%)
R 48 of 132 ~ 36.36%
G 24 of 132 ~ 18.18%
B 60 of 132 ~ 45.45%

%36.36
%18.18
%45.45

CMYK color model

#30183C color CMYK value is (20,60,0,76).

  • cyan value is 20.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(20,60,0,76)
C20M60Y0K76 
(20%,60%,0%,76%)
(0.20/0.60/0.00/0.76)	

CMYK percentages

%20
%60
%0
%76.47

Codes

Color #30183C in popluar color models

30183C
RGB482460
HSL280°42.86%16.47%
HSB/HSV280°60.00%23.53%
CMYK20.00%60.00%0.00%
76.47%

Color #30183C in popluar number systems.

HEX30183C
Decimal482460
Binary11000011000111100
Octal603074

Shades and tints

Shades of #30183C

#30183C
(48,24,60)
#2C1637
(44,22,55)
#281432
(40,20,50)
#24122D
(36,18,45)
#201028
(32,16,40)
#1C0E23
(28,14,35)
#180C1E
(24,12,30)
#140A19
(20,10,25)
#100814
(16,8,20)
#0C060F
(12,6,15)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #30183C

#30183C
(48,24,60)
#422D4D
(66,45,77)
#54425E
(84,66,94)
#66576F
(102,87,111)
#786C80
(120,108,128)
#8A8191
(138,129,145)
#9C96A2
(156,150,162)
#AEABB3
(174,171,179)
#C0C0C4
(192,192,196)
#D2D5D5
(210,213,213)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30183C; }

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

This text font color is #30183C.


Background Color

.myBgColor { background-color: #30183C; }

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

This div background color is #30183C.


Border color

.myBorderColor { border: 1px solid #30183C; }

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

This div border color is #30183C.


Opacity

.myOpacity80 { color: #30183C; opacity: 0.8; }

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

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

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

This text has shadow with #30183C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30183C on black background.


Color preview on white background

This text has color #30183C on white background.



Black color preview on #30183C background

This text has black color on #30183C background.


White color preview on #30183C background

This text has white color on #30183C background.