COLOR #30061C

HEX: #30061C
RGB: (48,6,28)

Color info

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

RGB color model

#30061C color RGB value is (48,6,28).

  • red value is 48;
  • green value is 6;
  • blue value is 28.
RGB:
(48,6,28)
(19%,2%,11%)

RGB channels and saturation

R 48 of 255 = 19%
G 6 of 255 = 2%
B 28 of 255 = 11%

48
6
28

R + G + B ~ 11%. #30061C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 6 + 28 = 82 (100%)
R 48 of 82 ~ 58.54%
G 6 of 82 ~ 7.32%
B 28 of 82 ~ 34.15%

%58.54
%34.15

CMYK color model

#30061C color CMYK value is (0,88,42,81).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 41.67%
  • key color value is 81.18%
CMYK:
(0,88,42,81)
C0M88Y42K81 
(0%,88%,42%,81%)
(0.00/0.88/0.42/0.81)	

CMYK percentages

%0
%87.5
%41.67
%81.18

Codes

Color #30061C in popluar color models

30061C
RGB48628
HSL329°77.78%10.59%
HSB/HSV329°87.50%18.82%
CMYK0.00%87.50%41.67%
81.18%

Color #30061C in popluar number systems.

HEX30061C
Decimal48628
Binary11000011011100
Octal60634

Shades and tints

Shades of #30061C

#30061C
(48,6,28)
#2C061A
(44,6,26)
#280618
(40,6,24)
#240616
(36,6,22)
#200614
(32,6,20)
#1C0612
(28,6,18)
#180610
(24,6,16)
#14060E
(20,6,14)
#10060C
(16,6,12)
#0C060A
(12,6,10)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #30061C

#30061C
(48,6,28)
#421C30
(66,28,48)
#543244
(84,50,68)
#664858
(102,72,88)
#785E6C
(120,94,108)
#8A7480
(138,116,128)
#9C8A94
(156,138,148)
#AEA0A8
(174,160,168)
#C0B6BC
(192,182,188)
#D2CCD0
(210,204,208)
#E4E2E4
(228,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30061C color. Also use rgb(48,6,28) instead hex code.

Text Font Color

.myTextColor { color: #30061C; }

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

This text font color is #30061C.


Background Color

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

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

This div background color is #30061C.


Border color

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

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

This div border color is #30061C.


Opacity

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

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

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

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

This text has shadow with #30061C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30061C on black background.


Color preview on white background

This text has color #30061C on white background.



Black color preview on #30061C background

This text has black color on #30061C background.


White color preview on #30061C background

This text has white color on #30061C background.