COLOR #376451

HEX: #376451
RGB: (55,100,81)

Color info

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

RGB color model

#376451 color RGB value is (55,100,81).

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

RGB channels and saturation

R 55 of 255 = 22%
G 100 of 255 = 39%
B 81 of 255 = 32%

55
100
81

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

Portions of RGB colors in percentages

R + G + B =
55 + 100 + 81 = 236 (100%)
R 55 of 236 ~ 23.31%
G 100 of 236 ~ 42.37%
B 81 of 236 ~ 34.32%

%23.31
%42.37
%34.32

CMYK color model

#376451 color CMYK value is (45,0,19,61).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(45,0,19,61)
C45M0Y19K61 
(45%,0%,19%,61%)
(0.45/0.00/0.19/0.61)	

CMYK percentages

%45
%0
%19
%60.78

Codes

Color #376451 in popluar color models

376451
RGB5510081
HSL155°29.03%30.39%
HSB/HSV155°45.00%39.22%
CMYK45.00%0.00%19.00%
60.78%

Color #376451 in popluar number systems.

HEX376451
Decimal5510081
Binary11011111001001010001
Octal67144121

Shades and tints

Shades of #376451

#376451
(55,100,81)
#325B4A
(50,91,74)
#2D5243
(45,82,67)
#28493C
(40,73,60)
#234035
(35,64,53)
#1E372E
(30,55,46)
#192E27
(25,46,39)
#142520
(20,37,32)
#0F1C19
(15,28,25)
#0A1312
(10,19,18)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #376451

#376451
(55,100,81)
#497260
(73,114,96)
#5B806F
(91,128,111)
#6D8E7E
(109,142,126)
#7F9C8D
(127,156,141)
#91AA9C
(145,170,156)
#A3B8AB
(163,184,171)
#B5C6BA
(181,198,186)
#C7D4C9
(199,212,201)
#D9E2D8
(217,226,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376451; }

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

This text font color is #376451.


Background Color

.myBgColor { background-color: #376451; }

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

This div background color is #376451.


Border color

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

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

This div border color is #376451.


Opacity

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

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

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

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

This text has shadow with #376451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376451 on black background.


Color preview on white background

This text has color #376451 on white background.



Black color preview on #376451 background

This text has black color on #376451 background.


White color preview on #376451 background

This text has white color on #376451 background.