COLOR #365C63

HEX: #365C63
RGB: (54,92,99)

Renk bilgisi

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

RGB renk modeli

#365C63 color RGB value is (54,92,99).

  • kırmız ton 54;
  • yeşil ton 92;
  • mavi ton 99.
RGB:
(54,92,99)
(21%,36%,39%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 92 of 255 = 36%
B 99 of 255 = 39%

54
92
99

R + G + B ~ 32%. #365C63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 92 + 99 = 245 (100%)
R 54 of 245 ~ 22.04%
G 92 of 245 ~ 37.55%
B 99 of 245 ~ 40.41%

%22.04
%37.55
%40.41

CMYK RENK MODELİ

#365C63 rengi CMYK tonu (45,7,0,61).

  • camgöbeği tonu 45.45%
  • eflatun tonu 7.07%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(45,7,0,61)
C45M7Y0K61 
(45%,7%,0%,61%)
(0.45/0.07/0.00/0.61)	

CMYK yüzdeleri

%45.45
%7.07
%0
%61.18

Codes

Color #365C63 in popluar color models

365C63
RGB549299
HSL189°29.41%30.00%
HSB/HSV189°45.45%38.82%
CMYK45.45%7.07%0.00%
61.18%

Color #365C63 in popluar number systems.

HEX365C63
Decimal549299
Binary11011010111001100011
Octal66134143

Shades and tints

Shades of #365C63

#365C63
(54,92,99)
#32545A
(50,84,90)
#2E4C51
(46,76,81)
#2A4448
(42,68,72)
#263C3F
(38,60,63)
#223436
(34,52,54)
#1E2C2D
(30,44,45)
#1A2424
(26,36,36)
#161C1B
(22,28,27)
#121412
(18,20,18)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #365C63

#365C63
(54,92,99)
#486A71
(72,106,113)
#5A787F
(90,120,127)
#6C868D
(108,134,141)
#7E949B
(126,148,155)
#90A2A9
(144,162,169)
#A2B0B7
(162,176,183)
#B4BEC5
(180,190,197)
#C6CCD3
(198,204,211)
#D8DAE1
(216,218,225)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365C63 color. Also use rgb(54,92,99) instead hex code.

Text Font Color

.myTextColor { color: #365C63; }

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

This text font color is #365C63.


Background Color

.myBgColor { background-color: #365C63; }

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

This div background color is #365C63.


Border color

.myBorderColor { border: 1px solid #365C63; }

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

This div border color is #365C63.


Opacity

.myOpacity80 { color: #365C63; opacity: 0.8; }

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

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

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

This text has shadow with #365C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365C63 on black background.


Color preview on white background

This text has color #365C63 on white background.



Black color preview on #365C63 background

This text has black color on #365C63 background.


White color preview on #365C63 background

This text has white color on #365C63 background.