COLOR #034D51

HEX: #034D51
RGB: (3,77,81)

Color info

#034D51 contains mainly green and blue colors. Web safe color of #034D51 is #003366 (or #036).

RGB color model

#034D51 color RGB value is (3,77,81).

  • red value is 3;
  • green value is 77;
  • blue value is 81.
RGB:
(3,77,81)
(1%,30%,32%)

RGB channels and saturation

R 3 of 255 = 1%
G 77 of 255 = 30%
B 81 of 255 = 32%

3
77
81

R + G + B ~ 21%. #034D51 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 77 + 81 = 161 (100%)
R 3 of 161 ~ 1.86%
G 77 of 161 ~ 47.83%
B 81 of 161 ~ 50.31%

%47.83
%50.31

CMYK color model

#034D51 color CMYK value is (96,5,0,68).

  • cyan value is 96.30%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(96,5,0,68)
C96M5Y0K68 
(96%,5%,0%,68%)
(0.96/0.05/0.00/0.68)	

CMYK percentages

%96.3
%4.94
%0
%68.24

Codes

Color #034D51 in popluar color models

034D51
RGB37781
HSL183°92.86%16.47%
HSB/HSV183°96.30%31.76%
CMYK96.30%4.94%0.00%
68.24%

Color #034D51 in popluar number systems.

HEX034D51
Decimal37781
Binary1110011011010001
Octal3115121

Shades and tints

Shades of #034D51

#034D51
(3,77,81)
#03464A
(3,70,74)
#033F43
(3,63,67)
#03383C
(3,56,60)
#033135
(3,49,53)
#032A2E
(3,42,46)
#032327
(3,35,39)
#031C20
(3,28,32)
#031519
(3,21,25)
#030E12
(3,14,18)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #034D51

#034D51
(3,77,81)
#195D60
(25,93,96)
#2F6D6F
(47,109,111)
#457D7E
(69,125,126)
#5B8D8D
(91,141,141)
#719D9C
(113,157,156)
#87ADAB
(135,173,171)
#9DBDBA
(157,189,186)
#B3CDC9
(179,205,201)
#C9DDD8
(201,221,216)
#DFEDE7
(223,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034D51 color. Also use rgb(3,77,81) instead hex code.

Text Font Color

.myTextColor { color: #034D51; }

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

This text font color is #034D51.


Background Color

.myBgColor { background-color: #034D51; }

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

This div background color is #034D51.


Border color

.myBorderColor { border: 1px solid #034D51; }

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

This div border color is #034D51.


Opacity

.myOpacity80 { color: #034D51; opacity: 0.8; }

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

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

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

This text has shadow with #034D51 color.

.textShadow {text-shadow: 3px 3px 1px #034D51, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034D51 on black background.


Color preview on white background

This text has color #034D51 on white background.



Black color preview on #034D51 background

This text has black color on #034D51 background.


White color preview on #034D51 background

This text has white color on #034D51 background.