COLOR #303003

HEX: #303003
RGB: (48,48,3)

Color info

#303003 contains red, green and blue colors in about the same proportion. Web safe color of #303003 is #333300 (or #330).

RGB color model

#303003 color RGB value is (48,48,3).

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

RGB channels and saturation

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

48
48
3

R + G + B ~ 13%. #303003 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 3 = 99 (100%)
R 48 of 99 ~ 48.48%
G 48 of 99 ~ 48.48%
B 3 of 99 ~ 3.03%

%48.48
%48.48

CMYK color model

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

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

CMYK percentages

%0
%0
%93.75
%81.18

Codes

Color #303003 in popluar color models

303003
RGB48483
HSL60°88.24%10.00%
HSB/HSV60°93.75%18.82%
CMYK0.00%0.00%93.75%
81.18%

Color #303003 in popluar number systems.

HEX303003
Decimal48483
Binary11000011000011
Octal60603

Shades and tints

Shades of #303003

#303003
(48,48,3)
#2C2C03
(44,44,3)
#282803
(40,40,3)
#242403
(36,36,3)
#202003
(32,32,3)
#1C1C03
(28,28,3)
#181803
(24,24,3)
#141403
(20,20,3)
#101003
(16,16,3)
#0C0C03
(12,12,3)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #303003

#303003
(48,48,3)
#424219
(66,66,25)
#54542F
(84,84,47)
#666645
(102,102,69)
#78785B
(120,120,91)
#8A8A71
(138,138,113)
#9C9C87
(156,156,135)
#AEAE9D
(174,174,157)
#C0C0B3
(192,192,179)
#D2D2C9
(210,210,201)
#E4E4DF
(228,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303003; }

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

This text font color is #303003.


Background Color

.myBgColor { background-color: #303003; }

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

This div background color is #303003.


Border color

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

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

This div border color is #303003.


Opacity

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

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

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

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

This text has shadow with #303003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303003 on black background.


Color preview on white background

This text has color #303003 on white background.



Black color preview on #303003 background

This text has black color on #303003 background.


White color preview on #303003 background

This text has white color on #303003 background.