COLOR #376045

HEX: #376045
RGB: (55,96,69)

Color info

#376045 contains red, green and blue colors in about the same proportion. Web safe color of #376045 is #336633 (or #363).

RGB color model

#376045 color RGB value is (55,96,69).

  • red value is 55;
  • green value is 96;
  • blue value is 69.
RGB:
(55,96,69)
(22%,38%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 96 of 255 = 38%
B 69 of 255 = 27%

55
96
69

R + G + B ~ 29%. #376045 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 96 + 69 = 220 (100%)
R 55 of 220 ~ 25%
G 96 of 220 ~ 43.64%
B 69 of 220 ~ 31.36%

%25
%43.64
%31.36

CMYK color model

#376045 color CMYK value is (43,0,28,62).

  • cyan value is 42.71%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 62.35%
CMYK:
(43,0,28,62)
C43M0Y28K62 
(43%,0%,28%,62%)
(0.43/0.00/0.28/0.62)	

CMYK percentages

%42.71
%0
%28.13
%62.35

Codes

Color #376045 in popluar color models

376045
RGB559669
HSL140°27.15%29.61%
HSB/HSV140°42.71%37.65%
CMYK42.71%0.00%28.13%
62.35%

Color #376045 in popluar number systems.

HEX376045
Decimal559669
Binary11011111000001000101
Octal67140105

Shades and tints

Shades of #376045

#376045
(55,96,69)
#32583F
(50,88,63)
#2D5039
(45,80,57)
#284833
(40,72,51)
#23402D
(35,64,45)
#1E3827
(30,56,39)
#193021
(25,48,33)
#14281B
(20,40,27)
#0F2015
(15,32,21)
#0A180F
(10,24,15)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #376045

#376045
(55,96,69)
#496E55
(73,110,85)
#5B7C65
(91,124,101)
#6D8A75
(109,138,117)
#7F9885
(127,152,133)
#91A695
(145,166,149)
#A3B4A5
(163,180,165)
#B5C2B5
(181,194,181)
#C7D0C5
(199,208,197)
#D9DED5
(217,222,213)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376045 color. Also use rgb(55,96,69) instead hex code.

Text Font Color

.myTextColor { color: #376045; }

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

This text font color is #376045.


Background Color

.myBgColor { background-color: #376045; }

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

This div background color is #376045.


Border color

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

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

This div border color is #376045.


Opacity

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

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

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

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

This text has shadow with #376045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376045 on black background.


Color preview on white background

This text has color #376045 on white background.



Black color preview on #376045 background

This text has black color on #376045 background.


White color preview on #376045 background

This text has white color on #376045 background.