COLOR #365B2D

HEX: #365B2D RGB: (54,91,45)

Color info

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

RGB color model

#365B2D color RGB value is (54,91,45).

RGB: (54,91,45) (21%, 36%, 18%)

RGB channels and saturation

R 54 of 255 = 21%
G 91 of 255 = 36%
B 45 of 255 = 18%

54
91
45

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

Portions of RGB colors in percentages

R + G + B = 54 + 91 + 45 = 190 (100%)
R 54 of 190 ~ 28.42%
G 91 of 190 ~ 47.89%
B 45 of 190 ~ 23.68'%

%28.42
%47.89
%23.68

CMYK color model

#365B2D color CMYK value is (41,0,51,64).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 50.55%
  • key color value is 64.31%

CMYK: (41,0,51,64)
C41M0Y51K64 (41%, 0%, 51%, 64%)
(0.41 / 0.00 / 0.51 / 0.64)

CMYK percentages

%40.66
%0
%50.55
%64.31

Codes

Color #365B2D in popluar color models

36 5B 2D
RGB 54 91 45
HSL 108° 33.82% 26.67%
HSB/HSV 108° 50.55% 35.69%
CMYK 40.66% 0.00% 50.55%
64.31%

Color #365B2D in popluar number systems.

HEX 36 5B 2D
Decimal 54 91 45
Binary 110110 1011011 101101
Octal 66 133 55

Shades and tints

Shades of #365B2D

#365B2D
(54,91,45)
#325329
(50,83,41)
#2E4B25
(46,75,37)
#2A4321
(42,67,33)
#263B1D
(38,59,29)
#223319
(34,51,25)
#1E2B15
(30,43,21)
#1A2311
(26,35,17)
#161B0D
(22,27,13)
#121309
(18,19,9)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #365B2D

#365B2D
(54,91,45)
#486940
(72,105,64)
#5A7753
(90,119,83)
#6C8566
(108,133,102)
#7E9379
(126,147,121)
#90A18C
(144,161,140)
#A2AF9F
(162,175,159)
#B4BDB2
(180,189,178)
#C6CBC5
(198,203,197)
#D8D9D8
(216,217,216)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365B2D color. Also use rgb(54,91,45) instead hex code.

Text Font Color

.myTextColor { color: #365B2D; }

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

This text font color is #365B2D.

Background Color

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

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

This div background color is #365B2D.

Border color

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

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

This div border color is #365B2D.

Opacity

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

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

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

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

This text has shadow with #365B2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365B2D.

Preview

Color preview on black background

This text has color #365B2D on black background.


Color preview on white background

This text has color #365B2D on white background.


Black color preview on #365B2D background

This text has black color on #365B2D background.


White color preview on #365B2D background

This text has white color on #365B2D background.


Related colors

Complementary color

Complementary color for #hex is #C9A4D2.


I love getcolorcode.com

Triadic colors

1 #2D365B and #5B2D36 with #365B2D are triadic colors.

2 #2D5B36 and #5B362D with #365B2D are triadic colors.