COLOR #03491C

HEX: #03491C RGB: (3,73,28)

Color info

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

RGB color model

#03491C color RGB value is (3,73,28).

RGB: (3,73,28) (1%, 29%, 11%)

RGB channels and saturation

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

3
73
28

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

Portions of RGB colors in percentages

R + G + B = 3 + 73 + 28 = 104 (100%)
R 3 of 104 ~ 2.88%
G 73 of 104 ~ 70.19%
B 28 of 104 ~ 26.92'%

%70.19
%26.92

CMYK color model

#03491C color CMYK value is (96,0,62,71).

  • cyan value is 95.89%
  • magenta value is 0.00%
  • yellow value is 61.64%
  • key color value is 71.37%

CMYK: (96,0,62,71)
C96M0Y62K71 (96%, 0%, 62%, 71%)
(0.96 / 0.00 / 0.62 / 0.71)

CMYK percentages

%95.89
%0
%61.64
%71.37

Codes

Color #03491C in popluar color models

03 49 1C
RGB 3 73 28
HSL 141° 92.11% 14.90%
HSB/HSV 141° 95.89% 28.63%
CMYK 95.89% 0.00% 61.64%
71.37%

Color #03491C in popluar number systems.

HEX 03 49 1C
Decimal 3 73 28
Binary 11 1001001 11100
Octal 3 111 34

Shades and tints

Shades of #03491C

#03491C
(3,73,28)
#03431A
(3,67,26)
#033D18
(3,61,24)
#033716
(3,55,22)
#033114
(3,49,20)
#032B12
(3,43,18)
#032510
(3,37,16)
#031F0E
(3,31,14)
#03190C
(3,25,12)
#03130A
(3,19,10)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #03491C

#03491C
(3,73,28)
#195930
(25,89,48)
#2F6944
(47,105,68)
#457958
(69,121,88)
#5B896C
(91,137,108)
#719980
(113,153,128)
#87A994
(135,169,148)
#9DB9A8
(157,185,168)
#B3C9BC
(179,201,188)
#C9D9D0
(201,217,208)
#DFE9E4
(223,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03491C; }

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

This text font color is #03491C.

Background Color

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

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

This div background color is #03491C.

Border color

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

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

This div border color is #03491C.

Opacity

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

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

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

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

This text has shadow with #03491C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03491C.

Preview

Color preview on black background

This text has color #03491C on black background.


Color preview on white background

This text has color #03491C on white background.


Black color preview on #03491C background

This text has black color on #03491C background.


White color preview on #03491C background

This text has white color on #03491C background.


Related colors

Complementary color

Complementary color for #hex is #FCB6E3.


I love getcolorcode.com

Triadic colors

1 #1C0349 and #491C03 with #03491C are triadic colors.

2 #1C4903 and #49031C with #03491C are triadic colors.