COLOR #376463

HEX: #376463
RGB: (55,100,99)

Color info

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

RGB color model

#376463 color RGB value is (55,100,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 100 of 255 = 39%
B 99 of 255 = 39%

55
100
99

R + G + B ~ 33%. #376463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 100 + 99 = 254 (100%)
R 55 of 254 ~ 21.65%
G 100 of 254 ~ 39.37%
B 99 of 254 ~ 38.98%

%21.65
%39.37
%38.98

CMYK color model

#376463 color CMYK value is (45,0,1,61).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(45,0,1,61)
C45M0Y1K61 
(45%,0%,1%,61%)
(0.45/0.00/0.01/0.61)	

CMYK percentages

%45
%0
%1
%60.78

Codes

Color #376463 in popluar color models

376463
RGB5510099
HSL179°29.03%30.39%
HSB/HSV179°45.00%39.22%
CMYK45.00%0.00%1.00%
60.78%

Color #376463 in popluar number systems.

HEX376463
Decimal5510099
Binary11011111001001100011
Octal67144143

Shades and tints

Shades of #376463

#376463
(55,100,99)
#325B5A
(50,91,90)
#2D5251
(45,82,81)
#284948
(40,73,72)
#23403F
(35,64,63)
#1E3736
(30,55,54)
#192E2D
(25,46,45)
#142524
(20,37,36)
#0F1C1B
(15,28,27)
#0A1312
(10,19,18)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #376463

#376463
(55,100,99)
#497271
(73,114,113)
#5B807F
(91,128,127)
#6D8E8D
(109,142,141)
#7F9C9B
(127,156,155)
#91AAA9
(145,170,169)
#A3B8B7
(163,184,183)
#B5C6C5
(181,198,197)
#C7D4D3
(199,212,211)
#D9E2E1
(217,226,225)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376463; }

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

This text font color is #376463.


Background Color

.myBgColor { background-color: #376463; }

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

This div background color is #376463.


Border color

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

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

This div border color is #376463.


Opacity

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

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

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

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

This text has shadow with #376463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376463 on black background.


Color preview on white background

This text has color #376463 on white background.



Black color preview on #376463 background

This text has black color on #376463 background.


White color preview on #376463 background

This text has white color on #376463 background.