COLOR #366249

HEX: #366249
RGB: (54,98,73)

Renk bilgisi

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

RGB renk modeli

#366249 color RGB value is (54,98,73).

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

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 98 of 255 = 38%
B 73 of 255 = 29%

54
98
73

R + G + B ~ 29%. #366249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 98 + 73 = 225 (100%)
R 54 of 225 ~ 24%
G 98 of 225 ~ 43.56%
B 73 of 225 ~ 32.44%

%24
%43.56
%32.44

CMYK RENK MODELİ

#366249 rengi CMYK tonu (45,0,26,62).

  • camgöbeği tonu 44.90%
  • eflatun tonu 0.00%
  • sarı tonu 25.51%
  • ana renk tonu 61.57%
CMYK:
(45,0,26,62)
C45M0Y26K62 
(45%,0%,26%,62%)
(0.45/0.00/0.26/0.62)	

CMYK yüzdeleri

%44.9
%0
%25.51
%61.57

Codes

Color #366249 in popluar color models

366249
RGB549873
HSL146°28.95%29.80%
HSB/HSV146°44.90%38.43%
CMYK44.90%0.00%25.51%
61.57%

Color #366249 in popluar number systems.

HEX366249
Decimal549873
Binary11011011000101001001
Octal66142111

Shades and tints

Shades of #366249

#366249
(54,98,73)
#325A43
(50,90,67)
#2E523D
(46,82,61)
#2A4A37
(42,74,55)
#264231
(38,66,49)
#223A2B
(34,58,43)
#1E3225
(30,50,37)
#1A2A1F
(26,42,31)
#162219
(22,34,25)
#121A13
(18,26,19)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #366249

#366249
(54,98,73)
#487059
(72,112,89)
#5A7E69
(90,126,105)
#6C8C79
(108,140,121)
#7E9A89
(126,154,137)
#90A899
(144,168,153)
#A2B6A9
(162,182,169)
#B4C4B9
(180,196,185)
#C6D2C9
(198,210,201)
#D8E0D9
(216,224,217)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366249; }

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

This text font color is #366249.


Background Color

.myBgColor { background-color: #366249; }

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

This div background color is #366249.


Border color

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

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

This div border color is #366249.


Opacity

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

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

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

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

This text has shadow with #366249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366249 on black background.


Color preview on white background

This text has color #366249 on white background.



Black color preview on #366249 background

This text has black color on #366249 background.


White color preview on #366249 background

This text has white color on #366249 background.