COLOR #366D76

HEX: #366D76
RGB: (54,109,118)

Color info

#366D76 contains mainly green and blue colors. Web safe color of #366D76 is #336666 (or #366).

RGB color model

#366D76 color RGB value is (54,109,118).

  • red value is 54;
  • green value is 109;
  • blue value is 118.
RGB:
(54,109,118)
(21%,43%,46%)

RGB channels and saturation

R 54 of 255 = 21%
G 109 of 255 = 43%
B 118 of 255 = 46%

54
109
118

R + G + B ~ 37%. #366D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 109 + 118 = 281 (100%)
R 54 of 281 ~ 19.22%
G 109 of 281 ~ 38.79%
B 118 of 281 ~ 41.99%

%19.22
%38.79
%41.99

CMYK color model

#366D76 color CMYK value is (54,8,0,54).

  • cyan value is 54.24%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(54,8,0,54)
C54M8Y0K54 
(54%,8%,0%,54%)
(0.54/0.08/0.00/0.54)	

CMYK percentages

%54.24
%7.63
%0
%53.73

Codes

Color #366D76 in popluar color models

366D76
RGB54109118
HSL188°37.21%33.73%
HSB/HSV188°54.24%46.27%
CMYK54.24%7.63%0.00%
53.73%

Color #366D76 in popluar number systems.

HEX366D76
Decimal54109118
Binary11011011011011110110
Octal66155166

Shades and tints

Shades of #366D76

#366D76
(54,109,118)
#32646C
(50,100,108)
#2E5B62
(46,91,98)
#2A5258
(42,82,88)
#26494E
(38,73,78)
#224044
(34,64,68)
#1E373A
(30,55,58)
#1A2E30
(26,46,48)
#162526
(22,37,38)
#121C1C
(18,28,28)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #366D76

#366D76
(54,109,118)
#487A82
(72,122,130)
#5A878E
(90,135,142)
#6C949A
(108,148,154)
#7EA1A6
(126,161,166)
#90AEB2
(144,174,178)
#A2BBBE
(162,187,190)
#B4C8CA
(180,200,202)
#C6D5D6
(198,213,214)
#D8E2E2
(216,226,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366D76 color. Also use rgb(54,109,118) instead hex code.

Text Font Color

.myTextColor { color: #366D76; }

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

This text font color is #366D76.


Background Color

.myBgColor { background-color: #366D76; }

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

This div background color is #366D76.


Border color

.myBorderColor { border: 1px solid #366D76; }

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

This div border color is #366D76.


Opacity

.myOpacity80 { color: #366D76; opacity: 0.8; }

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

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

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

This text has shadow with #366D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366D76 on black background.


Color preview on white background

This text has color #366D76 on white background.



Black color preview on #366D76 background

This text has black color on #366D76 background.


White color preview on #366D76 background

This text has white color on #366D76 background.