COLOR #363F49

HEX: #363F49
RGB: (54,63,73)

Renk bilgisi

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

RGB renk modeli

#363F49 color RGB value is (54,63,73).

  • kırmız ton 54;
  • yeşil ton 63;
  • mavi ton 73.
RGB:
(54,63,73)
(21%,25%,29%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 63 of 255 = 25%
B 73 of 255 = 29%

54
63
73

R + G + B ~ 25%. #363F49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 63 + 73 = 190 (100%)
R 54 of 190 ~ 28.42%
G 63 of 190 ~ 33.16%
B 73 of 190 ~ 38.42%

%28.42
%33.16
%38.42

CMYK RENK MODELİ

#363F49 rengi CMYK tonu (26,14,0,71).

  • camgöbeği tonu 26.03%
  • eflatun tonu 13.70%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(26,14,0,71)
C26M14Y0K71 
(26%,14%,0%,71%)
(0.26/0.14/0.00/0.71)	

CMYK yüzdeleri

%26.03
%13.7
%0
%71.37

Codes

Color #363F49 in popluar color models

363F49
RGB546373
HSL212°14.96%24.90%
HSB/HSV212°26.03%28.63%
CMYK26.03%13.70%0.00%
71.37%

Color #363F49 in popluar number systems.

HEX363F49
Decimal546373
Binary1101101111111001001
Octal6677111

Shades and tints

Shades of #363F49

#363F49
(54,63,73)
#323A43
(50,58,67)
#2E353D
(46,53,61)
#2A3037
(42,48,55)
#262B31
(38,43,49)
#22262B
(34,38,43)
#1E2125
(30,33,37)
#1A1C1F
(26,28,31)
#161719
(22,23,25)
#121213
(18,18,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #363F49

#363F49
(54,63,73)
#485059
(72,80,89)
#5A6169
(90,97,105)
#6C7279
(108,114,121)
#7E8389
(126,131,137)
#909499
(144,148,153)
#A2A5A9
(162,165,169)
#B4B6B9
(180,182,185)
#C6C7C9
(198,199,201)
#D8D8D9
(216,216,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363F49 color. Also use rgb(54,63,73) instead hex code.

Text Font Color

.myTextColor { color: #363F49; }

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

This text font color is #363F49.


Background Color

.myBgColor { background-color: #363F49; }

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

This div background color is #363F49.


Border color

.myBorderColor { border: 1px solid #363F49; }

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

This div border color is #363F49.


Opacity

.myOpacity80 { color: #363F49; opacity: 0.8; }

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

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

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

This text has shadow with #363F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F49 on black background.


Color preview on white background

This text has color #363F49 on white background.



Black color preview on #363F49 background

This text has black color on #363F49 background.


White color preview on #363F49 background

This text has white color on #363F49 background.