COLOR #365A13

HEX: #365A13
RGB: (54,90,19)

Color info

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

RGB color model

#365A13 color RGB value is (54,90,19).

  • red value is 54;
  • green value is 90;
  • blue value is 19.
RGB:
(54,90,19)
(21%,35%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 19 of 255 = 7%

54
90
19

R + G + B ~ 21%. #365A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 19 = 163 (100%)
R 54 of 163 ~ 33.13%
G 90 of 163 ~ 55.21%
B 19 of 163 ~ 11.66%

%33.13
%55.21
%11.66

CMYK color model

#365A13 color CMYK value is (40,0,79,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 64.71%
CMYK:
(40,0,79,65)
C40M0Y79K65 
(40%,0%,79%,65%)
(0.40/0.00/0.79/0.65)	

CMYK percentages

%40
%0
%78.89
%64.71

Codes

Color #365A13 in popluar color models

365A13
RGB549019
HSL90°65.14%21.37%
HSB/HSV90°78.89%35.29%
CMYK40.00%0.00%78.89%
64.71%

Color #365A13 in popluar number systems.

HEX365A13
Decimal549019
Binary110110101101010011
Octal6613223

Shades and tints

Shades of #365A13

#365A13
(54,90,19)
#325212
(50,82,18)
#2E4A11
(46,74,17)
#2A4210
(42,66,16)
#263A0F
(38,58,15)
#22320E
(34,50,14)
#1E2A0D
(30,42,13)
#1A220C
(26,34,12)
#161A0B
(22,26,11)
#12120A
(18,18,10)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #365A13

#365A13
(54,90,19)
#486928
(72,105,40)
#5A783D
(90,120,61)
#6C8752
(108,135,82)
#7E9667
(126,150,103)
#90A57C
(144,165,124)
#A2B491
(162,180,145)
#B4C3A6
(180,195,166)
#C6D2BB
(198,210,187)
#D8E1D0
(216,225,208)
#EAF0E5
(234,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365A13 color. Also use rgb(54,90,19) instead hex code.

Text Font Color

.myTextColor { color: #365A13; }

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

This text font color is #365A13.


Background Color

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

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

This div background color is #365A13.


Border color

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

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

This div border color is #365A13.


Opacity

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

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

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

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

This text has shadow with #365A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A13 on black background.


Color preview on white background

This text has color #365A13 on white background.



Black color preview on #365A13 background

This text has black color on #365A13 background.


White color preview on #365A13 background

This text has white color on #365A13 background.