COLOR #30080B

HEX: #30080B
RGB: (48,8,11)

Color info

#30080B contains red, green and blue colors in about the same proportion. Web safe color of #30080B is #330000 (or #300).

RGB color model

#30080B color RGB value is (48,8,11).

  • red value is 48;
  • green value is 8;
  • blue value is 11.
RGB: (48,8,11) (19%,3%,4%)

RGB channels and saturation

R 48 of 255 = 19%
G 8 of 255 = 3%
B 11 of 255 = 4%

48
8
11

R + G + B ~ 9%. #30080B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 8 + 11 = 67 (100%)
R 48 of 67 ~ 71.64%
G 8 of 67 ~ 11.94%
B 11 of 67 ~ 16.42%

%71.64
%11.94
%16.42

CMYK color model

#30080B color CMYK value is (0,83,77,81).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 77.08%
  • key color value is 81.18%
CMYK: (0,83,77,81) C0M83Y77K81 (0%,83%,77%,81%) (0.00/0.83/0.77/0.81)

CMYK percentages

%0
%83.33
%77.08
%81.18

Codes

Color #30080B in popluar color models

30080B
RGB48811
HSL356°71.43%10.98%
HSB/HSV356°83.33%18.82%
CMYK0.00%83.33%77.08%
81.18%

Color #30080B in popluar number systems.

HEX30080B
Decimal48811
Binary11000010001011
Octal601013

Shades and tints

Shades of #30080B

#30080B
(48,8,11)
#2C080A
(44,8,10)
#280809
(40,8,9)
#240808
(36,8,8)
#200807
(32,8,7)
#1C0806
(28,8,6)
#180805
(24,8,5)
#140804
(20,8,4)
#100803
(16,8,3)
#0C0802
(12,8,2)
#080801
(8,8,1)
#000000
(0,0,0)

Tints of #30080B

#30080B
(48,8,11)
#421E21
(66,30,33)
#543437
(84,52,55)
#664A4D
(102,74,77)
#786063
(120,96,99)
#8A7679
(138,118,121)
#9C8C8F
(156,140,143)
#AEA2A5
(174,162,165)
#C0B8BB
(192,184,187)
#D2CED1
(210,206,209)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30080B color. Also use rgb(48,8,11) instead hex code.

Text Font Color

.myTextColor { color: #30080B; }

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

This text font color is #30080B.


Background Color

.myBgColor { background-color: #30080B; }

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

This div background color is #30080B.


Border color

.myBorderColor { border: 1px solid #30080B; }

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

This div border color is #30080B.


Opacity

.myOpacity80 { color: #30080B; opacity: 0.8; }

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

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

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

This text has shadow with #30080B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #30080B on black background.


Color preview on white background

This text has color #30080B on white background.



Black color preview on #30080B background

This text has black color on #30080B background.


White color preview on #30080B background

This text has white color on #30080B background.