COLOR #366157

HEX: #366157
RGB: (54,97,87)

Color info

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

RGB color model

#366157 color RGB value is (54,97,87).

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

RGB channels and saturation

R 54 of 255 = 21%
G 97 of 255 = 38%
B 87 of 255 = 34%

54
97
87

R + G + B ~ 31%. #366157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 97 + 87 = 238 (100%)
R 54 of 238 ~ 22.69%
G 97 of 238 ~ 40.76%
B 87 of 238 ~ 36.55%

%22.69
%40.76
%36.55

CMYK color model

#366157 color CMYK value is (44,0,10,62).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(44,0,10,62)
C44M0Y10K62 
(44%,0%,10%,62%)
(0.44/0.00/0.10/0.62)	

CMYK percentages

%44.33
%0
%10.31
%61.96

Codes

Color #366157 in popluar color models

366157
RGB549787
HSL166°28.48%29.61%
HSB/HSV166°44.33%38.04%
CMYK44.33%0.00%10.31%
61.96%

Color #366157 in popluar number systems.

HEX366157
Decimal549787
Binary11011011000011010111
Octal66141127

Shades and tints

Shades of #366157

#366157
(54,97,87)
#325950
(50,89,80)
#2E5149
(46,81,73)
#2A4942
(42,73,66)
#26413B
(38,65,59)
#223934
(34,57,52)
#1E312D
(30,49,45)
#1A2926
(26,41,38)
#16211F
(22,33,31)
#121918
(18,25,24)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #366157

#366157
(54,97,87)
#486F66
(72,111,102)
#5A7D75
(90,125,117)
#6C8B84
(108,139,132)
#7E9993
(126,153,147)
#90A7A2
(144,167,162)
#A2B5B1
(162,181,177)
#B4C3C0
(180,195,192)
#C6D1CF
(198,209,207)
#D8DFDE
(216,223,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366157; }

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

This text font color is #366157.


Background Color

.myBgColor { background-color: #366157; }

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

This div background color is #366157.


Border color

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

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

This div border color is #366157.


Opacity

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

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

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

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

This text has shadow with #366157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366157 on black background.


Color preview on white background

This text has color #366157 on white background.



Black color preview on #366157 background

This text has black color on #366157 background.


White color preview on #366157 background

This text has white color on #366157 background.