COLOR #034849

HEX: #034849 RGB: (3,72,73)

Color info

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

RGB color model

#034849 color RGB value is (3,72,73).

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

RGB channels and saturation

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

3
72
73

R + G + B ~ 19%. #034849 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 72 + 73 = 148 (100%)
R 3 of 148 ~ 2.03%
G 72 of 148 ~ 48.65%
B 73 of 148 ~ 49.32'%

%48.65
%49.32

CMYK color model

#034849 color CMYK value is (96,1,0,71).

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

CMYK: (96,1,0,71)
C96M1Y0K71 (96%, 1%, 0%, 71%)
(0.96 / 0.01 / 0.00 / 0.71)

CMYK percentages

%95.89
%1.37
%0
%71.37

Codes

Color #034849 in popluar color models

03 48 49
RGB 3 72 73
HSL 181° 92.11% 14.90%
HSB/HSV 181° 95.89% 28.63%
CMYK 95.89% 1.37% 0.00%
71.37%

Color #034849 in popluar number systems.

HEX 03 48 49
Decimal 3 72 73
Binary 11 1001000 1001001
Octal 3 110 111

Shades and tints

Shades of #034849

#034849
(3,72,73)
#034243
(3,66,67)
#033C3D
(3,60,61)
#033637
(3,54,55)
#033031
(3,48,49)
#032A2B
(3,42,43)
#032425
(3,36,37)
#031E1F
(3,30,31)
#031819
(3,24,25)
#031213
(3,18,19)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #034849

#034849
(3,72,73)
#195859
(25,88,89)
#2F6869
(47,104,105)
#457879
(69,120,121)
#5B8889
(91,136,137)
#719899
(113,152,153)
#87A8A9
(135,168,169)
#9DB8B9
(157,184,185)
#B3C8C9
(179,200,201)
#C9D8D9
(201,216,217)
#DFE8E9
(223,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034849; }

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

This text font color is #034849.

Background Color

.myBgColor { background-color: #034849; }

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

This div background color is #034849.

Border color

.myBorderColor { border: 1px solid #034849; }

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

This div border color is #034849.

Opacity

.myOpacity80 { color: #034849; opacity: 0.8; }

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

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

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

This text has shadow with #034849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #034849.

Preview

Color preview on black background

This text has color #034849 on black background.


Color preview on white background

This text has color #034849 on white background.


Black color preview on #034849 background

This text has black color on #034849 background.


White color preview on #034849 background

This text has white color on #034849 background.


Related colors

Complementary color

Complementary color for #hex is #FCB7B6.


I love getcolorcode.com

Triadic colors

1 #490348 and #484903 with #034849 are triadic colors.

2 #494803 and #480349 with #034849 are triadic colors.