COLOR #377856

HEX: #377856 RGB: (55,120,86)

Color info

#377856 contains mainly green and blue colors. Web safe color of #377856 is #336666 (or #366).

RGB color model

#377856 color RGB value is (55,120,86).

RGB: (55,120,86) (22%, 47%, 34%)

RGB channels and saturation

R 55 of 255 = 22%
G 120 of 255 = 47%
B 86 of 255 = 34%

55
120
86

R + G + B ~ 34%. #377856 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 120 + 86 = 261 (100%)
R 55 of 261 ~ 21.07%
G 120 of 261 ~ 45.98%
B 86 of 261 ~ 32.95'%

%21.07
%45.98
%32.95

CMYK color model

#377856 color CMYK value is (54,0,28,53).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK: (54,0,28,53) C54M0Y28K53 (54%,0%,28%,53%) (0.54/0.00/0.28/0.53) 

CMYK percentages

%54.17
%0
%28.33
%52.94

Codes

Color #377856 in popluar color models

37 78 56
RGB 55 120 86
HSL 149° 37.14% 34.31%
HSB/HSV 149° 54.17% 47.06%
CMYK 54.17% 0.00% 28.33%
52.94%

Color #377856 in popluar number systems.

HEX 37 78 56
Decimal 55 120 86
Binary 110111 1111000 1010110
Octal 67 170 126

Shades and tints

Shades of #377856

#377856
(55,120,86)
#326E4F
(50,110,79)
#2D6448
(45,100,72)
#285A41
(40,90,65)
#23503A
(35,80,58)
#1E4633
(30,70,51)
#193C2C
(25,60,44)
#143225
(20,50,37)
#0F281E
(15,40,30)
#0A1E17
(10,30,23)
#051410
(5,20,16)
#000000
(0,0,0)

Tints of #377856

#377856
(55,120,86)
#498465
(73,132,101)
#5B9074
(91,144,116)
#6D9C83
(109,156,131)
#7FA892
(127,168,146)
#91B4A1
(145,180,161)
#A3C0B0
(163,192,176)
#B5CCBF
(181,204,191)
#C7D8CE
(199,216,206)
#D9E4DD
(217,228,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377856 color. Also use rgb(55,120,86) instead hex code.

Text Font Color

.myTextColor { color: #377856; }

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

This text font color is #377856.

Background Color

.myBgColor { background-color: #377856; }

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

This div background color is #377856.

Border color

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

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

This div border color is #377856.

Opacity

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

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

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

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

This text has shadow with #377856 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377856.

Preview

Color preview on black background

This text has color #377856 on black background.


Color preview on white background

This text has color #377856 on white background.


Black color preview on #377856 background

This text has black color on #377856 background.


White color preview on #377856 background

This text has white color on #377856 background.


Related colors

Complementary color

Complementary color for #hex is #C887A9.


I love getcolorcode.com

Triadic colors

1 #563778 and #785637 with #377856 are triadic colors.

2 #567837 and #783756 with #377856 are triadic colors.