COLOR #30122D

HEX: #30122D RGB: (48,18,45)

Color info

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

RGB color model

#30122D color RGB value is (48,18,45).

RGB: (48,18,45) (19%, 7%, 18%)

RGB channels and saturation

R 48 of 255 = 19%
G 18 of 255 = 7%
B 45 of 255 = 18%

48
18
45

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

Portions of RGB colors in percentages

R + G + B = 48 + 18 + 45 = 111 (100%)
R 48 of 111 ~ 43.24%
G 18 of 111 ~ 16.22%
B 45 of 111 ~ 40.54'%

%43.24
%16.22
%40.54

CMYK color model

#30122D color CMYK value is (0,63,6,81).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 6.25%
  • key color value is 81.18%

CMYK: (0,63,6,81)
C0M63Y6K81 (0%, 63%, 6%, 81%)
(0.00 / 0.63 / 0.06 / 0.81)

CMYK percentages

%0
%62.5
%6.25
%81.18

Codes

Color #30122D in popluar color models

30 12 2D
RGB 48 18 45
HSL 306° 45.45% 12.94%
HSB/HSV 306° 62.50% 18.82%
CMYK 0.00% 62.50% 6.25%
81.18%

Color #30122D in popluar number systems.

HEX 30 12 2D
Decimal 48 18 45
Binary 110000 10010 101101
Octal 60 22 55

Shades and tints

Shades of #30122D

#30122D
(48,18,45)
#2C1129
(44,17,41)
#281025
(40,16,37)
#240F21
(36,15,33)
#200E1D
(32,14,29)
#1C0D19
(28,13,25)
#180C15
(24,12,21)
#140B11
(20,11,17)
#100A0D
(16,10,13)
#0C0909
(12,9,9)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #30122D

#30122D
(48,18,45)
#422740
(66,39,64)
#543C53
(84,60,83)
#665166
(102,81,102)
#786679
(120,102,121)
#8A7B8C
(138,123,140)
#9C909F
(156,144,159)
#AEA5B2
(174,165,178)
#C0BAC5
(192,186,197)
#D2CFD8
(210,207,216)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30122D color. Also use rgb(48,18,45) instead hex code.

Text Font Color

.myTextColor { color: #30122D; }

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

This text font color is #30122D.

Background Color

.myBgColor { background-color: #30122D; }

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

This div background color is #30122D.

Border color

.myBorderColor { border: 1px solid #30122D; }

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

This div border color is #30122D.

Opacity

.myOpacity80 { color: #30122D; opacity: 0.8; }

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

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

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

This text has shadow with #30122D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30122D.

Preview

Color preview on black background

This text has color #30122D on black background.


Color preview on white background

This text has color #30122D on white background.


Black color preview on #30122D background

This text has black color on #30122D background.


White color preview on #30122D background

This text has white color on #30122D background.


Related colors

Complementary color

Complementary color for #hex is #CFEDD2.


I love getcolorcode.com

Triadic colors

1 #2D3012 and #122D30 with #30122D are triadic colors.

2 #2D1230 and #12302D with #30122D are triadic colors.