COLOR #365C15

HEX: #365C15
RGB: (54,92,21)

Color info

#365C15 contains mainly red and green colors. Web safe color of #365C15 is #336600 (or #360).

RGB color model

#365C15 color RGB value is (54,92,21).

  • red value is 54;
  • green value is 92;
  • blue value is 21.
RGB:
(54,92,21)
(21%,36%,8%)

RGB channels and saturation

R 54 of 255 = 21%
G 92 of 255 = 36%
B 21 of 255 = 8%

54
92
21

R + G + B ~ 22%. #365C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 92 + 21 = 167 (100%)
R 54 of 167 ~ 32.34%
G 92 of 167 ~ 55.09%
B 21 of 167 ~ 12.57%

%32.34
%55.09
%12.57

CMYK color model

#365C15 color CMYK value is (41,0,77,64).

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 77.17%
  • key color value is 63.92%
CMYK:
(41,0,77,64)
C41M0Y77K64 
(41%,0%,77%,64%)
(0.41/0.00/0.77/0.64)	

CMYK percentages

%41.3
%0
%77.17
%63.92

Codes

Color #365C15 in popluar color models

365C15
RGB549221
HSL92°62.83%22.16%
HSB/HSV92°77.17%36.08%
CMYK41.30%0.00%77.17%
63.92%

Color #365C15 in popluar number systems.

HEX365C15
Decimal549221
Binary110110101110010101
Octal6613425

Shades and tints

Shades of #365C15

#365C15
(54,92,21)
#325414
(50,84,20)
#2E4C13
(46,76,19)
#2A4412
(42,68,18)
#263C11
(38,60,17)
#223410
(34,52,16)
#1E2C0F
(30,44,15)
#1A240E
(26,36,14)
#161C0D
(22,28,13)
#12140C
(18,20,12)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #365C15

#365C15
(54,92,21)
#486A2A
(72,106,42)
#5A783F
(90,120,63)
#6C8654
(108,134,84)
#7E9469
(126,148,105)
#90A27E
(144,162,126)
#A2B093
(162,176,147)
#B4BEA8
(180,190,168)
#C6CCBD
(198,204,189)
#D8DAD2
(216,218,210)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365C15 color. Also use rgb(54,92,21) instead hex code.

Text Font Color

.myTextColor { color: #365C15; }

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

This text font color is #365C15.


Background Color

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

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

This div background color is #365C15.


Border color

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

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

This div border color is #365C15.


Opacity

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

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

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

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

This text has shadow with #365C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365C15 on black background.


Color preview on white background

This text has color #365C15 on white background.



Black color preview on #365C15 background

This text has black color on #365C15 background.


White color preview on #365C15 background

This text has white color on #365C15 background.