COLOR #300B08

HEX: #300B08 RGB: (48,11,8)

Color info

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

RGB color model

#300B08 color RGB value is (48,11,8).

RGB: (48,11,8) (19%, 4%, 3%)

RGB channels and saturation

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

48
11
8

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

Portions of RGB colors in percentages

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

%71.64
%16.42
%11.94

CMYK color model

#300B08 color CMYK value is (0,77,83,81).

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

CMYK percentages

%0
%77.08
%83.33
%81.18

Codes

Color #300B08 in popluar color models

30 0B 08
RGB 48 11 8
HSL 71.43% 10.98%
HSB/HSV 83.33% 18.82%
CMYK 0.00% 77.08% 83.33%
81.18%

Color #300B08 in popluar number systems.

HEX 30 0B 08
Decimal 48 11 8
Binary 110000 1011 1000
Octal 60 13 10

Shades and tints

Shades of #300B08

#300B08
(48,11,8)
#2C0A08
(44,10,8)
#280908
(40,9,8)
#240808
(36,8,8)
#200708
(32,7,8)
#1C0608
(28,6,8)
#180508
(24,5,8)
#140408
(20,4,8)
#100308
(16,3,8)
#0C0208
(12,2,8)
#080108
(8,1,8)
#000000
(0,0,0)

Tints of #300B08

#300B08
(48,11,8)
#42211E
(66,33,30)
#543734
(84,55,52)
#664D4A
(102,77,74)
#786360
(120,99,96)
#8A7976
(138,121,118)
#9C8F8C
(156,143,140)
#AEA5A2
(174,165,162)
#C0BBB8
(192,187,184)
#D2D1CE
(210,209,206)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300B08; }

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

This text font color is #300B08.

Background Color

.myBgColor { background-color: #300B08; }

<div style="background-color:#300B08">Inner text</div>

This div background color is #300B08.

Border color

.myBorderColor { border: 1px solid #300B08; }

<div style="border:3px solid #300B08">Div</div>

This div border color is #300B08.

Opacity

.myOpacity80 { color: #300B08; opacity: 0.8; }

<p style="color:#300B08;opacity:0.8;">80%</p>

Text with #300B08 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 #300B08;}

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

This text has shadow with #300B08 color.


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

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

This text has shadow with #300B08 primary color and red secondary color.


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

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

This text has shadow with #300B08 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #300B08.

Preview

Color preview on black background

This text has color #300B08 on black background.


Color preview on white background

This text has color #300B08 on white background.


Black color preview on #300B08 background

This text has black color on #300B08 background.


White color preview on #300B08 background

This text has white color on #300B08 background.


Related colors

Complementary color

Complementary color for #hex is #CFF4F7.


I love getcolorcode.com

Triadic colors

1 #08300B and #0B0830 with #300B08 are triadic colors.

2 #080B30 and #0B3008 with #300B08 are triadic colors.