COLOR #364B53

HEX: #364B53
RGB: (54,75,83)

Renk bilgisi

#364B53 contains red, green and blue colors in about the same proportion. #364B53 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#364B53 color RGB value is (54,75,83).

  • kırmız ton 54;
  • yeşil ton 75;
  • mavi ton 83.
RGB:
(54,75,83)
(21%,29%,33%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 75 of 255 = 29%
B 83 of 255 = 33%

54
75
83

R + G + B ~ 28%. #364B53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 75 + 83 = 212 (100%)
R 54 of 212 ~ 25.47%
G 75 of 212 ~ 35.38%
B 83 of 212 ~ 39.15%

%25.47
%35.38
%39.15

CMYK RENK MODELİ

#364B53 rengi CMYK tonu (35,10,0,67).

  • camgöbeği tonu 34.94%
  • eflatun tonu 9.64%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(35,10,0,67)
C35M10Y0K67 
(35%,10%,0%,67%)
(0.35/0.10/0.00/0.67)	

CMYK yüzdeleri

%34.94
%9.64
%0
%67.45

Codes

Color #364B53 in popluar color models

364B53
RGB547583
HSL197°21.17%26.86%
HSB/HSV197°34.94%32.55%
CMYK34.94%9.64%0.00%
67.45%

Color #364B53 in popluar number systems.

HEX364B53
Decimal547583
Binary11011010010111010011
Octal66113123

Shades and tints

Shades of #364B53

#364B53
(54,75,83)
#32454C
(50,69,76)
#2E3F45
(46,63,69)
#2A393E
(42,57,62)
#263337
(38,51,55)
#222D30
(34,45,48)
#1E2729
(30,39,41)
#1A2122
(26,33,34)
#161B1B
(22,27,27)
#121514
(18,21,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #364B53

#364B53
(54,75,83)
#485B62
(72,91,98)
#5A6B71
(90,107,113)
#6C7B80
(108,123,128)
#7E8B8F
(126,139,143)
#909B9E
(144,155,158)
#A2ABAD
(162,171,173)
#B4BBBC
(180,187,188)
#C6CBCB
(198,203,203)
#D8DBDA
(216,219,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364B53 color. Also use rgb(54,75,83) instead hex code.

Text Font Color

.myTextColor { color: #364B53; }

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

This text font color is #364B53.


Background Color

.myBgColor { background-color: #364B53; }

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

This div background color is #364B53.


Border color

.myBorderColor { border: 1px solid #364B53; }

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

This div border color is #364B53.


Opacity

.myOpacity80 { color: #364B53; opacity: 0.8; }

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

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

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

This text has shadow with #364B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364B53 on black background.


Color preview on white background

This text has color #364B53 on white background.



Black color preview on #364B53 background

This text has black color on #364B53 background.


White color preview on #364B53 background

This text has white color on #364B53 background.