COLOR #364B49

HEX: #364B49
RGB: (54,75,73)

Renk bilgisi

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

RGB renk modeli

#364B49 color RGB value is (54,75,73).

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

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 75 of 255 = 29%
B 73 of 255 = 29%

54
75
73

R + G + B ~ 26%. #364B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 75 + 73 = 202 (100%)
R 54 of 202 ~ 26.73%
G 75 of 202 ~ 37.13%
B 73 of 202 ~ 36.14%

%26.73
%37.13
%36.14

CMYK RENK MODELİ

#364B49 rengi CMYK tonu (28,0,3,71).

  • camgöbeği tonu 28.00%
  • eflatun tonu 0.00%
  • sarı tonu 2.67%
  • ana renk tonu 70.59%
CMYK:
(28,0,3,71)
C28M0Y3K71 
(28%,0%,3%,71%)
(0.28/0.00/0.03/0.71)	

CMYK yüzdeleri

%28
%0
%2.67
%70.59

Codes

Color #364B49 in popluar color models

364B49
RGB547573
HSL174°16.28%25.29%
HSB/HSV174°28.00%29.41%
CMYK28.00%0.00%2.67%
70.59%

Color #364B49 in popluar number systems.

HEX364B49
Decimal547573
Binary11011010010111001001
Octal66113111

Shades and tints

Shades of #364B49

#364B49
(54,75,73)
#324543
(50,69,67)
#2E3F3D
(46,63,61)
#2A3937
(42,57,55)
#263331
(38,51,49)
#222D2B
(34,45,43)
#1E2725
(30,39,37)
#1A211F
(26,33,31)
#161B19
(22,27,25)
#121513
(18,21,19)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #364B49

#364B49
(54,75,73)
#485B59
(72,91,89)
#5A6B69
(90,107,105)
#6C7B79
(108,123,121)
#7E8B89
(126,139,137)
#909B99
(144,155,153)
#A2ABA9
(162,171,169)
#B4BBB9
(180,187,185)
#C6CBC9
(198,203,201)
#D8DBD9
(216,219,217)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364B49; }

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

This text font color is #364B49.


Background Color

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

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

This div background color is #364B49.


Border color

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

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

This div border color is #364B49.


Opacity

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

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

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

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

This text has shadow with #364B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364B49 on black background.


Color preview on white background

This text has color #364B49 on white background.



Black color preview on #364B49 background

This text has black color on #364B49 background.


White color preview on #364B49 background

This text has white color on #364B49 background.