COLOR #355363

HEX: #355363
RGB: (53,83,99)

Renk bilgisi

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

RGB renk modeli

#355363 color RGB value is (53,83,99).

  • kırmız ton 53;
  • yeşil ton 83;
  • mavi ton 99.
RGB:
(53,83,99)
(21%,33%,39%)

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 83 of 255 = 33%
B 99 of 255 = 39%

53
83
99

R + G + B ~ 31%. #355363 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 83 + 99 = 235 (100%)
R 53 of 235 ~ 22.55%
G 83 of 235 ~ 35.32%
B 99 of 235 ~ 42.13%

%22.55
%35.32
%42.13

CMYK RENK MODELİ

#355363 rengi CMYK tonu (46,16,0,61).

  • camgöbeği tonu 46.46%
  • eflatun tonu 16.16%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(46,16,0,61)
C46M16Y0K61 
(46%,16%,0%,61%)
(0.46/0.16/0.00/0.61)	

CMYK yüzdeleri

%46.46
%16.16
%0
%61.18

Codes

Color #355363 in popluar color models

355363
RGB538399
HSL201°30.26%29.80%
HSB/HSV201°46.46%38.82%
CMYK46.46%16.16%0.00%
61.18%

Color #355363 in popluar number systems.

HEX355363
Decimal538399
Binary11010110100111100011
Octal65123143

Shades and tints

Shades of #355363

#355363
(53,83,99)
#314C5A
(49,76,90)
#2D4551
(45,69,81)
#293E48
(41,62,72)
#25373F
(37,55,63)
#213036
(33,48,54)
#1D292D
(29,41,45)
#192224
(25,34,36)
#151B1B
(21,27,27)
#111412
(17,20,18)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #355363

#355363
(53,83,99)
#476271
(71,98,113)
#59717F
(89,113,127)
#6B808D
(107,128,141)
#7D8F9B
(125,143,155)
#8F9EA9
(143,158,169)
#A1ADB7
(161,173,183)
#B3BCC5
(179,188,197)
#C5CBD3
(197,203,211)
#D7DAE1
(215,218,225)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355363 color. Also use rgb(53,83,99) instead hex code.

Text Font Color

.myTextColor { color: #355363; }

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

This text font color is #355363.


Background Color

.myBgColor { background-color: #355363; }

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

This div background color is #355363.


Border color

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

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

This div border color is #355363.


Opacity

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

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

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

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

This text has shadow with #355363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355363 on black background.


Color preview on white background

This text has color #355363 on white background.



Black color preview on #355363 background

This text has black color on #355363 background.


White color preview on #355363 background

This text has white color on #355363 background.