COLOR #376B63

HEX: #376B63
RGB: (55,107,99)

Color info

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

RGB color model

#376B63 color RGB value is (55,107,99).

  • red value is 55;
  • green value is 107;
  • blue value is 99.
RGB:
(55,107,99)
(22%,42%,39%)

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 99 of 255 = 39%

55
107
99

R + G + B ~ 34%. #376B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 107 + 99 = 261 (100%)
R 55 of 261 ~ 21.07%
G 107 of 261 ~ 41%
B 99 of 261 ~ 37.93%

%21.07
%41
%37.93

CMYK color model

#376B63 color CMYK value is (49,0,7,58).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(49,0,7,58)
C49M0Y7K58 
(49%,0%,7%,58%)
(0.49/0.00/0.07/0.58)	

CMYK percentages

%48.6
%0
%7.48
%58.04

Codes

Color #376B63 in popluar color models

376B63
RGB5510799
HSL171°32.10%31.76%
HSB/HSV171°48.60%41.96%
CMYK48.60%0.00%7.48%
58.04%

Color #376B63 in popluar number systems.

HEX376B63
Decimal5510799
Binary11011111010111100011
Octal67153143

Shades and tints

Shades of #376B63

#376B63
(55,107,99)
#32625A
(50,98,90)
#2D5951
(45,89,81)
#285048
(40,80,72)
#23473F
(35,71,63)
#1E3E36
(30,62,54)
#19352D
(25,53,45)
#142C24
(20,44,36)
#0F231B
(15,35,27)
#0A1A12
(10,26,18)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #376B63

#376B63
(55,107,99)
#497871
(73,120,113)
#5B857F
(91,133,127)
#6D928D
(109,146,141)
#7F9F9B
(127,159,155)
#91ACA9
(145,172,169)
#A3B9B7
(163,185,183)
#B5C6C5
(181,198,197)
#C7D3D3
(199,211,211)
#D9E0E1
(217,224,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376B63 color. Also use rgb(55,107,99) instead hex code.

Text Font Color

.myTextColor { color: #376B63; }

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

This text font color is #376B63.


Background Color

.myBgColor { background-color: #376B63; }

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

This div background color is #376B63.


Border color

.myBorderColor { border: 1px solid #376B63; }

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

This div border color is #376B63.


Opacity

.myOpacity80 { color: #376B63; opacity: 0.8; }

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

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

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

This text has shadow with #376B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B63 on black background.


Color preview on white background

This text has color #376B63 on white background.



Black color preview on #376B63 background

This text has black color on #376B63 background.


White color preview on #376B63 background

This text has white color on #376B63 background.