COLOR #355E63

HEX: #355E63
RGB: (53,94,99)

Renk bilgisi

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

RGB renk modeli

#355E63 color RGB value is (53,94,99).

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

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 94 of 255 = 37%
B 99 of 255 = 39%

53
94
99

R + G + B ~ 32%. #355E63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 94 + 99 = 246 (100%)
R 53 of 246 ~ 21.54%
G 94 of 246 ~ 38.21%
B 99 of 246 ~ 40.24%

%21.54
%38.21
%40.24

CMYK RENK MODELİ

#355E63 rengi CMYK tonu (46,5,0,61).

  • camgöbeği tonu 46.46%
  • eflatun tonu 5.05%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(46,5,0,61)
C46M5Y0K61 
(46%,5%,0%,61%)
(0.46/0.05/0.00/0.61)	

CMYK yüzdeleri

%46.46
%5.05
%0
%61.18

Codes

Color #355E63 in popluar color models

355E63
RGB539499
HSL187°30.26%29.80%
HSB/HSV187°46.46%38.82%
CMYK46.46%5.05%0.00%
61.18%

Color #355E63 in popluar number systems.

HEX355E63
Decimal539499
Binary11010110111101100011
Octal65136143

Shades and tints

Shades of #355E63

#355E63
(53,94,99)
#31565A
(49,86,90)
#2D4E51
(45,78,81)
#294648
(41,70,72)
#253E3F
(37,62,63)
#213636
(33,54,54)
#1D2E2D
(29,46,45)
#192624
(25,38,36)
#151E1B
(21,30,27)
#111612
(17,22,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #355E63

#355E63
(53,94,99)
#476C71
(71,108,113)
#597A7F
(89,122,127)
#6B888D
(107,136,141)
#7D969B
(125,150,155)
#8FA4A9
(143,164,169)
#A1B2B7
(161,178,183)
#B3C0C5
(179,192,197)
#C5CED3
(197,206,211)
#D7DCE1
(215,220,225)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355E63; }

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

This text font color is #355E63.


Background Color

.myBgColor { background-color: #355E63; }

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

This div background color is #355E63.


Border color

.myBorderColor { border: 1px solid #355E63; }

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

This div border color is #355E63.


Opacity

.myOpacity80 { color: #355E63; opacity: 0.8; }

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

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

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

This text has shadow with #355E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355E63 on black background.


Color preview on white background

This text has color #355E63 on white background.



Black color preview on #355E63 background

This text has black color on #355E63 background.


White color preview on #355E63 background

This text has white color on #355E63 background.