COLOR #365A12

HEX: #365A12
RGB: (54,90,18)

Color info

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

RGB color model

#365A12 color RGB value is (54,90,18).

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

RGB channels and saturation

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

54
90
18

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

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 18 = 162 (100%)
R 54 of 162 ~ 33.33%
G 90 of 162 ~ 55.56%
B 18 of 162 ~ 11.11%

%33.33
%55.56
%11.11

CMYK color model

#365A12 color CMYK value is (40,0,80,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 64.71%
CMYK:
(40,0,80,65)
C40M0Y80K65 
(40%,0%,80%,65%)
(0.40/0.00/0.80/0.65)	

CMYK percentages

%40
%0
%80
%64.71

Codes

Color #365A12 in popluar color models

365A12
RGB549018
HSL90°66.67%21.18%
HSB/HSV90°80.00%35.29%
CMYK40.00%0.00%80.00%
64.71%

Color #365A12 in popluar number systems.

HEX365A12
Decimal549018
Binary110110101101010010
Octal6613222

Shades and tints

Shades of #365A12

#365A12
(54,90,18)
#325211
(50,82,17)
#2E4A10
(46,74,16)
#2A420F
(42,66,15)
#263A0E
(38,58,14)
#22320D
(34,50,13)
#1E2A0C
(30,42,12)
#1A220B
(26,34,11)
#161A0A
(22,26,10)
#121209
(18,18,9)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #365A12

#365A12
(54,90,18)
#486927
(72,105,39)
#5A783C
(90,120,60)
#6C8751
(108,135,81)
#7E9666
(126,150,102)
#90A57B
(144,165,123)
#A2B490
(162,180,144)
#B4C3A5
(180,195,165)
#C6D2BA
(198,210,186)
#D8E1CF
(216,225,207)
#EAF0E4
(234,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365A12; }

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

This text font color is #365A12.


Background Color

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

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

This div background color is #365A12.


Border color

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

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

This div border color is #365A12.


Opacity

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

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

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

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

This text has shadow with #365A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A12 on black background.


Color preview on white background

This text has color #365A12 on white background.



Black color preview on #365A12 background

This text has black color on #365A12 background.


White color preview on #365A12 background

This text has white color on #365A12 background.