COLOR #376544

HEX: #376544
RGB: (55,101,68)

Color info

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

RGB color model

#376544 color RGB value is (55,101,68).

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

RGB channels and saturation

R 55 of 255 = 22%
G 101 of 255 = 40%
B 68 of 255 = 27%

55
101
68

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

Portions of RGB colors in percentages

R + G + B =
55 + 101 + 68 = 224 (100%)
R 55 of 224 ~ 24.55%
G 101 of 224 ~ 45.09%
B 68 of 224 ~ 30.36%

%24.55
%45.09
%30.36

CMYK color model

#376544 color CMYK value is (46,0,33,60).

  • cyan value is 45.54%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 60.39%
CMYK:
(46,0,33,60)
C46M0Y33K60 
(46%,0%,33%,60%)
(0.46/0.00/0.33/0.60)	

CMYK percentages

%45.54
%0
%32.67
%60.39

Codes

Color #376544 in popluar color models

376544
RGB5510168
HSL137°29.49%30.59%
HSB/HSV137°45.54%39.61%
CMYK45.54%0.00%32.67%
60.39%

Color #376544 in popluar number systems.

HEX376544
Decimal5510168
Binary11011111001011000100
Octal67145104

Shades and tints

Shades of #376544

#376544
(55,101,68)
#325C3E
(50,92,62)
#2D5338
(45,83,56)
#284A32
(40,74,50)
#23412C
(35,65,44)
#1E3826
(30,56,38)
#192F20
(25,47,32)
#14261A
(20,38,26)
#0F1D14
(15,29,20)
#0A140E
(10,20,14)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #376544

#376544
(55,101,68)
#497355
(73,115,85)
#5B8166
(91,129,102)
#6D8F77
(109,143,119)
#7F9D88
(127,157,136)
#91AB99
(145,171,153)
#A3B9AA
(163,185,170)
#B5C7BB
(181,199,187)
#C7D5CC
(199,213,204)
#D9E3DD
(217,227,221)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376544; }

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

This text font color is #376544.


Background Color

.myBgColor { background-color: #376544; }

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

This div background color is #376544.


Border color

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

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

This div border color is #376544.


Opacity

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

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

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

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

This text has shadow with #376544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376544 on black background.


Color preview on white background

This text has color #376544 on white background.



Black color preview on #376544 background

This text has black color on #376544 background.


White color preview on #376544 background

This text has white color on #376544 background.