COLOR #365D2A

HEX: #365D2A RGB: (54,93,42)

Color info

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

RGB color model

#365D2A color RGB value is (54,93,42).

RGB: (54,93,42) (21%, 36%, 16%)

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 42 of 255 = 16%

54
93
42

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

Portions of RGB colors in percentages

R + G + B = 54 + 93 + 42 = 189 (100%)
R 54 of 189 ~ 28.57%
G 93 of 189 ~ 49.21%
B 42 of 189 ~ 22.22'%

%28.57
%49.21
%22.22

CMYK color model

#365D2A color CMYK value is (42,0,55,64).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 63.53%

CMYK: (42,0,55,64)
C42M0Y55K64 (42%, 0%, 55%, 64%)
(0.42 / 0.00 / 0.55 / 0.64)

CMYK percentages

%41.94
%0
%54.84
%63.53

Codes

Color #365D2A in popluar color models

36 5D 2A
RGB 54 93 42
HSL 106° 37.78% 26.47%
HSB/HSV 106° 54.84% 36.47%
CMYK 41.94% 0.00% 54.84%
63.53%

Color #365D2A in popluar number systems.

HEX 36 5D 2A
Decimal 54 93 42
Binary 110110 1011101 101010
Octal 66 135 52

Shades and tints

Shades of #365D2A

#365D2A
(54,93,42)
#325527
(50,85,39)
#2E4D24
(46,77,36)
#2A4521
(42,69,33)
#263D1E
(38,61,30)
#22351B
(34,53,27)
#1E2D18
(30,45,24)
#1A2515
(26,37,21)
#161D12
(22,29,18)
#12150F
(18,21,15)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #365D2A

#365D2A
(54,93,42)
#486B3D
(72,107,61)
#5A7950
(90,121,80)
#6C8763
(108,135,99)
#7E9576
(126,149,118)
#90A389
(144,163,137)
#A2B19C
(162,177,156)
#B4BFAF
(180,191,175)
#C6CDC2
(198,205,194)
#D8DBD5
(216,219,213)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365D2A color. Also use rgb(54,93,42) instead hex code.

Text Font Color

.myTextColor { color: #365D2A; }

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

This text font color is #365D2A.

Background Color

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

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

This div background color is #365D2A.

Border color

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

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

This div border color is #365D2A.

Opacity

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

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

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

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

This text has shadow with #365D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365D2A.

Preview

Color preview on black background

This text has color #365D2A on black background.


Color preview on white background

This text has color #365D2A on white background.


Black color preview on #365D2A background

This text has black color on #365D2A background.


White color preview on #365D2A background

This text has white color on #365D2A background.


Related colors

Complementary color

Complementary color for #hex is #C9A2D5.


I love getcolorcode.com

Triadic colors

1 #2A365D and #5D2A36 with #365D2A are triadic colors.

2 #2A5D36 and #5D362A with #365D2A are triadic colors.