COLOR #366857

HEX: #366857
RGB: (54,104,87)

Color info

#366857 contains red, green and blue colors in about the same proportion. Web safe color of #366857 is #336666 (or #366).

RGB color model

#366857 color RGB value is (54,104,87).

  • red value is 54;
  • green value is 104;
  • blue value is 87.
RGB:
(54,104,87)
(21%,41%,34%)

RGB channels and saturation

R 54 of 255 = 21%
G 104 of 255 = 41%
B 87 of 255 = 34%

54
104
87

R + G + B ~ 32%. #366857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 104 + 87 = 245 (100%)
R 54 of 245 ~ 22.04%
G 104 of 245 ~ 42.45%
B 87 of 245 ~ 35.51%

%22.04
%42.45
%35.51

CMYK color model

#366857 color CMYK value is (48,0,16,59).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 59.22%
CMYK:
(48,0,16,59)
C48M0Y16K59 
(48%,0%,16%,59%)
(0.48/0.00/0.16/0.59)	

CMYK percentages

%48.08
%0
%16.35
%59.22

Codes

Color #366857 in popluar color models

366857
RGB5410487
HSL160°31.65%30.98%
HSB/HSV160°48.08%40.78%
CMYK48.08%0.00%16.35%
59.22%

Color #366857 in popluar number systems.

HEX366857
Decimal5410487
Binary11011011010001010111
Octal66150127

Shades and tints

Shades of #366857

#366857
(54,104,87)
#325F50
(50,95,80)
#2E5649
(46,86,73)
#2A4D42
(42,77,66)
#26443B
(38,68,59)
#223B34
(34,59,52)
#1E322D
(30,50,45)
#1A2926
(26,41,38)
#16201F
(22,32,31)
#121718
(18,23,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #366857

#366857
(54,104,87)
#487566
(72,117,102)
#5A8275
(90,130,117)
#6C8F84
(108,143,132)
#7E9C93
(126,156,147)
#90A9A2
(144,169,162)
#A2B6B1
(162,182,177)
#B4C3C0
(180,195,192)
#C6D0CF
(198,208,207)
#D8DDDE
(216,221,222)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366857; }

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

This text font color is #366857.


Background Color

.myBgColor { background-color: #366857; }

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

This div background color is #366857.


Border color

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

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

This div border color is #366857.


Opacity

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

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

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

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

This text has shadow with #366857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366857 on black background.


Color preview on white background

This text has color #366857 on white background.



Black color preview on #366857 background

This text has black color on #366857 background.


White color preview on #366857 background

This text has white color on #366857 background.