COLOR #334E65

HEX: #334E65 RGB: (51,78,101)

Color info

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

RGB color model

#334E65 color RGB value is (51,78,101).

RGB: (51,78,101) (20%, 31%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 78 of 255 = 31%
B 101 of 255 = 40%

51
78
101

R + G + B ~ 30%. #334E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 78 + 101 = 230 (100%)
R 51 of 230 ~ 22.17%
G 78 of 230 ~ 33.91%
B 101 of 230 ~ 43.91'%

%22.17
%33.91
%43.91

CMYK color model

#334E65 color CMYK value is (50,23,0,60).

  • cyan value is 49.50%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (50,23,0,60)
C50M23Y0K60 (50%, 23%, 0%, 60%)
(0.50 / 0.23 / 0.00 / 0.60)

CMYK percentages

%49.5
%22.77
%0
%60.39

Codes

Color #334E65 in popluar color models

33 4E 65
RGB 51 78 101
HSL 208° 32.89% 29.80%
HSB/HSV 208° 49.50% 39.61%
CMYK 49.50% 22.77% 0.00%
60.39%

Color #334E65 in popluar number systems.

HEX 33 4E 65
Decimal 51 78 101
Binary 110011 1001110 1100101
Octal 63 116 145

Shades and tints

Shades of #334E65

#334E65
(51,78,101)
#2F475C
(47,71,92)
#2B4053
(43,64,83)
#27394A
(39,57,74)
#233241
(35,50,65)
#1F2B38
(31,43,56)
#1B242F
(27,36,47)
#171D26
(23,29,38)
#13161D
(19,22,29)
#0F0F14
(15,15,20)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #334E65

#334E65
(51,78,101)
#455E73
(69,94,115)
#576E81
(87,110,129)
#697E8F
(105,126,143)
#7B8E9D
(123,142,157)
#8D9EAB
(141,158,171)
#9FAEB9
(159,174,185)
#B1BEC7
(177,190,199)
#C3CED5
(195,206,213)
#D5DEE3
(213,222,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334E65; }

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

This text font color is #334E65.

Background Color

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

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

This div background color is #334E65.

Border color

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

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

This div border color is #334E65.

Opacity

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

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

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

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

This text has shadow with #334E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334E65.

Preview

Color preview on black background

This text has color #334E65 on black background.


Color preview on white background

This text has color #334E65 on white background.


Black color preview on #334E65 background

This text has black color on #334E65 background.


White color preview on #334E65 background

This text has white color on #334E65 background.


Related colors

Complementary color

Complementary color for #hex is #CCB19A.


I love getcolorcode.com

Triadic colors

1 #65334E and #4E6533 with #334E65 are triadic colors.

2 #654E33 and #4E3365 with #334E65 are triadic colors.