COLOR #365643

HEX: #365643
RGB: (54,86,67)

Color info

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

RGB color model

#365643 color RGB value is (54,86,67).

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

RGB channels and saturation

R 54 of 255 = 21%
G 86 of 255 = 34%
B 67 of 255 = 26%

54
86
67

R + G + B ~ 27%. #365643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 86 + 67 = 207 (100%)
R 54 of 207 ~ 26.09%
G 86 of 207 ~ 41.55%
B 67 of 207 ~ 32.37%

%26.09
%41.55
%32.37

CMYK color model

#365643 color CMYK value is (37,0,22,66).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 66.27%
CMYK:
(37,0,22,66)
C37M0Y22K66 
(37%,0%,22%,66%)
(0.37/0.00/0.22/0.66)	

CMYK percentages

%37.21
%0
%22.09
%66.27

Codes

Color #365643 in popluar color models

365643
RGB548667
HSL144°22.86%27.45%
HSB/HSV144°37.21%33.73%
CMYK37.21%0.00%22.09%
66.27%

Color #365643 in popluar number systems.

HEX365643
Decimal548667
Binary11011010101101000011
Octal66126103

Shades and tints

Shades of #365643

#365643
(54,86,67)
#324F3D
(50,79,61)
#2E4837
(46,72,55)
#2A4131
(42,65,49)
#263A2B
(38,58,43)
#223325
(34,51,37)
#1E2C1F
(30,44,31)
#1A2519
(26,37,25)
#161E13
(22,30,19)
#12170D
(18,23,13)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #365643

#365643
(54,86,67)
#486554
(72,101,84)
#5A7465
(90,116,101)
#6C8376
(108,131,118)
#7E9287
(126,146,135)
#90A198
(144,161,152)
#A2B0A9
(162,176,169)
#B4BFBA
(180,191,186)
#C6CECB
(198,206,203)
#D8DDDC
(216,221,220)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365643; }

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

This text font color is #365643.


Background Color

.myBgColor { background-color: #365643; }

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

This div background color is #365643.


Border color

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

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

This div border color is #365643.


Opacity

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

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

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

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

This text has shadow with #365643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365643 on black background.


Color preview on white background

This text has color #365643 on white background.



Black color preview on #365643 background

This text has black color on #365643 background.


White color preview on #365643 background

This text has white color on #365643 background.