COLOR #376441

HEX: #376441
RGB: (55,100,65)

Color info

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

RGB color model

#376441 color RGB value is (55,100,65).

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

RGB channels and saturation

R 55 of 255 = 22%
G 100 of 255 = 39%
B 65 of 255 = 25%

55
100
65

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

Portions of RGB colors in percentages

R + G + B =
55 + 100 + 65 = 220 (100%)
R 55 of 220 ~ 25%
G 100 of 220 ~ 45.45%
B 65 of 220 ~ 29.55%

%25
%45.45
%29.55

CMYK color model

#376441 color CMYK value is (45,0,35,61).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 60.78%
CMYK:
(45,0,35,61)
C45M0Y35K61 
(45%,0%,35%,61%)
(0.45/0.00/0.35/0.61)	

CMYK percentages

%45
%0
%35
%60.78

Codes

Color #376441 in popluar color models

376441
RGB5510065
HSL133°29.03%30.39%
HSB/HSV133°45.00%39.22%
CMYK45.00%0.00%35.00%
60.78%

Color #376441 in popluar number systems.

HEX376441
Decimal5510065
Binary11011111001001000001
Octal67144101

Shades and tints

Shades of #376441

#376441
(55,100,65)
#325B3C
(50,91,60)
#2D5237
(45,82,55)
#284932
(40,73,50)
#23402D
(35,64,45)
#1E3728
(30,55,40)
#192E23
(25,46,35)
#14251E
(20,37,30)
#0F1C19
(15,28,25)
#0A1314
(10,19,20)
#050A0F
(5,10,15)
#000000
(0,0,0)

Tints of #376441

#376441
(55,100,65)
#497252
(73,114,82)
#5B8063
(91,128,99)
#6D8E74
(109,142,116)
#7F9C85
(127,156,133)
#91AA96
(145,170,150)
#A3B8A7
(163,184,167)
#B5C6B8
(181,198,184)
#C7D4C9
(199,212,201)
#D9E2DA
(217,226,218)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376441; }

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

This text font color is #376441.


Background Color

.myBgColor { background-color: #376441; }

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

This div background color is #376441.


Border color

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

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

This div border color is #376441.


Opacity

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

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

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

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

This text has shadow with #376441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376441 on black background.


Color preview on white background

This text has color #376441 on white background.



Black color preview on #376441 background

This text has black color on #376441 background.


White color preview on #376441 background

This text has white color on #376441 background.