COLOR #30172E

HEX: #30172E RGB: (48,23,46)

Color info

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

RGB color model

#30172E color RGB value is (48,23,46).

RGB: (48,23,46) (19%, 9%, 18%)

RGB channels and saturation

R 48 of 255 = 19%
G 23 of 255 = 9%
B 46 of 255 = 18%

48
23
46

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

Portions of RGB colors in percentages

R + G + B = 48 + 23 + 46 = 117 (100%)
R 48 of 117 ~ 41.03%
G 23 of 117 ~ 19.66%
B 46 of 117 ~ 39.32'%

%41.03
%19.66
%39.32

CMYK color model

#30172E color CMYK value is (0,52,4,81).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 4.17%
  • key color value is 81.18%

CMYK: (0,52,4,81)
C0M52Y4K81 (0%, 52%, 4%, 81%)
(0.00 / 0.52 / 0.04 / 0.81)

CMYK percentages

%0
%52.08
%4.17
%81.18

Codes

Color #30172E in popluar color models

30 17 2E
RGB 48 23 46
HSL 305° 35.21% 13.92%
HSB/HSV 305° 52.08% 18.82%
CMYK 0.00% 52.08% 4.17%
81.18%

Color #30172E in popluar number systems.

HEX 30 17 2E
Decimal 48 23 46
Binary 110000 10111 101110
Octal 60 27 56

Shades and tints

Shades of #30172E

#30172E
(48,23,46)
#2C152A
(44,21,42)
#281326
(40,19,38)
#241122
(36,17,34)
#200F1E
(32,15,30)
#1C0D1A
(28,13,26)
#180B16
(24,11,22)
#140912
(20,9,18)
#10070E
(16,7,14)
#0C050A
(12,5,10)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #30172E

#30172E
(48,23,46)
#422C41
(66,44,65)
#544154
(84,65,84)
#665667
(102,86,103)
#786B7A
(120,107,122)
#8A808D
(138,128,141)
#9C95A0
(156,149,160)
#AEAAB3
(174,170,179)
#C0BFC6
(192,191,198)
#D2D4D9
(210,212,217)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30172E color. Also use rgb(48,23,46) instead hex code.

Text Font Color

.myTextColor { color: #30172E; }

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

This text font color is #30172E.

Background Color

.myBgColor { background-color: #30172E; }

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

This div background color is #30172E.

Border color

.myBorderColor { border: 1px solid #30172E; }

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

This div border color is #30172E.

Opacity

.myOpacity80 { color: #30172E; opacity: 0.8; }

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

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

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

This text has shadow with #30172E color.


.textShadow {text-shadow: 3px 3px 1px #30172E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #30172E; -webkit-box-shadow: 1px 1px 3px 2px #30172E; box-shadow:1px 1px 3px 2px #30172E;">
Div content here
</div>

This div box has shadow with color #30172E.

Preview

Color preview on black background

This text has color #30172E on black background.


Color preview on white background

This text has color #30172E on white background.


Black color preview on #30172E background

This text has black color on #30172E background.


White color preview on #30172E background

This text has white color on #30172E background.


Related colors

Complementary color

Complementary color for #hex is #CFE8D1.


I love getcolorcode.com

Triadic colors

1 #2E3017 and #172E30 with #30172E are triadic colors.

2 #2E1730 and #17302E with #30172E are triadic colors.