COLOR #366356

HEX: #366356
RGB: (54,99,86)

Color info

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

RGB color model

#366356 color RGB value is (54,99,86).

  • red value is 54;
  • green value is 99;
  • blue value is 86.
RGB:
(54,99,86)
(21%,39%,34%)

RGB channels and saturation

R 54 of 255 = 21%
G 99 of 255 = 39%
B 86 of 255 = 34%

54
99
86

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

Portions of RGB colors in percentages

R + G + B =
54 + 99 + 86 = 239 (100%)
R 54 of 239 ~ 22.59%
G 99 of 239 ~ 41.42%
B 86 of 239 ~ 35.98%

%22.59
%41.42
%35.98

CMYK color model

#366356 color CMYK value is (45,0,13,61).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(45,0,13,61)
C45M0Y13K61 
(45%,0%,13%,61%)
(0.45/0.00/0.13/0.61)	

CMYK percentages

%45.45
%0
%13.13
%61.18

Codes

Color #366356 in popluar color models

366356
RGB549986
HSL163°29.41%30.00%
HSB/HSV163°45.45%38.82%
CMYK45.45%0.00%13.13%
61.18%

Color #366356 in popluar number systems.

HEX366356
Decimal549986
Binary11011011000111010110
Octal66143126

Shades and tints

Shades of #366356

#366356
(54,99,86)
#325A4F
(50,90,79)
#2E5148
(46,81,72)
#2A4841
(42,72,65)
#263F3A
(38,63,58)
#223633
(34,54,51)
#1E2D2C
(30,45,44)
#1A2425
(26,36,37)
#161B1E
(22,27,30)
#121217
(18,18,23)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #366356

#366356
(54,99,86)
#487165
(72,113,101)
#5A7F74
(90,127,116)
#6C8D83
(108,141,131)
#7E9B92
(126,155,146)
#90A9A1
(144,169,161)
#A2B7B0
(162,183,176)
#B4C5BF
(180,197,191)
#C6D3CE
(198,211,206)
#D8E1DD
(216,225,221)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366356 color. Also use rgb(54,99,86) instead hex code.

Text Font Color

.myTextColor { color: #366356; }

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

This text font color is #366356.


Background Color

.myBgColor { background-color: #366356; }

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

This div background color is #366356.


Border color

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

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

This div border color is #366356.


Opacity

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

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

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

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

This text has shadow with #366356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366356 on black background.


Color preview on white background

This text has color #366356 on white background.



Black color preview on #366356 background

This text has black color on #366356 background.


White color preview on #366356 background

This text has white color on #366356 background.