COLOR #366C48

HEX: #366C48
RGB: (54,108,72)

Color info

#366C48 contains red, green and blue colors in about the same proportion. Web safe color of #366C48 is #336633 (or #363).

RGB color model

#366C48 color RGB value is (54,108,72).

  • red value is 54;
  • green value is 108;
  • blue value is 72.
RGB:
(54,108,72)
(21%,42%,28%)

RGB channels and saturation

R 54 of 255 = 21%
G 108 of 255 = 42%
B 72 of 255 = 28%

54
108
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 108 + 72 = 234 (100%)
R 54 of 234 ~ 23.08%
G 108 of 234 ~ 46.15%
B 72 of 234 ~ 30.77%

%23.08
%46.15
%30.77

CMYK color model

#366C48 color CMYK value is (50,0,33,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(50,0,33,58)
C50M0Y33K58 
(50%,0%,33%,58%)
(0.50/0.00/0.33/0.58)	

CMYK percentages

%50
%0
%33.33
%57.65

Codes

Color #366C48 in popluar color models

366C48
RGB5410872
HSL140°33.33%31.76%
HSB/HSV140°50.00%42.35%
CMYK50.00%0.00%33.33%
57.65%

Color #366C48 in popluar number systems.

HEX366C48
Decimal5410872
Binary11011011011001001000
Octal66154110

Shades and tints

Shades of #366C48

#366C48
(54,108,72)
#326342
(50,99,66)
#2E5A3C
(46,90,60)
#2A5136
(42,81,54)
#264830
(38,72,48)
#223F2A
(34,63,42)
#1E3624
(30,54,36)
#1A2D1E
(26,45,30)
#162418
(22,36,24)
#121B12
(18,27,18)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #366C48

#366C48
(54,108,72)
#487958
(72,121,88)
#5A8668
(90,134,104)
#6C9378
(108,147,120)
#7EA088
(126,160,136)
#90AD98
(144,173,152)
#A2BAA8
(162,186,168)
#B4C7B8
(180,199,184)
#C6D4C8
(198,212,200)
#D8E1D8
(216,225,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366C48 color. Also use rgb(54,108,72) instead hex code.

Text Font Color

.myTextColor { color: #366C48; }

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

This text font color is #366C48.


Background Color

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

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

This div background color is #366C48.


Border color

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

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

This div border color is #366C48.


Opacity

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

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

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

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

This text has shadow with #366C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366C48 on black background.


Color preview on white background

This text has color #366C48 on white background.



Black color preview on #366C48 background

This text has black color on #366C48 background.


White color preview on #366C48 background

This text has white color on #366C48 background.