COLOR #300703

HEX: #300703
RGB: (48,7,3)

Color info

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

RGB color model

#300703 color RGB value is (48,7,3).

  • red value is 48;
  • green value is 7;
  • blue value is 3.
RGB:
(48,7,3)
(19%,3%,1%)

RGB channels and saturation

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

48
7
3

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

Portions of RGB colors in percentages

R + G + B =
48 + 7 + 3 = 58 (100%)
R 48 of 58 ~ 82.76%
G 7 of 58 ~ 12.07%
B 3 of 58 ~ 5.17%

%82.76
%12.07

CMYK color model

#300703 color CMYK value is (0,85,94,81).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 93.75%
  • key color value is 81.18%
CMYK:
(0,85,94,81)
C0M85Y94K81 
(0%,85%,94%,81%)
(0.00/0.85/0.94/0.81)	

CMYK percentages

%0
%85.42
%93.75
%81.18

Codes

Color #300703 in popluar color models

300703
RGB4873
HSL88.24%10.00%
HSB/HSV93.75%18.82%
CMYK0.00%85.42%93.75%
81.18%

Color #300703 in popluar number systems.

HEX300703
Decimal4873
Binary11000011111
Octal6073

Shades and tints

Shades of #300703

#300703
(48,7,3)
#2C0703
(44,7,3)
#280703
(40,7,3)
#240703
(36,7,3)
#200703
(32,7,3)
#1C0703
(28,7,3)
#180703
(24,7,3)
#140703
(20,7,3)
#100703
(16,7,3)
#0C0703
(12,7,3)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #300703

#300703
(48,7,3)
#421D19
(66,29,25)
#54332F
(84,51,47)
#664945
(102,73,69)
#785F5B
(120,95,91)
#8A7571
(138,117,113)
#9C8B87
(156,139,135)
#AEA19D
(174,161,157)
#C0B7B3
(192,183,179)
#D2CDC9
(210,205,201)
#E4E3DF
(228,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300703; }

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

This text font color is #300703.


Background Color

.myBgColor { background-color: #300703; }

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

This div background color is #300703.


Border color

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

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

This div border color is #300703.


Opacity

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

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

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

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

This text has shadow with #300703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300703 on black background.


Color preview on white background

This text has color #300703 on white background.



Black color preview on #300703 background

This text has black color on #300703 background.


White color preview on #300703 background

This text has white color on #300703 background.