COLOR #366A48

HEX: #366A48
RGB: (54,106,72)

Color info

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

RGB color model

#366A48 color RGB value is (54,106,72).

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

RGB channels and saturation

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

54
106
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 106 + 72 = 232 (100%)
R 54 of 232 ~ 23.28%
G 106 of 232 ~ 45.69%
B 72 of 232 ~ 31.03%

%23.28
%45.69
%31.03

CMYK color model

#366A48 color CMYK value is (49,0,32,58).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(49,0,32,58)
C49M0Y32K58 
(49%,0%,32%,58%)
(0.49/0.00/0.32/0.58)	

CMYK percentages

%49.06
%0
%32.08
%58.43

Codes

Color #366A48 in popluar color models

366A48
RGB5410672
HSL141°32.50%31.37%
HSB/HSV141°49.06%41.57%
CMYK49.06%0.00%32.08%
58.43%

Color #366A48 in popluar number systems.

HEX366A48
Decimal5410672
Binary11011011010101001000
Octal66152110

Shades and tints

Shades of #366A48

#366A48
(54,106,72)
#326142
(50,97,66)
#2E583C
(46,88,60)
#2A4F36
(42,79,54)
#264630
(38,70,48)
#223D2A
(34,61,42)
#1E3424
(30,52,36)
#1A2B1E
(26,43,30)
#162218
(22,34,24)
#121912
(18,25,18)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #366A48

#366A48
(54,106,72)
#487758
(72,119,88)
#5A8468
(90,132,104)
#6C9178
(108,145,120)
#7E9E88
(126,158,136)
#90AB98
(144,171,152)
#A2B8A8
(162,184,168)
#B4C5B8
(180,197,184)
#C6D2C8
(198,210,200)
#D8DFD8
(216,223,216)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366A48; }

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

This text font color is #366A48.


Background Color

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

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

This div background color is #366A48.


Border color

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

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

This div border color is #366A48.


Opacity

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

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

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

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

This text has shadow with #366A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366A48 on black background.


Color preview on white background

This text has color #366A48 on white background.



Black color preview on #366A48 background

This text has black color on #366A48 background.


White color preview on #366A48 background

This text has white color on #366A48 background.