COLOR #376342

HEX: #376342
RGB: (55,99,66)

Color info

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

RGB color model

#376342 color RGB value is (55,99,66).

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

RGB channels and saturation

R 55 of 255 = 22%
G 99 of 255 = 39%
B 66 of 255 = 26%

55
99
66

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

Portions of RGB colors in percentages

R + G + B =
55 + 99 + 66 = 220 (100%)
R 55 of 220 ~ 25%
G 99 of 220 ~ 45%
B 66 of 220 ~ 30%

%25
%45
%30

CMYK color model

#376342 color CMYK value is (44,0,33,61).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(44,0,33,61)
C44M0Y33K61 
(44%,0%,33%,61%)
(0.44/0.00/0.33/0.61)	

CMYK percentages

%44.44
%0
%33.33
%61.18

Codes

Color #376342 in popluar color models

376342
RGB559966
HSL135°28.57%30.20%
HSB/HSV135°44.44%38.82%
CMYK44.44%0.00%33.33%
61.18%

Color #376342 in popluar number systems.

HEX376342
Decimal559966
Binary11011111000111000010
Octal67143102

Shades and tints

Shades of #376342

#376342
(55,99,66)
#325A3C
(50,90,60)
#2D5136
(45,81,54)
#284830
(40,72,48)
#233F2A
(35,63,42)
#1E3624
(30,54,36)
#192D1E
(25,45,30)
#142418
(20,36,24)
#0F1B12
(15,27,18)
#0A120C
(10,18,12)
#050906
(5,9,6)
#000000
(0,0,0)

Tints of #376342

#376342
(55,99,66)
#497153
(73,113,83)
#5B7F64
(91,127,100)
#6D8D75
(109,141,117)
#7F9B86
(127,155,134)
#91A997
(145,169,151)
#A3B7A8
(163,183,168)
#B5C5B9
(181,197,185)
#C7D3CA
(199,211,202)
#D9E1DB
(217,225,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376342; }

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

This text font color is #376342.


Background Color

.myBgColor { background-color: #376342; }

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

This div background color is #376342.


Border color

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

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

This div border color is #376342.


Opacity

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

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

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

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

This text has shadow with #376342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376342 on black background.


Color preview on white background

This text has color #376342 on white background.



Black color preview on #376342 background

This text has black color on #376342 background.


White color preview on #376342 background

This text has white color on #376342 background.