COLOR #366B4A

HEX: #366B4A
RGB: (54,107,74)

Color info

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

RGB color model

#366B4A color RGB value is (54,107,74).

  • red value is 54;
  • green value is 107;
  • blue value is 74.
RGB:
(54,107,74)
(21%,42%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 107 of 255 = 42%
B 74 of 255 = 29%

54
107
74

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

Portions of RGB colors in percentages

R + G + B =
54 + 107 + 74 = 235 (100%)
R 54 of 235 ~ 22.98%
G 107 of 235 ~ 45.53%
B 74 of 235 ~ 31.49%

%22.98
%45.53
%31.49

CMYK color model

#366B4A color CMYK value is (50,0,31,58).

  • cyan value is 49.53%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(50,0,31,58)
C50M0Y31K58 
(50%,0%,31%,58%)
(0.50/0.00/0.31/0.58)	

CMYK percentages

%49.53
%0
%30.84
%58.04

Codes

Color #366B4A in popluar color models

366B4A
RGB5410774
HSL143°32.92%31.57%
HSB/HSV143°49.53%41.96%
CMYK49.53%0.00%30.84%
58.04%

Color #366B4A in popluar number systems.

HEX366B4A
Decimal5410774
Binary11011011010111001010
Octal66153112

Shades and tints

Shades of #366B4A

#366B4A
(54,107,74)
#326244
(50,98,68)
#2E593E
(46,89,62)
#2A5038
(42,80,56)
#264732
(38,71,50)
#223E2C
(34,62,44)
#1E3526
(30,53,38)
#1A2C20
(26,44,32)
#16231A
(22,35,26)
#121A14
(18,26,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #366B4A

#366B4A
(54,107,74)
#48785A
(72,120,90)
#5A856A
(90,133,106)
#6C927A
(108,146,122)
#7E9F8A
(126,159,138)
#90AC9A
(144,172,154)
#A2B9AA
(162,185,170)
#B4C6BA
(180,198,186)
#C6D3CA
(198,211,202)
#D8E0DA
(216,224,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366B4A color. Also use rgb(54,107,74) instead hex code.

Text Font Color

.myTextColor { color: #366B4A; }

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

This text font color is #366B4A.


Background Color

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

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

This div background color is #366B4A.


Border color

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

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

This div border color is #366B4A.


Opacity

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

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

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

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

This text has shadow with #366B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366B4A on black background.


Color preview on white background

This text has color #366B4A on white background.



Black color preview on #366B4A background

This text has black color on #366B4A background.


White color preview on #366B4A background

This text has white color on #366B4A background.