COLOR #366D49

HEX: #366D49
RGB: (54,109,73)

Renk bilgisi

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

RGB renk modeli

#366D49 color RGB value is (54,109,73).

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

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 109 of 255 = 43%
B 73 of 255 = 29%

54
109
73

R + G + B ~ 31%. #366D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 109 + 73 = 236 (100%)
R 54 of 236 ~ 22.88%
G 109 of 236 ~ 46.19%
B 73 of 236 ~ 30.93%

%22.88
%46.19
%30.93

CMYK RENK MODELİ

#366D49 rengi CMYK tonu (50,0,33,57).

  • camgöbeği tonu 50.46%
  • eflatun tonu 0.00%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(50,0,33,57)
C50M0Y33K57 
(50%,0%,33%,57%)
(0.50/0.00/0.33/0.57)	

CMYK yüzdeleri

%50.46
%0
%33.03
%57.25

Codes

Color #366D49 in popluar color models

366D49
RGB5410973
HSL141°33.74%31.96%
HSB/HSV141°50.46%42.75%
CMYK50.46%0.00%33.03%
57.25%

Color #366D49 in popluar number systems.

HEX366D49
Decimal5410973
Binary11011011011011001001
Octal66155111

Shades and tints

Shades of #366D49

#366D49
(54,109,73)
#326443
(50,100,67)
#2E5B3D
(46,91,61)
#2A5237
(42,82,55)
#264931
(38,73,49)
#22402B
(34,64,43)
#1E3725
(30,55,37)
#1A2E1F
(26,46,31)
#162519
(22,37,25)
#121C13
(18,28,19)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #366D49

#366D49
(54,109,73)
#487A59
(72,122,89)
#5A8769
(90,135,105)
#6C9479
(108,148,121)
#7EA189
(126,161,137)
#90AE99
(144,174,153)
#A2BBA9
(162,187,169)
#B4C8B9
(180,200,185)
#C6D5C9
(198,213,201)
#D8E2D9
(216,226,217)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366D49; }

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

This text font color is #366D49.


Background Color

.myBgColor { background-color: #366D49; }

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

This div background color is #366D49.


Border color

.myBorderColor { border: 1px solid #366D49; }

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

This div border color is #366D49.


Opacity

.myOpacity80 { color: #366D49; opacity: 0.8; }

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

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

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

This text has shadow with #366D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366D49 on black background.


Color preview on white background

This text has color #366D49 on white background.



Black color preview on #366D49 background

This text has black color on #366D49 background.


White color preview on #366D49 background

This text has white color on #366D49 background.