COLOR #376350

HEX: #376350
RGB: (55,99,80)

Color info

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

RGB color model

#376350 color RGB value is (55,99,80).

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

RGB channels and saturation

R 55 of 255 = 22%
G 99 of 255 = 39%
B 80 of 255 = 31%

55
99
80

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

Portions of RGB colors in percentages

R + G + B =
55 + 99 + 80 = 234 (100%)
R 55 of 234 ~ 23.5%
G 99 of 234 ~ 42.31%
B 80 of 234 ~ 34.19%

%23.5
%42.31
%34.19

CMYK color model

#376350 color CMYK value is (44,0,19,61).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(44,0,19,61)
C44M0Y19K61 
(44%,0%,19%,61%)
(0.44/0.00/0.19/0.61)	

CMYK percentages

%44.44
%0
%19.19
%61.18

Codes

Color #376350 in popluar color models

376350
RGB559980
HSL154°28.57%30.20%
HSB/HSV154°44.44%38.82%
CMYK44.44%0.00%19.19%
61.18%

Color #376350 in popluar number systems.

HEX376350
Decimal559980
Binary11011111000111010000
Octal67143120

Shades and tints

Shades of #376350

#376350
(55,99,80)
#325A49
(50,90,73)
#2D5142
(45,81,66)
#28483B
(40,72,59)
#233F34
(35,63,52)
#1E362D
(30,54,45)
#192D26
(25,45,38)
#14241F
(20,36,31)
#0F1B18
(15,27,24)
#0A1211
(10,18,17)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #376350

#376350
(55,99,80)
#49715F
(73,113,95)
#5B7F6E
(91,127,110)
#6D8D7D
(109,141,125)
#7F9B8C
(127,155,140)
#91A99B
(145,169,155)
#A3B7AA
(163,183,170)
#B5C5B9
(181,197,185)
#C7D3C8
(199,211,200)
#D9E1D7
(217,225,215)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376350; }

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

This text font color is #376350.


Background Color

.myBgColor { background-color: #376350; }

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

This div background color is #376350.


Border color

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

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

This div border color is #376350.


Opacity

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

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

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

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

This text has shadow with #376350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376350 on black background.


Color preview on white background

This text has color #376350 on white background.



Black color preview on #376350 background

This text has black color on #376350 background.


White color preview on #376350 background

This text has white color on #376350 background.