COLOR #034E6F

HEX: #034E6F
RGB: (3,78,111)

Color info

#034E6F contains mainly green and blue colors. Web safe color of #034E6F is #006666 (or #066).

RGB color model

#034E6F color RGB value is (3,78,111).

  • red value is 3;
  • green value is 78;
  • blue value is 111.
RGB:
(3,78,111)
(1%,31%,44%)

RGB channels and saturation

R 3 of 255 = 1%
G 78 of 255 = 31%
B 111 of 255 = 44%

3
78
111

R + G + B ~ 25%. #034E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 78 + 111 = 192 (100%)
R 3 of 192 ~ 1.56%
G 78 of 192 ~ 40.63%
B 111 of 192 ~ 57.81%

%40.63
%57.81

CMYK color model

#034E6F color CMYK value is (97,30,0,56).

  • cyan value is 97.30%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(97,30,0,56)
C97M30Y0K56 
(97%,30%,0%,56%)
(0.97/0.30/0.00/0.56)	

CMYK percentages

%97.3
%29.73
%0
%56.47

Codes

Color #034E6F in popluar color models

034E6F
RGB378111
HSL198°94.74%22.35%
HSB/HSV198°97.30%43.53%
CMYK97.30%29.73%0.00%
56.47%

Color #034E6F in popluar number systems.

HEX034E6F
Decimal378111
Binary1110011101101111
Octal3116157

Shades and tints

Shades of #034E6F

#034E6F
(3,78,111)
#034765
(3,71,101)
#03405B
(3,64,91)
#033951
(3,57,81)
#033247
(3,50,71)
#032B3D
(3,43,61)
#032433
(3,36,51)
#031D29
(3,29,41)
#03161F
(3,22,31)
#030F15
(3,15,21)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #034E6F

#034E6F
(3,78,111)
#195E7C
(25,94,124)
#2F6E89
(47,110,137)
#457E96
(69,126,150)
#5B8EA3
(91,142,163)
#719EB0
(113,158,176)
#87AEBD
(135,174,189)
#9DBECA
(157,190,202)
#B3CED7
(179,206,215)
#C9DEE4
(201,222,228)
#DFEEF1
(223,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034E6F color. Also use rgb(3,78,111) instead hex code.

Text Font Color

.myTextColor { color: #034E6F; }

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

This text font color is #034E6F.


Background Color

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

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

This div background color is #034E6F.


Border color

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

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

This div border color is #034E6F.


Opacity

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

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

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

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

This text has shadow with #034E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034E6F on black background.


Color preview on white background

This text has color #034E6F on white background.



Black color preview on #034E6F background

This text has black color on #034E6F background.


White color preview on #034E6F background

This text has white color on #034E6F background.