COLOR #335559

HEX: #335559
RGB: (51,85,89)

Renk bilgisi

#335559 contains red, green and blue colors in about the same proportion. #335559 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#335559 color RGB value is (51,85,89).

  • kırmız ton 51;
  • yeşil ton 85;
  • mavi ton 89.
RGB:
(51,85,89)
(20%,33%,35%)

RGB bağlantıları ve doygunluk

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

51
85
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 85 + 89 = 225 (100%)
R 51 of 225 ~ 22.67%
G 85 of 225 ~ 37.78%
B 89 of 225 ~ 39.56%

%22.67
%37.78
%39.56

CMYK RENK MODELİ

#335559 rengi CMYK tonu (43,4,0,65).

  • camgöbeği tonu 42.70%
  • eflatun tonu 4.49%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(43,4,0,65)
C43M4Y0K65 
(43%,4%,0%,65%)
(0.43/0.04/0.00/0.65)	

CMYK yüzdeleri

%42.7
%4.49
%0
%65.1

Codes

Color #335559 in popluar color models

335559
RGB518589
HSL186°27.14%27.45%
HSB/HSV186°42.70%34.90%
CMYK42.70%4.49%0.00%
65.10%

Color #335559 in popluar number systems.

HEX335559
Decimal518589
Binary11001110101011011001
Octal63125131

Shades and tints

Shades of #335559

#335559
(51,85,89)
#2F4E51
(47,78,81)
#2B4749
(43,71,73)
#274041
(39,64,65)
#233939
(35,57,57)
#1F3231
(31,50,49)
#1B2B29
(27,43,41)
#172421
(23,36,33)
#131D19
(19,29,25)
#0F1611
(15,22,17)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #335559

#335559
(51,85,89)
#456468
(69,100,104)
#577377
(87,115,119)
#698286
(105,130,134)
#7B9195
(123,145,149)
#8DA0A4
(141,160,164)
#9FAFB3
(159,175,179)
#B1BEC2
(177,190,194)
#C3CDD1
(195,205,209)
#D5DCE0
(213,220,224)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335559; }

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

This text font color is #335559.


Background Color

.myBgColor { background-color: #335559; }

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

This div background color is #335559.


Border color

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

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

This div border color is #335559.


Opacity

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

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

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

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

This text has shadow with #335559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335559 on black background.


Color preview on white background

This text has color #335559 on white background.



Black color preview on #335559 background

This text has black color on #335559 background.


White color preview on #335559 background

This text has white color on #335559 background.