COLOR #365A2E

HEX: #365A2E RGB: (54,90,46)

Color info

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

RGB color model

#365A2E color RGB value is (54,90,46).

RGB: (54,90,46) (21%, 35%, 18%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 46 of 255 = 18%

54
90
46

R + G + B ~ 25%. #365A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 90 + 46 = 190 (100%)
R 54 of 190 ~ 28.42%
G 90 of 190 ~ 47.37%
B 46 of 190 ~ 24.21'%

%28.42
%47.37
%24.21

CMYK color model

#365A2E color CMYK value is (40,0,49,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 64.71%

CMYK: (40,0,49,65)
C40M0Y49K65 (40%, 0%, 49%, 65%)
(0.40 / 0.00 / 0.49 / 0.65)

CMYK percentages

%40
%0
%48.89
%64.71

Codes

Color #365A2E in popluar color models

36 5A 2E
RGB 54 90 46
HSL 109° 32.35% 26.67%
HSB/HSV 109° 48.89% 35.29%
CMYK 40.00% 0.00% 48.89%
64.71%

Color #365A2E in popluar number systems.

HEX 36 5A 2E
Decimal 54 90 46
Binary 110110 1011010 101110
Octal 66 132 56

Shades and tints

Shades of #365A2E

#365A2E
(54,90,46)
#32522A
(50,82,42)
#2E4A26
(46,74,38)
#2A4222
(42,66,34)
#263A1E
(38,58,30)
#22321A
(34,50,26)
#1E2A16
(30,42,22)
#1A2212
(26,34,18)
#161A0E
(22,26,14)
#12120A
(18,18,10)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #365A2E

#365A2E
(54,90,46)
#486941
(72,105,65)
#5A7854
(90,120,84)
#6C8767
(108,135,103)
#7E967A
(126,150,122)
#90A58D
(144,165,141)
#A2B4A0
(162,180,160)
#B4C3B3
(180,195,179)
#C6D2C6
(198,210,198)
#D8E1D9
(216,225,217)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365A2E color. Also use rgb(54,90,46) instead hex code.

Text Font Color

.myTextColor { color: #365A2E; }

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

This text font color is #365A2E.

Background Color

.myBgColor { background-color: #365A2E; }

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

This div background color is #365A2E.

Border color

.myBorderColor { border: 1px solid #365A2E; }

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

This div border color is #365A2E.

Opacity

.myOpacity80 { color: #365A2E; opacity: 0.8; }

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

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

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

This text has shadow with #365A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365A2E.

Preview

Color preview on black background

This text has color #365A2E on black background.


Color preview on white background

This text has color #365A2E on white background.


Black color preview on #365A2E background

This text has black color on #365A2E background.


White color preview on #365A2E background

This text has white color on #365A2E background.


Related colors

Complementary color

Complementary color for #hex is #C9A5D1.


I love getcolorcode.com

Triadic colors

1 #2E365A and #5A2E36 with #365A2E are triadic colors.

2 #2E5A36 and #5A362E with #365A2E are triadic colors.