COLOR #03301B

HEX: #03301B
RGB: (3,48,27)

Color info

#03301B contains red, green and blue colors in about the same proportion. Web safe color of #03301B is #003333 (or #033).

RGB color model

#03301B color RGB value is (3,48,27).

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

RGB channels and saturation

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

3
48
27

R + G + B ~ 10%. #03301B is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 48 + 27 = 78 (100%)
R 3 of 78 ~ 3.85%
G 48 of 78 ~ 61.54%
B 27 of 78 ~ 34.62%

%61.54
%34.62

CMYK color model

#03301B color CMYK value is (94,0,44,81).

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

CMYK percentages

%93.75
%0
%43.75
%81.18

Codes

Color #03301B in popluar color models

03301B
RGB34827
HSL152°88.24%10.00%
HSB/HSV152°93.75%18.82%
CMYK93.75%0.00%43.75%
81.18%

Color #03301B in popluar number systems.

HEX03301B
Decimal34827
Binary1111000011011
Octal36033

Shades and tints

Shades of #03301B

#03301B
(3,48,27)
#032C19
(3,44,25)
#032817
(3,40,23)
#032415
(3,36,21)
#032013
(3,32,19)
#031C11
(3,28,17)
#03180F
(3,24,15)
#03140D
(3,20,13)
#03100B
(3,16,11)
#030C09
(3,12,9)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #03301B

#03301B
(3,48,27)
#19422F
(25,66,47)
#2F5443
(47,84,67)
#456657
(69,102,87)
#5B786B
(91,120,107)
#718A7F
(113,138,127)
#879C93
(135,156,147)
#9DAEA7
(157,174,167)
#B3C0BB
(179,192,187)
#C9D2CF
(201,210,207)
#DFE4E3
(223,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03301B; }

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

This text font color is #03301B.


Background Color

.myBgColor { background-color: #03301B; }

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

This div background color is #03301B.


Border color

.myBorderColor { border: 1px solid #03301B; }

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

This div border color is #03301B.


Opacity

.myOpacity80 { color: #03301B; opacity: 0.8; }

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

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

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

This text has shadow with #03301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03301B on black background.


Color preview on white background

This text has color #03301B on white background.



Black color preview on #03301B background

This text has black color on #03301B background.


White color preview on #03301B background

This text has white color on #03301B background.