COLOR #365D32

HEX: #365D32
RGB: (54,93,50)

Color info

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

RGB color model

#365D32 color RGB value is (54,93,50).

  • red value is 54;
  • green value is 93;
  • blue value is 50.
RGB:
(54,93,50)
(21%,36%,20%)

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 50 of 255 = 20%

54
93
50

R + G + B ~ 26%. #365D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 93 + 50 = 197 (100%)
R 54 of 197 ~ 27.41%
G 93 of 197 ~ 47.21%
B 50 of 197 ~ 25.38%

%27.41
%47.21
%25.38

CMYK color model

#365D32 color CMYK value is (42,0,46,64).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 46.24%
  • key color value is 63.53%
CMYK:
(42,0,46,64)
C42M0Y46K64 
(42%,0%,46%,64%)
(0.42/0.00/0.46/0.64)	

CMYK percentages

%41.94
%0
%46.24
%63.53

Codes

Color #365D32 in popluar color models

365D32
RGB549350
HSL114°30.07%28.04%
HSB/HSV114°46.24%36.47%
CMYK41.94%0.00%46.24%
63.53%

Color #365D32 in popluar number systems.

HEX365D32
Decimal549350
Binary1101101011101110010
Octal6613562

Shades and tints

Shades of #365D32

#365D32
(54,93,50)
#32552E
(50,85,46)
#2E4D2A
(46,77,42)
#2A4526
(42,69,38)
#263D22
(38,61,34)
#22351E
(34,53,30)
#1E2D1A
(30,45,26)
#1A2516
(26,37,22)
#161D12
(22,29,18)
#12150E
(18,21,14)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #365D32

#365D32
(54,93,50)
#486B44
(72,107,68)
#5A7956
(90,121,86)
#6C8768
(108,135,104)
#7E957A
(126,149,122)
#90A38C
(144,163,140)
#A2B19E
(162,177,158)
#B4BFB0
(180,191,176)
#C6CDC2
(198,205,194)
#D8DBD4
(216,219,212)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365D32; }

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

This text font color is #365D32.


Background Color

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

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

This div background color is #365D32.


Border color

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

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

This div border color is #365D32.


Opacity

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

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

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

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

This text has shadow with #365D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365D32 on black background.


Color preview on white background

This text has color #365D32 on white background.



Black color preview on #365D32 background

This text has black color on #365D32 background.


White color preview on #365D32 background

This text has white color on #365D32 background.