COLOR #300807

HEX: #300807 RGB: (48,8,7)

Color info

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

RGB color model

#300807 color RGB value is (48,8,7).

RGB: (48,8,7) (19%, 3%, 3%)

RGB channels and saturation

R 48 of 255 = 19%
G 8 of 255 = 3%
B 7 of 255 = 3%

48
8
7

R + G + B ~ 8%. #300807 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 8 + 7 = 63 (100%)
R 48 of 63 ~ 76.19%
G 8 of 63 ~ 12.7%
B 7 of 63 ~ 11.11'%

%76.19
%12.7
%11.11

CMYK color model

#300807 color CMYK value is (0,83,85,81).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 85.42%
  • key color value is 81.18%
CMYK: (0,83,85,81) C0M83Y85K81 (0%,83%,85%,81%) (0.00/0.83/0.85/0.81) 

CMYK percentages

%0
%83.33
%85.42
%81.18

Codes

Color #300807 in popluar color models

30 08 07
RGB 48 8 7
HSL 74.55% 10.78%
HSB/HSV 85.42% 18.82%
CMYK 0.00% 83.33% 85.42%
81.18%

Color #300807 in popluar number systems.

HEX 30 08 07
Decimal 48 8 7
Binary 110000 1000 111
Octal 60 10 7

Shades and tints

Shades of #300807

#300807
(48,8,7)
#2C0807
(44,8,7)
#280807
(40,8,7)
#240807
(36,8,7)
#200807
(32,8,7)
#1C0807
(28,8,7)
#180807
(24,8,7)
#140807
(20,8,7)
#100807
(16,8,7)
#0C0807
(12,8,7)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #300807

#300807
(48,8,7)
#421E1D
(66,30,29)
#543433
(84,52,51)
#664A49
(102,74,73)
#78605F
(120,96,95)
#8A7675
(138,118,117)
#9C8C8B
(156,140,139)
#AEA2A1
(174,162,161)
#C0B8B7
(192,184,183)
#D2CECD
(210,206,205)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300807; }

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

This text font color is #300807.

Background Color

.myBgColor { background-color: #300807; }

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

This div background color is #300807.

Border color

.myBorderColor { border: 1px solid #300807; }

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

This div border color is #300807.

Opacity

.myOpacity80 { color: #300807; opacity: 0.8; }

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

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

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

This text has shadow with #300807 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300807.

Preview

Color preview on black background

This text has color #300807 on black background.


Color preview on white background

This text has color #300807 on white background.


Black color preview on #300807 background

This text has black color on #300807 background.


White color preview on #300807 background

This text has white color on #300807 background.


Related colors

Complementary color

Complementary color for #hex is #CFF7F8.


I love getcolorcode.com

Triadic colors

1 #073008 and #080730 with #300807 are triadic colors.

2 #070830 and #083007 with #300807 are triadic colors.