COLOR #334657

HEX: #334657
RGB: (51,70,87)

Color info

#334657 contains red, green and blue colors in about the same proportion. Web safe color of #334657 is #333366 (or #336).

RGB color model

#334657 color RGB value is (51,70,87).

  • red value is 51;
  • green value is 70;
  • blue value is 87.
RGB:
(51,70,87)
(20%,27%,34%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 87 of 255 = 34%

51
70
87

R + G + B ~ 27%. #334657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 87 = 208 (100%)
R 51 of 208 ~ 24.52%
G 70 of 208 ~ 33.65%
B 87 of 208 ~ 41.83%

%24.52
%33.65
%41.83

CMYK color model

#334657 color CMYK value is (41,20,0,66).

  • cyan value is 41.38%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(41,20,0,66)
C41M20Y0K66 
(41%,20%,0%,66%)
(0.41/0.20/0.00/0.66)	

CMYK percentages

%41.38
%19.54
%0
%65.88

Codes

Color #334657 in popluar color models

334657
RGB517087
HSL208°26.09%27.06%
HSB/HSV208°41.38%34.12%
CMYK41.38%19.54%0.00%
65.88%

Color #334657 in popluar number systems.

HEX334657
Decimal517087
Binary11001110001101010111
Octal63106127

Shades and tints

Shades of #334657

#334657
(51,70,87)
#2F4050
(47,64,80)
#2B3A49
(43,58,73)
#273442
(39,52,66)
#232E3B
(35,46,59)
#1F2834
(31,40,52)
#1B222D
(27,34,45)
#171C26
(23,28,38)
#13161F
(19,22,31)
#0F1018
(15,16,24)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #334657

#334657
(51,70,87)
#455666
(69,86,102)
#576675
(87,102,117)
#697684
(105,118,132)
#7B8693
(123,134,147)
#8D96A2
(141,150,162)
#9FA6B1
(159,166,177)
#B1B6C0
(177,182,192)
#C3C6CF
(195,198,207)
#D5D6DE
(213,214,222)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334657 color. Also use rgb(51,70,87) instead hex code.

Text Font Color

.myTextColor { color: #334657; }

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

This text font color is #334657.


Background Color

.myBgColor { background-color: #334657; }

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

This div background color is #334657.


Border color

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

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

This div border color is #334657.


Opacity

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

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

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

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

This text has shadow with #334657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334657 on black background.


Color preview on white background

This text has color #334657 on white background.



Black color preview on #334657 background

This text has black color on #334657 background.


White color preview on #334657 background

This text has white color on #334657 background.