COLOR #366631

HEX: #366631
RGB: (54,102,49)

Color info

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

RGB color model

#366631 color RGB value is (54,102,49).

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

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 49 of 255 = 19%

54
102
49

R + G + B ~ 27%. #366631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 102 + 49 = 205 (100%)
R 54 of 205 ~ 26.34%
G 102 of 205 ~ 49.76%
B 49 of 205 ~ 23.9%

%26.34
%49.76
%23.9

CMYK color model

#366631 color CMYK value is (47,0,52,60).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(47,0,52,60)
C47M0Y52K60 
(47%,0%,52%,60%)
(0.47/0.00/0.52/0.60)	

CMYK percentages

%47.06
%0
%51.96
%60

Codes

Color #366631 in popluar color models

366631
RGB5410249
HSL114°35.10%29.61%
HSB/HSV114°51.96%40.00%
CMYK47.06%0.00%51.96%
60.00%

Color #366631 in popluar number systems.

HEX366631
Decimal5410249
Binary1101101100110110001
Octal6614661

Shades and tints

Shades of #366631

#366631
(54,102,49)
#325D2D
(50,93,45)
#2E5429
(46,84,41)
#2A4B25
(42,75,37)
#264221
(38,66,33)
#22391D
(34,57,29)
#1E3019
(30,48,25)
#1A2715
(26,39,21)
#161E11
(22,30,17)
#12150D
(18,21,13)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #366631

#366631
(54,102,49)
#487343
(72,115,67)
#5A8055
(90,128,85)
#6C8D67
(108,141,103)
#7E9A79
(126,154,121)
#90A78B
(144,167,139)
#A2B49D
(162,180,157)
#B4C1AF
(180,193,175)
#C6CEC1
(198,206,193)
#D8DBD3
(216,219,211)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366631; }

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

This text font color is #366631.


Background Color

.myBgColor { background-color: #366631; }

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

This div background color is #366631.


Border color

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

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

This div border color is #366631.


Opacity

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

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

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

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

This text has shadow with #366631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366631 on black background.


Color preview on white background

This text has color #366631 on white background.



Black color preview on #366631 background

This text has black color on #366631 background.


White color preview on #366631 background

This text has white color on #366631 background.