COLOR #03311B

HEX: #03311B
RGB: (3,49,27)

Color info

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

RGB color model

#03311B color RGB value is (3,49,27).

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

RGB channels and saturation

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

3
49
27

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

Portions of RGB colors in percentages

R + G + B =
3 + 49 + 27 = 79 (100%)
R 3 of 79 ~ 3.8%
G 49 of 79 ~ 62.03%
B 27 of 79 ~ 34.18%

%62.03
%34.18

CMYK color model

#03311B color CMYK value is (94,0,45,81).

  • cyan value is 93.88%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 80.78%
CMYK:
(94,0,45,81)
C94M0Y45K81 
(94%,0%,45%,81%)
(0.94/0.00/0.45/0.81)	

CMYK percentages

%93.88
%0
%44.9
%80.78

Codes

Color #03311B in popluar color models

03311B
RGB34927
HSL151°88.46%10.20%
HSB/HSV151°93.88%19.22%
CMYK93.88%0.00%44.90%
80.78%

Color #03311B in popluar number systems.

HEX03311B
Decimal34927
Binary1111000111011
Octal36133

Shades and tints

Shades of #03311B

#03311B
(3,49,27)
#032D19
(3,45,25)
#032917
(3,41,23)
#032515
(3,37,21)
#032113
(3,33,19)
#031D11
(3,29,17)
#03190F
(3,25,15)
#03150D
(3,21,13)
#03110B
(3,17,11)
#030D09
(3,13,9)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #03311B

#03311B
(3,49,27)
#19432F
(25,67,47)
#2F5543
(47,85,67)
#456757
(69,103,87)
#5B796B
(91,121,107)
#718B7F
(113,139,127)
#879D93
(135,157,147)
#9DAFA7
(157,175,167)
#B3C1BB
(179,193,187)
#C9D3CF
(201,211,207)
#DFE5E3
(223,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03311B; }

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

This text font color is #03311B.


Background Color

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

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

This div background color is #03311B.


Border color

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

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

This div border color is #03311B.


Opacity

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

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

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

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

This text has shadow with #03311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03311B on black background.


Color preview on white background

This text has color #03311B on white background.



Black color preview on #03311B background

This text has black color on #03311B background.


White color preview on #03311B background

This text has white color on #03311B background.