COLOR #366E3E

HEX: #366E3E RGB: (54,110,62)

Color info

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

RGB color model

#366E3E color RGB value is (54,110,62).

RGB: (54,110,62) (21%, 43%, 24%)

RGB channels and saturation

R 54 of 255 = 21%
G 110 of 255 = 43%
B 62 of 255 = 24%

54
110
62

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

Portions of RGB colors in percentages

R + G + B = 54 + 110 + 62 = 226 (100%)
R 54 of 226 ~ 23.89%
G 110 of 226 ~ 48.67%
B 62 of 226 ~ 27.43'%

%23.89
%48.67
%27.43

CMYK color model

#366E3E color CMYK value is (51,0,44,57).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 56.86%

CMYK: (51,0,44,57)
C51M0Y44K57 (51%, 0%, 44%, 57%)
(0.51 / 0.00 / 0.44 / 0.57)

CMYK percentages

%50.91
%0
%43.64
%56.86

Codes

Color #366E3E in popluar color models

36 6E 3E
RGB 54 110 62
HSL 129° 34.15% 32.16%
HSB/HSV 129° 50.91% 43.14%
CMYK 50.91% 0.00% 43.64%
56.86%

Color #366E3E in popluar number systems.

HEX 36 6E 3E
Decimal 54 110 62
Binary 110110 1101110 111110
Octal 66 156 76

Shades and tints

Shades of #366E3E

#366E3E
(54,110,62)
#326439
(50,100,57)
#2E5A34
(46,90,52)
#2A502F
(42,80,47)
#26462A
(38,70,42)
#223C25
(34,60,37)
#1E3220
(30,50,32)
#1A281B
(26,40,27)
#161E16
(22,30,22)
#121411
(18,20,17)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #366E3E

#366E3E
(54,110,62)
#487B4F
(72,123,79)
#5A8860
(90,136,96)
#6C9571
(108,149,113)
#7EA282
(126,162,130)
#90AF93
(144,175,147)
#A2BCA4
(162,188,164)
#B4C9B5
(180,201,181)
#C6D6C6
(198,214,198)
#D8E3D7
(216,227,215)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366E3E color. Also use rgb(54,110,62) instead hex code.

Text Font Color

.myTextColor { color: #366E3E; }

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

This text font color is #366E3E.

Background Color

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

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

This div background color is #366E3E.

Border color

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

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

This div border color is #366E3E.

Opacity

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

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

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

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

This text has shadow with #366E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #366E3E.

Preview

Color preview on black background

This text has color #366E3E on black background.


Color preview on white background

This text has color #366E3E on white background.


Black color preview on #366E3E background

This text has black color on #366E3E background.


White color preview on #366E3E background

This text has white color on #366E3E background.


Related colors

Complementary color

Complementary color for #hex is #C991C1.


I love getcolorcode.com

Triadic colors

1 #3E366E and #6E3E36 with #366E3E are triadic colors.

2 #3E6E36 and #6E363E with #366E3E are triadic colors.