COLOR #366D4C

HEX: #366D4C
RGB: (54,109,76)

Color info

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

RGB color model

#366D4C color RGB value is (54,109,76).

  • red value is 54;
  • green value is 109;
  • blue value is 76.
RGB:
(54,109,76)
(21%,43%,30%)

RGB channels and saturation

R 54 of 255 = 21%
G 109 of 255 = 43%
B 76 of 255 = 30%

54
109
76

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

Portions of RGB colors in percentages

R + G + B =
54 + 109 + 76 = 239 (100%)
R 54 of 239 ~ 22.59%
G 109 of 239 ~ 45.61%
B 76 of 239 ~ 31.8%

%22.59
%45.61
%31.8

CMYK color model

#366D4C color CMYK value is (50,0,30,57).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(50,0,30,57)
C50M0Y30K57 
(50%,0%,30%,57%)
(0.50/0.00/0.30/0.57)	

CMYK percentages

%50.46
%0
%30.28
%57.25

Codes

Color #366D4C in popluar color models

366D4C
RGB5410976
HSL144°33.74%31.96%
HSB/HSV144°50.46%42.75%
CMYK50.46%0.00%30.28%
57.25%

Color #366D4C in popluar number systems.

HEX366D4C
Decimal5410976
Binary11011011011011001100
Octal66155114

Shades and tints

Shades of #366D4C

#366D4C
(54,109,76)
#326446
(50,100,70)
#2E5B40
(46,91,64)
#2A523A
(42,82,58)
#264934
(38,73,52)
#22402E
(34,64,46)
#1E3728
(30,55,40)
#1A2E22
(26,46,34)
#16251C
(22,37,28)
#121C16
(18,28,22)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #366D4C

#366D4C
(54,109,76)
#487A5C
(72,122,92)
#5A876C
(90,135,108)
#6C947C
(108,148,124)
#7EA18C
(126,161,140)
#90AE9C
(144,174,156)
#A2BBAC
(162,187,172)
#B4C8BC
(180,200,188)
#C6D5CC
(198,213,204)
#D8E2DC
(216,226,220)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366D4C color. Also use rgb(54,109,76) instead hex code.

Text Font Color

.myTextColor { color: #366D4C; }

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

This text font color is #366D4C.


Background Color

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

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

This div background color is #366D4C.


Border color

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

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

This div border color is #366D4C.


Opacity

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

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

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

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

This text has shadow with #366D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366D4C on black background.


Color preview on white background

This text has color #366D4C on white background.



Black color preview on #366D4C background

This text has black color on #366D4C background.


White color preview on #366D4C background

This text has white color on #366D4C background.