COLOR #03300A

HEX: #03300A
RGB: (3,48,10)

Color info

#03300A contains red, green and blue colors in about the same proportion. Web safe color of #03300A is #003300 (or #030).

RGB color model

#03300A color RGB value is (3,48,10).

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

RGB channels and saturation

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

3
48
10

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

Portions of RGB colors in percentages

R + G + B =
3 + 48 + 10 = 61 (100%)
R 3 of 61 ~ 4.92%
G 48 of 61 ~ 78.69%
B 10 of 61 ~ 16.39%

%78.69
%16.39

CMYK color model

#03300A color CMYK value is (94,0,79,81).

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

CMYK percentages

%93.75
%0
%79.17
%81.18

Codes

Color #03300A in popluar color models

03300A
RGB34810
HSL129°88.24%10.00%
HSB/HSV129°93.75%18.82%
CMYK93.75%0.00%79.17%
81.18%

Color #03300A in popluar number systems.

HEX03300A
Decimal34810
Binary111100001010
Octal36012

Shades and tints

Shades of #03300A

#03300A
(3,48,10)
#032C0A
(3,44,10)
#03280A
(3,40,10)
#03240A
(3,36,10)
#03200A
(3,32,10)
#031C0A
(3,28,10)
#03180A
(3,24,10)
#03140A
(3,20,10)
#03100A
(3,16,10)
#030C0A
(3,12,10)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #03300A

#03300A
(3,48,10)
#194220
(25,66,32)
#2F5436
(47,84,54)
#45664C
(69,102,76)
#5B7862
(91,120,98)
#718A78
(113,138,120)
#879C8E
(135,156,142)
#9DAEA4
(157,174,164)
#B3C0BA
(179,192,186)
#C9D2D0
(201,210,208)
#DFE4E6
(223,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03300A; }

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

This text font color is #03300A.


Background Color

.myBgColor { background-color: #03300A; }

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

This div background color is #03300A.


Border color

.myBorderColor { border: 1px solid #03300A; }

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

This div border color is #03300A.


Opacity

.myOpacity80 { color: #03300A; opacity: 0.8; }

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

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

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

This text has shadow with #03300A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03300A on black background.


Color preview on white background

This text has color #03300A on white background.



Black color preview on #03300A background

This text has black color on #03300A background.


White color preview on #03300A background

This text has white color on #03300A background.