COLOR #334059

HEX: #334059
RGB: (51,64,89)

Color info

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

RGB color model

#334059 color RGB value is (51,64,89).

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

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 89 of 255 = 35%

51
64
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 64 + 89 = 204 (100%)
R 51 of 204 ~ 25%
G 64 of 204 ~ 31.37%
B 89 of 204 ~ 43.63%

%25
%31.37
%43.63

CMYK color model

#334059 color CMYK value is (43,28,0,65).

  • cyan value is 42.70%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,28,0,65)
C43M28Y0K65 
(43%,28%,0%,65%)
(0.43/0.28/0.00/0.65)	

CMYK percentages

%42.7
%28.09
%0
%65.1

Codes

Color #334059 in popluar color models

334059
RGB516489
HSL219°27.14%27.45%
HSB/HSV219°42.70%34.90%
CMYK42.70%28.09%0.00%
65.10%

Color #334059 in popluar number systems.

HEX334059
Decimal516489
Binary11001110000001011001
Octal63100131

Shades and tints

Shades of #334059

#334059
(51,64,89)
#2F3B51
(47,59,81)
#2B3649
(43,54,73)
#273141
(39,49,65)
#232C39
(35,44,57)
#1F2731
(31,39,49)
#1B2229
(27,34,41)
#171D21
(23,29,33)
#131819
(19,24,25)
#0F1311
(15,19,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #334059

#334059
(51,64,89)
#455168
(69,81,104)
#576277
(87,98,119)
#697386
(105,115,134)
#7B8495
(123,132,149)
#8D95A4
(141,149,164)
#9FA6B3
(159,166,179)
#B1B7C2
(177,183,194)
#C3C8D1
(195,200,209)
#D5D9E0
(213,217,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334059; }

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

This text font color is #334059.


Background Color

.myBgColor { background-color: #334059; }

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

This div background color is #334059.


Border color

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

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

This div border color is #334059.


Opacity

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

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

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

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

This text has shadow with #334059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334059 on black background.


Color preview on white background

This text has color #334059 on white background.



Black color preview on #334059 background

This text has black color on #334059 background.


White color preview on #334059 background

This text has white color on #334059 background.