COLOR #334D59

HEX: #334D59
RGB: (51,77,89)

Color info

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

RGB color model

#334D59 color RGB value is (51,77,89).

  • red value is 51;
  • green value is 77;
  • blue value is 89.
RGB:
(51,77,89)
(20%,30%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 89 of 255 = 35%

51
77
89

R + G + B ~ 28%. #334D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 77 + 89 = 217 (100%)
R 51 of 217 ~ 23.5%
G 77 of 217 ~ 35.48%
B 89 of 217 ~ 41.01%

%23.5
%35.48
%41.01

CMYK color model

#334D59 color CMYK value is (43,13,0,65).

  • cyan value is 42.70%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,13,0,65)
C43M13Y0K65 
(43%,13%,0%,65%)
(0.43/0.13/0.00/0.65)	

CMYK percentages

%42.7
%13.48
%0
%65.1

Codes

Color #334D59 in popluar color models

334D59
RGB517789
HSL199°27.14%27.45%
HSB/HSV199°42.70%34.90%
CMYK42.70%13.48%0.00%
65.10%

Color #334D59 in popluar number systems.

HEX334D59
Decimal517789
Binary11001110011011011001
Octal63115131

Shades and tints

Shades of #334D59

#334D59
(51,77,89)
#2F4651
(47,70,81)
#2B3F49
(43,63,73)
#273841
(39,56,65)
#233139
(35,49,57)
#1F2A31
(31,42,49)
#1B2329
(27,35,41)
#171C21
(23,28,33)
#131519
(19,21,25)
#0F0E11
(15,14,17)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #334D59

#334D59
(51,77,89)
#455D68
(69,93,104)
#576D77
(87,109,119)
#697D86
(105,125,134)
#7B8D95
(123,141,149)
#8D9DA4
(141,157,164)
#9FADB3
(159,173,179)
#B1BDC2
(177,189,194)
#C3CDD1
(195,205,209)
#D5DDE0
(213,221,224)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334D59 color. Also use rgb(51,77,89) instead hex code.

Text Font Color

.myTextColor { color: #334D59; }

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

This text font color is #334D59.


Background Color

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

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

This div background color is #334D59.


Border color

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

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

This div border color is #334D59.


Opacity

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

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

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

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

This text has shadow with #334D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334D59 on black background.


Color preview on white background

This text has color #334D59 on white background.



Black color preview on #334D59 background

This text has black color on #334D59 background.


White color preview on #334D59 background

This text has white color on #334D59 background.