COLOR #366643

HEX: #366643
RGB: (54,102,67)

Color info

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

RGB color model

#366643 color RGB value is (54,102,67).

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

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 67 of 255 = 26%

54
102
67

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

Portions of RGB colors in percentages

R + G + B =
54 + 102 + 67 = 223 (100%)
R 54 of 223 ~ 24.22%
G 102 of 223 ~ 45.74%
B 67 of 223 ~ 30.04%

%24.22
%45.74
%30.04

CMYK color model

#366643 color CMYK value is (47,0,34,60).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 60.00%
CMYK:
(47,0,34,60)
C47M0Y34K60 
(47%,0%,34%,60%)
(0.47/0.00/0.34/0.60)	

CMYK percentages

%47.06
%0
%34.31
%60

Codes

Color #366643 in popluar color models

366643
RGB5410267
HSL136°30.77%30.59%
HSB/HSV136°47.06%40.00%
CMYK47.06%0.00%34.31%
60.00%

Color #366643 in popluar number systems.

HEX366643
Decimal5410267
Binary11011011001101000011
Octal66146103

Shades and tints

Shades of #366643

#366643
(54,102,67)
#325D3D
(50,93,61)
#2E5437
(46,84,55)
#2A4B31
(42,75,49)
#26422B
(38,66,43)
#223925
(34,57,37)
#1E301F
(30,48,31)
#1A2719
(26,39,25)
#161E13
(22,30,19)
#12150D
(18,21,13)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #366643

#366643
(54,102,67)
#487354
(72,115,84)
#5A8065
(90,128,101)
#6C8D76
(108,141,118)
#7E9A87
(126,154,135)
#90A798
(144,167,152)
#A2B4A9
(162,180,169)
#B4C1BA
(180,193,186)
#C6CECB
(198,206,203)
#D8DBDC
(216,219,220)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366643; }

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

This text font color is #366643.


Background Color

.myBgColor { background-color: #366643; }

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

This div background color is #366643.


Border color

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

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

This div border color is #366643.


Opacity

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

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

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

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

This text has shadow with #366643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366643 on black background.


Color preview on white background

This text has color #366643 on white background.



Black color preview on #366643 background

This text has black color on #366643 background.


White color preview on #366643 background

This text has white color on #366643 background.