COLOR #367476

HEX: #367476
RGB: (54,116,118)

Color info

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

RGB color model

#367476 color RGB value is (54,116,118).

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

RGB channels and saturation

R 54 of 255 = 21%
G 116 of 255 = 45%
B 118 of 255 = 46%

54
116
118

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

Portions of RGB colors in percentages

R + G + B =
54 + 116 + 118 = 288 (100%)
R 54 of 288 ~ 18.75%
G 116 of 288 ~ 40.28%
B 118 of 288 ~ 40.97%

%18.75
%40.28
%40.97

CMYK color model

#367476 color CMYK value is (54,2,0,54).

  • cyan value is 54.24%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(54,2,0,54)
C54M2Y0K54 
(54%,2%,0%,54%)
(0.54/0.02/0.00/0.54)	

CMYK percentages

%54.24
%1.69
%0
%53.73

Codes

Color #367476 in popluar color models

367476
RGB54116118
HSL182°37.21%33.73%
HSB/HSV182°54.24%46.27%
CMYK54.24%1.69%0.00%
53.73%

Color #367476 in popluar number systems.

HEX367476
Decimal54116118
Binary11011011101001110110
Octal66164166

Shades and tints

Shades of #367476

#367476
(54,116,118)
#326A6C
(50,106,108)
#2E6062
(46,96,98)
#2A5658
(42,86,88)
#264C4E
(38,76,78)
#224244
(34,66,68)
#1E383A
(30,56,58)
#1A2E30
(26,46,48)
#162426
(22,36,38)
#121A1C
(18,26,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #367476

#367476
(54,116,118)
#488082
(72,128,130)
#5A8C8E
(90,140,142)
#6C989A
(108,152,154)
#7EA4A6
(126,164,166)
#90B0B2
(144,176,178)
#A2BCBE
(162,188,190)
#B4C8CA
(180,200,202)
#C6D4D6
(198,212,214)
#D8E0E2
(216,224,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367476; }

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

This text font color is #367476.


Background Color

.myBgColor { background-color: #367476; }

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

This div background color is #367476.


Border color

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

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

This div border color is #367476.


Opacity

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

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

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

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

This text has shadow with #367476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367476 on black background.


Color preview on white background

This text has color #367476 on white background.



Black color preview on #367476 background

This text has black color on #367476 background.


White color preview on #367476 background

This text has white color on #367476 background.