COLOR #366059

HEX: #366059
RGB: (54,96,89)

Color info

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

RGB color model

#366059 color RGB value is (54,96,89).

  • red value is 54;
  • green value is 96;
  • blue value is 89.
RGB:
(54,96,89)
(21%,38%,35%)

RGB channels and saturation

R 54 of 255 = 21%
G 96 of 255 = 38%
B 89 of 255 = 35%

54
96
89

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

Portions of RGB colors in percentages

R + G + B =
54 + 96 + 89 = 239 (100%)
R 54 of 239 ~ 22.59%
G 96 of 239 ~ 40.17%
B 89 of 239 ~ 37.24%

%22.59
%40.17
%37.24

CMYK color model

#366059 color CMYK value is (44,0,7,62).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(44,0,7,62)
C44M0Y7K62 
(44%,0%,7%,62%)
(0.44/0.00/0.07/0.62)	

CMYK percentages

%43.75
%0
%7.29
%62.35

Codes

Color #366059 in popluar color models

366059
RGB549689
HSL170°28.00%29.41%
HSB/HSV170°43.75%37.65%
CMYK43.75%0.00%7.29%
62.35%

Color #366059 in popluar number systems.

HEX366059
Decimal549689
Binary11011011000001011001
Octal66140131

Shades and tints

Shades of #366059

#366059
(54,96,89)
#325851
(50,88,81)
#2E5049
(46,80,73)
#2A4841
(42,72,65)
#264039
(38,64,57)
#223831
(34,56,49)
#1E3029
(30,48,41)
#1A2821
(26,40,33)
#162019
(22,32,25)
#121811
(18,24,17)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #366059

#366059
(54,96,89)
#486E68
(72,110,104)
#5A7C77
(90,124,119)
#6C8A86
(108,138,134)
#7E9895
(126,152,149)
#90A6A4
(144,166,164)
#A2B4B3
(162,180,179)
#B4C2C2
(180,194,194)
#C6D0D1
(198,208,209)
#D8DEE0
(216,222,224)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366059; }

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

This text font color is #366059.


Background Color

.myBgColor { background-color: #366059; }

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

This div background color is #366059.


Border color

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

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

This div border color is #366059.


Opacity

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

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

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

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

This text has shadow with #366059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366059 on black background.


Color preview on white background

This text has color #366059 on white background.



Black color preview on #366059 background

This text has black color on #366059 background.


White color preview on #366059 background

This text has white color on #366059 background.