COLOR #377757

HEX: #377757
RGB: (55,119,87)

Color info

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

RGB color model

#377757 color RGB value is (55,119,87).

  • red value is 55;
  • green value is 119;
  • blue value is 87.
RGB:
(55,119,87)
(22%,47%,34%)

RGB channels and saturation

R 55 of 255 = 22%
G 119 of 255 = 47%
B 87 of 255 = 34%

55
119
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 119 + 87 = 261 (100%)
R 55 of 261 ~ 21.07%
G 119 of 261 ~ 45.59%
B 87 of 261 ~ 33.33%

%21.07
%45.59
%33.33

CMYK color model

#377757 color CMYK value is (54,0,27,53).

  • cyan value is 53.78%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(54,0,27,53)
C54M0Y27K53 
(54%,0%,27%,53%)
(0.54/0.00/0.27/0.53)	

CMYK percentages

%53.78
%0
%26.89
%53.33

Codes

Color #377757 in popluar color models

377757
RGB5511987
HSL150°36.78%34.12%
HSB/HSV150°53.78%46.67%
CMYK53.78%0.00%26.89%
53.33%

Color #377757 in popluar number systems.

HEX377757
Decimal5511987
Binary11011111101111010111
Octal67167127

Shades and tints

Shades of #377757

#377757
(55,119,87)
#326D50
(50,109,80)
#2D6349
(45,99,73)
#285942
(40,89,66)
#234F3B
(35,79,59)
#1E4534
(30,69,52)
#193B2D
(25,59,45)
#143126
(20,49,38)
#0F271F
(15,39,31)
#0A1D18
(10,29,24)
#051311
(5,19,17)
#000000
(0,0,0)

Tints of #377757

#377757
(55,119,87)
#498366
(73,131,102)
#5B8F75
(91,143,117)
#6D9B84
(109,155,132)
#7FA793
(127,167,147)
#91B3A2
(145,179,162)
#A3BFB1
(163,191,177)
#B5CBC0
(181,203,192)
#C7D7CF
(199,215,207)
#D9E3DE
(217,227,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377757 color. Also use rgb(55,119,87) instead hex code.

Text Font Color

.myTextColor { color: #377757; }

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

This text font color is #377757.


Background Color

.myBgColor { background-color: #377757; }

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

This div background color is #377757.


Border color

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

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

This div border color is #377757.


Opacity

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

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

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

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

This text has shadow with #377757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377757 on black background.


Color preview on white background

This text has color #377757 on white background.



Black color preview on #377757 background

This text has black color on #377757 background.


White color preview on #377757 background

This text has white color on #377757 background.