COLOR #376548

HEX: #376548
RGB: (55,101,72)

Color info

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

RGB color model

#376548 color RGB value is (55,101,72).

  • red value is 55;
  • green value is 101;
  • blue value is 72.
RGB:
(55,101,72)
(22%,40%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 101 of 255 = 40%
B 72 of 255 = 28%

55
101
72

R + G + B ~ 30%. #376548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 101 + 72 = 228 (100%)
R 55 of 228 ~ 24.12%
G 101 of 228 ~ 44.3%
B 72 of 228 ~ 31.58%

%24.12
%44.3
%31.58

CMYK color model

#376548 color CMYK value is (46,0,29,60).

  • cyan value is 45.54%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 60.39%
CMYK:
(46,0,29,60)
C46M0Y29K60 
(46%,0%,29%,60%)
(0.46/0.00/0.29/0.60)	

CMYK percentages

%45.54
%0
%28.71
%60.39

Codes

Color #376548 in popluar color models

376548
RGB5510172
HSL142°29.49%30.59%
HSB/HSV142°45.54%39.61%
CMYK45.54%0.00%28.71%
60.39%

Color #376548 in popluar number systems.

HEX376548
Decimal5510172
Binary11011111001011001000
Octal67145110

Shades and tints

Shades of #376548

#376548
(55,101,72)
#325C42
(50,92,66)
#2D533C
(45,83,60)
#284A36
(40,74,54)
#234130
(35,65,48)
#1E382A
(30,56,42)
#192F24
(25,47,36)
#14261E
(20,38,30)
#0F1D18
(15,29,24)
#0A1412
(10,20,18)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #376548

#376548
(55,101,72)
#497358
(73,115,88)
#5B8168
(91,129,104)
#6D8F78
(109,143,120)
#7F9D88
(127,157,136)
#91AB98
(145,171,152)
#A3B9A8
(163,185,168)
#B5C7B8
(181,199,184)
#C7D5C8
(199,213,200)
#D9E3D8
(217,227,216)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376548 color. Also use rgb(55,101,72) instead hex code.

Text Font Color

.myTextColor { color: #376548; }

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

This text font color is #376548.


Background Color

.myBgColor { background-color: #376548; }

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

This div background color is #376548.


Border color

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

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

This div border color is #376548.


Opacity

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

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

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

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

This text has shadow with #376548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376548 on black background.


Color preview on white background

This text has color #376548 on white background.



Black color preview on #376548 background

This text has black color on #376548 background.


White color preview on #376548 background

This text has white color on #376548 background.