COLOR #366C33

HEX: #366C33
RGB: (54,108,51)

Color info

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

RGB color model

#366C33 color RGB value is (54,108,51).

  • red value is 54;
  • green value is 108;
  • blue value is 51.
RGB:
(54,108,51)
(21%,42%,20%)

RGB channels and saturation

R 54 of 255 = 21%
G 108 of 255 = 42%
B 51 of 255 = 20%

54
108
51

R + G + B ~ 28%. #366C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 108 + 51 = 213 (100%)
R 54 of 213 ~ 25.35%
G 108 of 213 ~ 50.7%
B 51 of 213 ~ 23.94%

%25.35
%50.7
%23.94

CMYK color model

#366C33 color CMYK value is (50,0,53,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 57.65%
CMYK:
(50,0,53,58)
C50M0Y53K58 
(50%,0%,53%,58%)
(0.50/0.00/0.53/0.58)	

CMYK percentages

%50
%0
%52.78
%57.65

Codes

Color #366C33 in popluar color models

366C33
RGB5410851
HSL117°35.85%31.18%
HSB/HSV117°52.78%42.35%
CMYK50.00%0.00%52.78%
57.65%

Color #366C33 in popluar number systems.

HEX366C33
Decimal5410851
Binary1101101101100110011
Octal6615463

Shades and tints

Shades of #366C33

#366C33
(54,108,51)
#32632F
(50,99,47)
#2E5A2B
(46,90,43)
#2A5127
(42,81,39)
#264823
(38,72,35)
#223F1F
(34,63,31)
#1E361B
(30,54,27)
#1A2D17
(26,45,23)
#162413
(22,36,19)
#121B0F
(18,27,15)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #366C33

#366C33
(54,108,51)
#487945
(72,121,69)
#5A8657
(90,134,87)
#6C9369
(108,147,105)
#7EA07B
(126,160,123)
#90AD8D
(144,173,141)
#A2BA9F
(162,186,159)
#B4C7B1
(180,199,177)
#C6D4C3
(198,212,195)
#D8E1D5
(216,225,213)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366C33 color. Also use rgb(54,108,51) instead hex code.

Text Font Color

.myTextColor { color: #366C33; }

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

This text font color is #366C33.


Background Color

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

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

This div background color is #366C33.


Border color

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

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

This div border color is #366C33.


Opacity

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

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

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

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

This text has shadow with #366C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366C33 on black background.


Color preview on white background

This text has color #366C33 on white background.



Black color preview on #366C33 background

This text has black color on #366C33 background.


White color preview on #366C33 background

This text has white color on #366C33 background.