COLOR #365E15

HEX: #365E15
RGB: (54,94,21)

Color info

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

RGB color model

#365E15 color RGB value is (54,94,21).

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

RGB channels and saturation

R 54 of 255 = 21%
G 94 of 255 = 37%
B 21 of 255 = 8%

54
94
21

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

Portions of RGB colors in percentages

R + G + B =
54 + 94 + 21 = 169 (100%)
R 54 of 169 ~ 31.95%
G 94 of 169 ~ 55.62%
B 21 of 169 ~ 12.43%

%31.95
%55.62
%12.43

CMYK color model

#365E15 color CMYK value is (43,0,78,63).

  • cyan value is 42.55%
  • magenta value is 0.00%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(43,0,78,63)
C43M0Y78K63 
(43%,0%,78%,63%)
(0.43/0.00/0.78/0.63)	

CMYK percentages

%42.55
%0
%77.66
%63.14

Codes

Color #365E15 in popluar color models

365E15
RGB549421
HSL93°63.48%22.55%
HSB/HSV93°77.66%36.86%
CMYK42.55%0.00%77.66%
63.14%

Color #365E15 in popluar number systems.

HEX365E15
Decimal549421
Binary110110101111010101
Octal6613625

Shades and tints

Shades of #365E15

#365E15
(54,94,21)
#325614
(50,86,20)
#2E4E13
(46,78,19)
#2A4612
(42,70,18)
#263E11
(38,62,17)
#223610
(34,54,16)
#1E2E0F
(30,46,15)
#1A260E
(26,38,14)
#161E0D
(22,30,13)
#12160C
(18,22,12)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #365E15

#365E15
(54,94,21)
#486C2A
(72,108,42)
#5A7A3F
(90,122,63)
#6C8854
(108,136,84)
#7E9669
(126,150,105)
#90A47E
(144,164,126)
#A2B293
(162,178,147)
#B4C0A8
(180,192,168)
#C6CEBD
(198,206,189)
#D8DCD2
(216,220,210)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365E15; }

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

This text font color is #365E15.


Background Color

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

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

This div background color is #365E15.


Border color

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

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

This div border color is #365E15.


Opacity

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

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

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

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

This text has shadow with #365E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365E15 on black background.


Color preview on white background

This text has color #365E15 on white background.



Black color preview on #365E15 background

This text has black color on #365E15 background.


White color preview on #365E15 background

This text has white color on #365E15 background.