COLOR #365A2C

HEX: #365A2C RGB: (54,90,44)

Color info

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

RGB color model

#365A2C color RGB value is (54,90,44).

RGB: (54,90,44) (21%, 35%, 17%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 44 of 255 = 17%

54
90
44

R + G + B ~ 24%. #365A2C is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 90 + 44 = 188 (100%)
R 54 of 188 ~ 28.72%
G 90 of 188 ~ 47.87%
B 44 of 188 ~ 23.4'%

%28.72
%47.87
%23.4

CMYK color model

#365A2C color CMYK value is (40,0,51,65).

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

CMYK: (40,0,51,65)
C40M0Y51K65 (40%, 0%, 51%, 65%)
(0.40 / 0.00 / 0.51 / 0.65)

CMYK percentages

%40
%0
%51.11
%64.71

Codes

Color #365A2C in popluar color models

36 5A 2C
RGB 54 90 44
HSL 107° 34.33% 26.27%
HSB/HSV 107° 51.11% 35.29%
CMYK 40.00% 0.00% 51.11%
64.71%

Color #365A2C in popluar number systems.

HEX 36 5A 2C
Decimal 54 90 44
Binary 110110 1011010 101100
Octal 66 132 54

Shades and tints

Shades of #365A2C

#365A2C
(54,90,44)
#325228
(50,82,40)
#2E4A24
(46,74,36)
#2A4220
(42,66,32)
#263A1C
(38,58,28)
#223218
(34,50,24)
#1E2A14
(30,42,20)
#1A2210
(26,34,16)
#161A0C
(22,26,12)
#121208
(18,18,8)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #365A2C

#365A2C
(54,90,44)
#48693F
(72,105,63)
#5A7852
(90,120,82)
#6C8765
(108,135,101)
#7E9678
(126,150,120)
#90A58B
(144,165,139)
#A2B49E
(162,180,158)
#B4C3B1
(180,195,177)
#C6D2C4
(198,210,196)
#D8E1D7
(216,225,215)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365A2C; }

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

This text font color is #365A2C.

Background Color

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

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

This div background color is #365A2C.

Border color

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

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

This div border color is #365A2C.

Opacity

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

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

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

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

This text has shadow with #365A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365A2C.

Preview

Color preview on black background

This text has color #365A2C on black background.


Color preview on white background

This text has color #365A2C on white background.


Black color preview on #365A2C background

This text has black color on #365A2C background.


White color preview on #365A2C background

This text has white color on #365A2C background.


Related colors

Complementary color

Complementary color for #hex is #C9A5D3.


I love getcolorcode.com

Triadic colors

1 #2C365A and #5A2C36 with #365A2C are triadic colors.

2 #2C5A36 and #5A362C with #365A2C are triadic colors.