COLOR #353B4C

HEX: #353B4C
RGB: (53,59,76)

Renk bilgisi

#353B4C contains red, green and blue colors in about the same proportion. #353B4C ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#353B4C color RGB value is (53,59,76).

  • kırmız ton 53;
  • yeşil ton 59;
  • mavi ton 76.
RGB:
(53,59,76)
(21%,23%,30%)

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 59 of 255 = 23%
B 76 of 255 = 30%

53
59
76

R + G + B ~ 25%. #353B4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 59 + 76 = 188 (100%)
R 53 of 188 ~ 28.19%
G 59 of 188 ~ 31.38%
B 76 of 188 ~ 40.43%

%28.19
%31.38
%40.43

CMYK RENK MODELİ

#353B4C rengi CMYK tonu (30,22,0,70).

  • camgöbeği tonu 30.26%
  • eflatun tonu 22.37%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(30,22,0,70)
C30M22Y0K70 
(30%,22%,0%,70%)
(0.30/0.22/0.00/0.70)	

CMYK yüzdeleri

%30.26
%22.37
%0
%70.2

Codes

Color #353B4C in popluar color models

353B4C
RGB535976
HSL224°17.83%25.29%
HSB/HSV224°30.26%29.80%
CMYK30.26%22.37%0.00%
70.20%

Color #353B4C in popluar number systems.

HEX353B4C
Decimal535976
Binary1101011110111001100
Octal6573114

Shades and tints

Shades of #353B4C

#353B4C
(53,59,76)
#313646
(49,54,70)
#2D3140
(45,49,64)
#292C3A
(41,44,58)
#252734
(37,39,52)
#21222E
(33,34,46)
#1D1D28
(29,29,40)
#191822
(25,24,34)
#15131C
(21,19,28)
#110E16
(17,14,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #353B4C

#353B4C
(53,59,76)
#474C5C
(71,76,92)
#595D6C
(89,93,108)
#6B6E7C
(107,110,124)
#7D7F8C
(125,127,140)
#8F909C
(143,144,156)
#A1A1AC
(161,161,172)
#B3B2BC
(179,178,188)
#C5C3CC
(197,195,204)
#D7D4DC
(215,212,220)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353B4C color. Also use rgb(53,59,76) instead hex code.

Text Font Color

.myTextColor { color: #353B4C; }

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

This text font color is #353B4C.


Background Color

.myBgColor { background-color: #353B4C; }

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

This div background color is #353B4C.


Border color

.myBorderColor { border: 1px solid #353B4C; }

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

This div border color is #353B4C.


Opacity

.myOpacity80 { color: #353B4C; opacity: 0.8; }

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

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

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

This text has shadow with #353B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B4C on black background.


Color preview on white background

This text has color #353B4C on white background.



Black color preview on #353B4C background

This text has black color on #353B4C background.


White color preview on #353B4C background

This text has white color on #353B4C background.