COLOR #365639

HEX: #365639
RGB: (54,86,57)

Color info

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

RGB color model

#365639 color RGB value is (54,86,57).

  • red value is 54;
  • green value is 86;
  • blue value is 57.
RGB:
(54,86,57)
(21%,34%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 86 of 255 = 34%
B 57 of 255 = 22%

54
86
57

R + G + B ~ 26%. #365639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 86 + 57 = 197 (100%)
R 54 of 197 ~ 27.41%
G 86 of 197 ~ 43.65%
B 57 of 197 ~ 28.93%

%27.41
%43.65
%28.93

CMYK color model

#365639 color CMYK value is (37,0,34,66).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 33.72%
  • key color value is 66.27%
CMYK:
(37,0,34,66)
C37M0Y34K66 
(37%,0%,34%,66%)
(0.37/0.00/0.34/0.66)	

CMYK percentages

%37.21
%0
%33.72
%66.27

Codes

Color #365639 in popluar color models

365639
RGB548657
HSL126°22.86%27.45%
HSB/HSV126°37.21%33.73%
CMYK37.21%0.00%33.72%
66.27%

Color #365639 in popluar number systems.

HEX365639
Decimal548657
Binary1101101010110111001
Octal6612671

Shades and tints

Shades of #365639

#365639
(54,86,57)
#324F34
(50,79,52)
#2E482F
(46,72,47)
#2A412A
(42,65,42)
#263A25
(38,58,37)
#223320
(34,51,32)
#1E2C1B
(30,44,27)
#1A2516
(26,37,22)
#161E11
(22,30,17)
#12170C
(18,23,12)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #365639

#365639
(54,86,57)
#48654B
(72,101,75)
#5A745D
(90,116,93)
#6C836F
(108,131,111)
#7E9281
(126,146,129)
#90A193
(144,161,147)
#A2B0A5
(162,176,165)
#B4BFB7
(180,191,183)
#C6CEC9
(198,206,201)
#D8DDDB
(216,221,219)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365639; }

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

This text font color is #365639.


Background Color

.myBgColor { background-color: #365639; }

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

This div background color is #365639.


Border color

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

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

This div border color is #365639.


Opacity

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

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

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

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

This text has shadow with #365639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365639 on black background.


Color preview on white background

This text has color #365639 on white background.



Black color preview on #365639 background

This text has black color on #365639 background.


White color preview on #365639 background

This text has white color on #365639 background.