COLOR #334E6A

HEX: #334E6A
RGB: (51,78,106)

Color info

#334E6A contains red, green and blue colors in about the same proportion. Web safe color of #334E6A is #336666 (or #366).

RGB color model

#334E6A color RGB value is (51,78,106).

  • red value is 51;
  • green value is 78;
  • blue value is 106.
RGB:
(51,78,106)
(20%,31%,42%)

RGB channels and saturation

R 51 of 255 = 20%
G 78 of 255 = 31%
B 106 of 255 = 42%

51
78
106

R + G + B ~ 31%. #334E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 78 + 106 = 235 (100%)
R 51 of 235 ~ 21.7%
G 78 of 235 ~ 33.19%
B 106 of 235 ~ 45.11%

%21.7
%33.19
%45.11

CMYK color model

#334E6A color CMYK value is (52,26,0,58).

  • cyan value is 51.89%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(52,26,0,58)
C52M26Y0K58 
(52%,26%,0%,58%)
(0.52/0.26/0.00/0.58)	

CMYK percentages

%51.89
%26.42
%0
%58.43

Codes

Color #334E6A in popluar color models

334E6A
RGB5178106
HSL211°35.03%30.78%
HSB/HSV211°51.89%41.57%
CMYK51.89%26.42%0.00%
58.43%

Color #334E6A in popluar number systems.

HEX334E6A
Decimal5178106
Binary11001110011101101010
Octal63116152

Shades and tints

Shades of #334E6A

#334E6A
(51,78,106)
#2F4761
(47,71,97)
#2B4058
(43,64,88)
#27394F
(39,57,79)
#233246
(35,50,70)
#1F2B3D
(31,43,61)
#1B2434
(27,36,52)
#171D2B
(23,29,43)
#131622
(19,22,34)
#0F0F19
(15,15,25)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #334E6A

#334E6A
(51,78,106)
#455E77
(69,94,119)
#576E84
(87,110,132)
#697E91
(105,126,145)
#7B8E9E
(123,142,158)
#8D9EAB
(141,158,171)
#9FAEB8
(159,174,184)
#B1BEC5
(177,190,197)
#C3CED2
(195,206,210)
#D5DEDF
(213,222,223)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334E6A color. Also use rgb(51,78,106) instead hex code.

Text Font Color

.myTextColor { color: #334E6A; }

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

This text font color is #334E6A.


Background Color

.myBgColor { background-color: #334E6A; }

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

This div background color is #334E6A.


Border color

.myBorderColor { border: 1px solid #334E6A; }

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

This div border color is #334E6A.


Opacity

.myOpacity80 { color: #334E6A; opacity: 0.8; }

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

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

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

This text has shadow with #334E6A color.

.textShadow {text-shadow: 3px 3px 1px #334E6A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334E6A on black background.


Color preview on white background

This text has color #334E6A on white background.



Black color preview on #334E6A background

This text has black color on #334E6A background.


White color preview on #334E6A background

This text has white color on #334E6A background.