COLOR #365309

HEX: #365309
RGB: (54,83,9)

Color info

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

RGB color model

#365309 color RGB value is (54,83,9).

  • red value is 54;
  • green value is 83;
  • blue value is 9.
RGB:
(54,83,9)
(21%,33%,4%)

RGB channels and saturation

R 54 of 255 = 21%
G 83 of 255 = 33%
B 9 of 255 = 4%

54
83
9

R + G + B ~ 19%. #365309 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 9 = 146 (100%)
R 54 of 146 ~ 36.99%
G 83 of 146 ~ 56.85%
B 9 of 146 ~ 6.16%

%36.99
%56.85

CMYK color model

#365309 color CMYK value is (35,0,89,67).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 89.16%
  • key color value is 67.45%
CMYK:
(35,0,89,67)
C35M0Y89K67 
(35%,0%,89%,67%)
(0.35/0.00/0.89/0.67)	

CMYK percentages

%34.94
%0
%89.16
%67.45

Codes

Color #365309 in popluar color models

365309
RGB54839
HSL84°80.43%18.04%
HSB/HSV84°89.16%32.55%
CMYK34.94%0.00%89.16%
67.45%

Color #365309 in popluar number systems.

HEX365309
Decimal54839
Binary11011010100111001
Octal6612311

Shades and tints

Shades of #365309

#365309
(54,83,9)
#324C09
(50,76,9)
#2E4509
(46,69,9)
#2A3E09
(42,62,9)
#263709
(38,55,9)
#223009
(34,48,9)
#1E2909
(30,41,9)
#1A2209
(26,34,9)
#161B09
(22,27,9)
#121409
(18,20,9)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #365309

#365309
(54,83,9)
#48621F
(72,98,31)
#5A7135
(90,113,53)
#6C804B
(108,128,75)
#7E8F61
(126,143,97)
#909E77
(144,158,119)
#A2AD8D
(162,173,141)
#B4BCA3
(180,188,163)
#C6CBB9
(198,203,185)
#D8DACF
(216,218,207)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365309 color. Also use rgb(54,83,9) instead hex code.

Text Font Color

.myTextColor { color: #365309; }

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

This text font color is #365309.


Background Color

.myBgColor { background-color: #365309; }

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

This div background color is #365309.


Border color

.myBorderColor { border: 1px solid #365309; }

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

This div border color is #365309.


Opacity

.myOpacity80 { color: #365309; opacity: 0.8; }

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

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

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

This text has shadow with #365309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365309 on black background.


Color preview on white background

This text has color #365309 on white background.



Black color preview on #365309 background

This text has black color on #365309 background.


White color preview on #365309 background

This text has white color on #365309 background.