COLOR #366943

HEX: #366943
RGB: (54,105,67)

Color info

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

RGB color model

#366943 color RGB value is (54,105,67).

  • red value is 54;
  • green value is 105;
  • blue value is 67.
RGB:
(54,105,67)
(21%,41%,26%)

RGB channels and saturation

R 54 of 255 = 21%
G 105 of 255 = 41%
B 67 of 255 = 26%

54
105
67

R + G + B ~ 29%. #366943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 105 + 67 = 226 (100%)
R 54 of 226 ~ 23.89%
G 105 of 226 ~ 46.46%
B 67 of 226 ~ 29.65%

%23.89
%46.46
%29.65

CMYK color model

#366943 color CMYK value is (49,0,36,59).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 36.19%
  • key color value is 58.82%
CMYK:
(49,0,36,59)
C49M0Y36K59 
(49%,0%,36%,59%)
(0.49/0.00/0.36/0.59)	

CMYK percentages

%48.57
%0
%36.19
%58.82

Codes

Color #366943 in popluar color models

366943
RGB5410567
HSL135°32.08%31.18%
HSB/HSV135°48.57%41.18%
CMYK48.57%0.00%36.19%
58.82%

Color #366943 in popluar number systems.

HEX366943
Decimal5410567
Binary11011011010011000011
Octal66151103

Shades and tints

Shades of #366943

#366943
(54,105,67)
#32603D
(50,96,61)
#2E5737
(46,87,55)
#2A4E31
(42,78,49)
#26452B
(38,69,43)
#223C25
(34,60,37)
#1E331F
(30,51,31)
#1A2A19
(26,42,25)
#162113
(22,33,19)
#12180D
(18,24,13)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #366943

#366943
(54,105,67)
#487654
(72,118,84)
#5A8365
(90,131,101)
#6C9076
(108,144,118)
#7E9D87
(126,157,135)
#90AA98
(144,170,152)
#A2B7A9
(162,183,169)
#B4C4BA
(180,196,186)
#C6D1CB
(198,209,203)
#D8DEDC
(216,222,220)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366943 color. Also use rgb(54,105,67) instead hex code.

Text Font Color

.myTextColor { color: #366943; }

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

This text font color is #366943.


Background Color

.myBgColor { background-color: #366943; }

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

This div background color is #366943.


Border color

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

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

This div border color is #366943.


Opacity

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

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

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

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

This text has shadow with #366943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366943 on black background.


Color preview on white background

This text has color #366943 on white background.



Black color preview on #366943 background

This text has black color on #366943 background.


White color preview on #366943 background

This text has white color on #366943 background.