COLOR #335058

HEX: #335058
RGB: (51,80,88)

Color info

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

RGB color model

#335058 color RGB value is (51,80,88).

  • red value is 51;
  • green value is 80;
  • blue value is 88.
RGB:
(51,80,88)
(20%,31%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 88 of 255 = 35%

51
80
88

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

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 88 = 219 (100%)
R 51 of 219 ~ 23.29%
G 80 of 219 ~ 36.53%
B 88 of 219 ~ 40.18%

%23.29
%36.53
%40.18

CMYK color model

#335058 color CMYK value is (42,9,0,65).

  • cyan value is 42.05%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(42,9,0,65)
C42M9Y0K65 
(42%,9%,0%,65%)
(0.42/0.09/0.00/0.65)	

CMYK percentages

%42.05
%9.09
%0
%65.49

Codes

Color #335058 in popluar color models

335058
RGB518088
HSL193°26.62%27.25%
HSB/HSV193°42.05%34.51%
CMYK42.05%9.09%0.00%
65.49%

Color #335058 in popluar number systems.

HEX335058
Decimal518088
Binary11001110100001011000
Octal63120130

Shades and tints

Shades of #335058

#335058
(51,80,88)
#2F4950
(47,73,80)
#2B4248
(43,66,72)
#273B40
(39,59,64)
#233438
(35,52,56)
#1F2D30
(31,45,48)
#1B2628
(27,38,40)
#171F20
(23,31,32)
#131818
(19,24,24)
#0F1110
(15,17,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #335058

#335058
(51,80,88)
#455F67
(69,95,103)
#576E76
(87,110,118)
#697D85
(105,125,133)
#7B8C94
(123,140,148)
#8D9BA3
(141,155,163)
#9FAAB2
(159,170,178)
#B1B9C1
(177,185,193)
#C3C8D0
(195,200,208)
#D5D7DF
(213,215,223)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335058 color. Also use rgb(51,80,88) instead hex code.

Text Font Color

.myTextColor { color: #335058; }

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

This text font color is #335058.


Background Color

.myBgColor { background-color: #335058; }

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

This div background color is #335058.


Border color

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

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

This div border color is #335058.


Opacity

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

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

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

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

This text has shadow with #335058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335058 on black background.


Color preview on white background

This text has color #335058 on white background.



Black color preview on #335058 background

This text has black color on #335058 background.


White color preview on #335058 background

This text has white color on #335058 background.