COLOR #365536

HEX: #365536
RGB: (54,85,54)

Color info

#365536 contains red, green and blue colors in about the same proportion. Web safe color of #365536 is #336633 (or #363).

RGB color model

#365536 color RGB value is (54,85,54).

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

RGB channels and saturation

R 54 of 255 = 21%
G 85 of 255 = 33%
B 54 of 255 = 21%

54
85
54

R + G + B ~ 25%. #365536 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 85 + 54 = 193 (100%)
R 54 of 193 ~ 27.98%
G 85 of 193 ~ 44.04%
B 54 of 193 ~ 27.98%

%27.98
%44.04
%27.98

CMYK color model

#365536 color CMYK value is (36,0,36,67).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(36,0,36,67)
C36M0Y36K67 
(36%,0%,36%,67%)
(0.36/0.00/0.36/0.67)	

CMYK percentages

%36.47
%0
%36.47
%66.67

Codes

Color #365536 in popluar color models

365536
RGB548554
HSL120°22.30%27.25%
HSB/HSV120°36.47%33.33%
CMYK36.47%0.00%36.47%
66.67%

Color #365536 in popluar number systems.

HEX365536
Decimal548554
Binary1101101010101110110
Octal6612566

Shades and tints

Shades of #365536

#365536
(54,85,54)
#324E32
(50,78,50)
#2E472E
(46,71,46)
#2A402A
(42,64,42)
#263926
(38,57,38)
#223222
(34,50,34)
#1E2B1E
(30,43,30)
#1A241A
(26,36,26)
#161D16
(22,29,22)
#121612
(18,22,18)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #365536

#365536
(54,85,54)
#486448
(72,100,72)
#5A735A
(90,115,90)
#6C826C
(108,130,108)
#7E917E
(126,145,126)
#90A090
(144,160,144)
#A2AFA2
(162,175,162)
#B4BEB4
(180,190,180)
#C6CDC6
(198,205,198)
#D8DCD8
(216,220,216)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365536; }

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

This text font color is #365536.


Background Color

.myBgColor { background-color: #365536; }

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

This div background color is #365536.


Border color

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

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

This div border color is #365536.


Opacity

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

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

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

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

This text has shadow with #365536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365536 on black background.


Color preview on white background

This text has color #365536 on white background.



Black color preview on #365536 background

This text has black color on #365536 background.


White color preview on #365536 background

This text has white color on #365536 background.