COLOR #335459

HEX: #335459
RGB: (51,84,89)

Color info

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

RGB color model

#335459 color RGB value is (51,84,89).

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

RGB channels and saturation

R 51 of 255 = 20%
G 84 of 255 = 33%
B 89 of 255 = 35%

51
84
89

R + G + B ~ 29%. #335459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 84 + 89 = 224 (100%)
R 51 of 224 ~ 22.77%
G 84 of 224 ~ 37.5%
B 89 of 224 ~ 39.73%

%22.77
%37.5
%39.73

CMYK color model

#335459 color CMYK value is (43,6,0,65).

  • cyan value is 42.70%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,6,0,65)
C43M6Y0K65 
(43%,6%,0%,65%)
(0.43/0.06/0.00/0.65)	

CMYK percentages

%42.7
%5.62
%0
%65.1

Codes

Color #335459 in popluar color models

335459
RGB518489
HSL188°27.14%27.45%
HSB/HSV188°42.70%34.90%
CMYK42.70%5.62%0.00%
65.10%

Color #335459 in popluar number systems.

HEX335459
Decimal518489
Binary11001110101001011001
Octal63124131

Shades and tints

Shades of #335459

#335459
(51,84,89)
#2F4D51
(47,77,81)
#2B4649
(43,70,73)
#273F41
(39,63,65)
#233839
(35,56,57)
#1F3131
(31,49,49)
#1B2A29
(27,42,41)
#172321
(23,35,33)
#131C19
(19,28,25)
#0F1511
(15,21,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #335459

#335459
(51,84,89)
#456368
(69,99,104)
#577277
(87,114,119)
#698186
(105,129,134)
#7B9095
(123,144,149)
#8D9FA4
(141,159,164)
#9FAEB3
(159,174,179)
#B1BDC2
(177,189,194)
#C3CCD1
(195,204,209)
#D5DBE0
(213,219,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335459; }

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

This text font color is #335459.


Background Color

.myBgColor { background-color: #335459; }

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

This div background color is #335459.


Border color

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

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

This div border color is #335459.


Opacity

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

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

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

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

This text has shadow with #335459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335459 on black background.


Color preview on white background

This text has color #335459 on white background.



Black color preview on #335459 background

This text has black color on #335459 background.


White color preview on #335459 background

This text has white color on #335459 background.