COLOR #366F48

HEX: #366F48
RGB: (54,111,72)

Color info

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

RGB color model

#366F48 color RGB value is (54,111,72).

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

RGB channels and saturation

R 54 of 255 = 21%
G 111 of 255 = 44%
B 72 of 255 = 28%

54
111
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 111 + 72 = 237 (100%)
R 54 of 237 ~ 22.78%
G 111 of 237 ~ 46.84%
B 72 of 237 ~ 30.38%

%22.78
%46.84
%30.38

CMYK color model

#366F48 color CMYK value is (51,0,35,56).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 56.47%
CMYK:
(51,0,35,56)
C51M0Y35K56 
(51%,0%,35%,56%)
(0.51/0.00/0.35/0.56)	

CMYK percentages

%51.35
%0
%35.14
%56.47

Codes

Color #366F48 in popluar color models

366F48
RGB5411172
HSL139°34.55%32.35%
HSB/HSV139°51.35%43.53%
CMYK51.35%0.00%35.14%
56.47%

Color #366F48 in popluar number systems.

HEX366F48
Decimal5411172
Binary11011011011111001000
Octal66157110

Shades and tints

Shades of #366F48

#366F48
(54,111,72)
#326542
(50,101,66)
#2E5B3C
(46,91,60)
#2A5136
(42,81,54)
#264730
(38,71,48)
#223D2A
(34,61,42)
#1E3324
(30,51,36)
#1A291E
(26,41,30)
#161F18
(22,31,24)
#121512
(18,21,18)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #366F48

#366F48
(54,111,72)
#487C58
(72,124,88)
#5A8968
(90,137,104)
#6C9678
(108,150,120)
#7EA388
(126,163,136)
#90B098
(144,176,152)
#A2BDA8
(162,189,168)
#B4CAB8
(180,202,184)
#C6D7C8
(198,215,200)
#D8E4D8
(216,228,216)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366F48; }

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

This text font color is #366F48.


Background Color

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

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

This div background color is #366F48.


Border color

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

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

This div border color is #366F48.


Opacity

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

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

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

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

This text has shadow with #366F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366F48 on black background.


Color preview on white background

This text has color #366F48 on white background.



Black color preview on #366F48 background

This text has black color on #366F48 background.


White color preview on #366F48 background

This text has white color on #366F48 background.