COLOR #03492D

HEX: #03492D RGB: (3,73,45)

Color info

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

RGB color model

#03492D color RGB value is (3,73,45).

RGB: (3,73,45) (1%, 29%, 18%)

RGB channels and saturation

R 3 of 255 = 1%
G 73 of 255 = 29%
B 45 of 255 = 18%

3
73
45

R + G + B ~ 16%. #03492D is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 73 + 45 = 121 (100%)
R 3 of 121 ~ 2.48%
G 73 of 121 ~ 60.33%
B 45 of 121 ~ 37.19'%

%60.33
%37.19

CMYK color model

#03492D color CMYK value is (96,0,38,71).

  • cyan value is 95.89%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK: (96,0,38,71) C96M0Y38K71 (96%,0%,38%,71%) (0.96/0.00/0.38/0.71) 

CMYK percentages

%95.89
%0
%38.36
%71.37

Codes

Color #03492D in popluar color models

03 49 2D
RGB 3 73 45
HSL 156° 92.11% 14.90%
HSB/HSV 156° 95.89% 28.63%
CMYK 95.89% 0.00% 38.36%
71.37%

Color #03492D in popluar number systems.

HEX 03 49 2D
Decimal 3 73 45
Binary 11 1001001 101101
Octal 3 111 55

Shades and tints

Shades of #03492D

#03492D
(3,73,45)
#034329
(3,67,41)
#033D25
(3,61,37)
#033721
(3,55,33)
#03311D
(3,49,29)
#032B19
(3,43,25)
#032515
(3,37,21)
#031F11
(3,31,17)
#03190D
(3,25,13)
#031309
(3,19,9)
#030D05
(3,13,5)
#000000
(0,0,0)

Tints of #03492D

#03492D
(3,73,45)
#195940
(25,89,64)
#2F6953
(47,105,83)
#457966
(69,121,102)
#5B8979
(91,137,121)
#71998C
(113,153,140)
#87A99F
(135,169,159)
#9DB9B2
(157,185,178)
#B3C9C5
(179,201,197)
#C9D9D8
(201,217,216)
#DFE9EB
(223,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03492D; }

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

This text font color is #03492D.

Background Color

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

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

This div background color is #03492D.

Border color

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

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

This div border color is #03492D.

Opacity

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

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

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

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

This text has shadow with #03492D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03492D.

Preview

Color preview on black background

This text has color #03492D on black background.


Color preview on white background

This text has color #03492D on white background.


Black color preview on #03492D background

This text has black color on #03492D background.


White color preview on #03492D background

This text has white color on #03492D background.


Related colors

Complementary color

Complementary color for #hex is #FCB6D2.


I love getcolorcode.com

Triadic colors

1 #2D0349 and #492D03 with #03492D are triadic colors.

2 #2D4903 and #49032D with #03492D are triadic colors.