COLOR #366649

HEX: #366649
RGB: (54,102,73)

Renk bilgisi

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

RGB renk modeli

#366649 color RGB value is (54,102,73).

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

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 102 of 255 = 40%
B 73 of 255 = 29%

54
102
73

R + G + B ~ 30%. #366649 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 102 + 73 = 229 (100%)
R 54 of 229 ~ 23.58%
G 102 of 229 ~ 44.54%
B 73 of 229 ~ 31.88%

%23.58
%44.54
%31.88

CMYK RENK MODELİ

#366649 rengi CMYK tonu (47,0,28,60).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 28.43%
  • ana renk tonu 60.00%
CMYK:
(47,0,28,60)
C47M0Y28K60 
(47%,0%,28%,60%)
(0.47/0.00/0.28/0.60)	

CMYK yüzdeleri

%47.06
%0
%28.43
%60

Codes

Color #366649 in popluar color models

366649
RGB5410273
HSL144°30.77%30.59%
HSB/HSV144°47.06%40.00%
CMYK47.06%0.00%28.43%
60.00%

Color #366649 in popluar number systems.

HEX366649
Decimal5410273
Binary11011011001101001001
Octal66146111

Shades and tints

Shades of #366649

#366649
(54,102,73)
#325D43
(50,93,67)
#2E543D
(46,84,61)
#2A4B37
(42,75,55)
#264231
(38,66,49)
#22392B
(34,57,43)
#1E3025
(30,48,37)
#1A271F
(26,39,31)
#161E19
(22,30,25)
#121513
(18,21,19)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #366649

#366649
(54,102,73)
#487359
(72,115,89)
#5A8069
(90,128,105)
#6C8D79
(108,141,121)
#7E9A89
(126,154,137)
#90A799
(144,167,153)
#A2B4A9
(162,180,169)
#B4C1B9
(180,193,185)
#C6CEC9
(198,206,201)
#D8DBD9
(216,219,217)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366649; }

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

This text font color is #366649.


Background Color

.myBgColor { background-color: #366649; }

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

This div background color is #366649.


Border color

.myBorderColor { border: 1px solid #366649; }

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

This div border color is #366649.


Opacity

.myOpacity80 { color: #366649; opacity: 0.8; }

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

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

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

This text has shadow with #366649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366649 on black background.


Color preview on white background

This text has color #366649 on white background.



Black color preview on #366649 background

This text has black color on #366649 background.


White color preview on #366649 background

This text has white color on #366649 background.