COLOR #376743

HEX: #376743
RGB: (55,103,67)

Color info

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

RGB color model

#376743 color RGB value is (55,103,67).

  • red value is 55;
  • green value is 103;
  • blue value is 67.
RGB:
(55,103,67)
(22%,40%,26%)

RGB channels and saturation

R 55 of 255 = 22%
G 103 of 255 = 40%
B 67 of 255 = 26%

55
103
67

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

Portions of RGB colors in percentages

R + G + B =
55 + 103 + 67 = 225 (100%)
R 55 of 225 ~ 24.44%
G 103 of 225 ~ 45.78%
B 67 of 225 ~ 29.78%

%24.44
%45.78
%29.78

CMYK color model

#376743 color CMYK value is (47,0,35,60).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 59.61%
CMYK:
(47,0,35,60)
C47M0Y35K60 
(47%,0%,35%,60%)
(0.47/0.00/0.35/0.60)	

CMYK percentages

%46.6
%0
%34.95
%59.61

Codes

Color #376743 in popluar color models

376743
RGB5510367
HSL135°30.38%30.98%
HSB/HSV135°46.60%40.39%
CMYK46.60%0.00%34.95%
59.61%

Color #376743 in popluar number systems.

HEX376743
Decimal5510367
Binary11011111001111000011
Octal67147103

Shades and tints

Shades of #376743

#376743
(55,103,67)
#325E3D
(50,94,61)
#2D5537
(45,85,55)
#284C31
(40,76,49)
#23432B
(35,67,43)
#1E3A25
(30,58,37)
#19311F
(25,49,31)
#142819
(20,40,25)
#0F1F13
(15,31,19)
#0A160D
(10,22,13)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #376743

#376743
(55,103,67)
#497454
(73,116,84)
#5B8165
(91,129,101)
#6D8E76
(109,142,118)
#7F9B87
(127,155,135)
#91A898
(145,168,152)
#A3B5A9
(163,181,169)
#B5C2BA
(181,194,186)
#C7CFCB
(199,207,203)
#D9DCDC
(217,220,220)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376743 color. Also use rgb(55,103,67) instead hex code.

Text Font Color

.myTextColor { color: #376743; }

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

This text font color is #376743.


Background Color

.myBgColor { background-color: #376743; }

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

This div background color is #376743.


Border color

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

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

This div border color is #376743.


Opacity

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

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

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

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

This text has shadow with #376743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376743 on black background.


Color preview on white background

This text has color #376743 on white background.



Black color preview on #376743 background

This text has black color on #376743 background.


White color preview on #376743 background

This text has white color on #376743 background.