COLOR #03491D

HEX: #03491D
RGB: (3,73,29)

Color info

#03491D contains mainly green and blue colors. Web safe color of #03491D is #003333 (or #033).

RGB color model

#03491D color RGB value is (3,73,29).

  • red value is 3;
  • green value is 73;
  • blue value is 29.
RGB:
(3,73,29)
(1%,29%,11%)

RGB channels and saturation

R 3 of 255 = 1%
G 73 of 255 = 29%
B 29 of 255 = 11%

3
73
29

R + G + B ~ 14%. #03491D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 73 + 29 = 105 (100%)
R 3 of 105 ~ 2.86%
G 73 of 105 ~ 69.52%
B 29 of 105 ~ 27.62%

%69.52
%27.62

CMYK color model

#03491D color CMYK value is (96,0,60,71).

  • cyan value is 95.89%
  • magenta value is 0.00%
  • yellow value is 60.27%
  • key color value is 71.37%
CMYK:
(96,0,60,71)
C96M0Y60K71 
(96%,0%,60%,71%)
(0.96/0.00/0.60/0.71)	

CMYK percentages

%95.89
%0
%60.27
%71.37

Codes

Color #03491D in popluar color models

03491D
RGB37329
HSL142°92.11%14.90%
HSB/HSV142°95.89%28.63%
CMYK95.89%0.00%60.27%
71.37%

Color #03491D in popluar number systems.

HEX03491D
Decimal37329
Binary11100100111101
Octal311135

Shades and tints

Shades of #03491D

#03491D
(3,73,29)
#03431B
(3,67,27)
#033D19
(3,61,25)
#033717
(3,55,23)
#033115
(3,49,21)
#032B13
(3,43,19)
#032511
(3,37,17)
#031F0F
(3,31,15)
#03190D
(3,25,13)
#03130B
(3,19,11)
#030D09
(3,13,9)
#000000
(0,0,0)

Tints of #03491D

#03491D
(3,73,29)
#195931
(25,89,49)
#2F6945
(47,105,69)
#457959
(69,121,89)
#5B896D
(91,137,109)
#719981
(113,153,129)
#87A995
(135,169,149)
#9DB9A9
(157,185,169)
#B3C9BD
(179,201,189)
#C9D9D1
(201,217,209)
#DFE9E5
(223,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03491D color. Also use rgb(3,73,29) instead hex code.

Text Font Color

.myTextColor { color: #03491D; }

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

This text font color is #03491D.


Background Color

.myBgColor { background-color: #03491D; }

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

This div background color is #03491D.


Border color

.myBorderColor { border: 1px solid #03491D; }

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

This div border color is #03491D.


Opacity

.myOpacity80 { color: #03491D; opacity: 0.8; }

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

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

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

This text has shadow with #03491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03491D on black background.


Color preview on white background

This text has color #03491D on white background.



Black color preview on #03491D background

This text has black color on #03491D background.


White color preview on #03491D background

This text has white color on #03491D background.