COLOR #377740

HEX: #377740
RGB: (55,119,64)

Color info

#377740 contains mainly green and blue colors. Web safe color of #377740 is #336633 (or #363).

RGB color model

#377740 color RGB value is (55,119,64).

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

RGB channels and saturation

R 55 of 255 = 22%
G 119 of 255 = 47%
B 64 of 255 = 25%

55
119
64

R + G + B ~ 31%. #377740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 119 + 64 = 238 (100%)
R 55 of 238 ~ 23.11%
G 119 of 238 ~ 50%
B 64 of 238 ~ 26.89%

%23.11
%50
%26.89

CMYK color model

#377740 color CMYK value is (54,0,46,53).

  • cyan value is 53.78%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(54,0,46,53)
C54M0Y46K53 
(54%,0%,46%,53%)
(0.54/0.00/0.46/0.53)	

CMYK percentages

%53.78
%0
%46.22
%53.33

Codes

Color #377740 in popluar color models

377740
RGB5511964
HSL128°36.78%34.12%
HSB/HSV128°53.78%46.67%
CMYK53.78%0.00%46.22%
53.33%

Color #377740 in popluar number systems.

HEX377740
Decimal5511964
Binary11011111101111000000
Octal67167100

Shades and tints

Shades of #377740

#377740
(55,119,64)
#326D3B
(50,109,59)
#2D6336
(45,99,54)
#285931
(40,89,49)
#234F2C
(35,79,44)
#1E4527
(30,69,39)
#193B22
(25,59,34)
#14311D
(20,49,29)
#0F2718
(15,39,24)
#0A1D13
(10,29,19)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #377740

#377740
(55,119,64)
#498351
(73,131,81)
#5B8F62
(91,143,98)
#6D9B73
(109,155,115)
#7FA784
(127,167,132)
#91B395
(145,179,149)
#A3BFA6
(163,191,166)
#B5CBB7
(181,203,183)
#C7D7C8
(199,215,200)
#D9E3D9
(217,227,217)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377740; }

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

This text font color is #377740.


Background Color

.myBgColor { background-color: #377740; }

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

This div background color is #377740.


Border color

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

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

This div border color is #377740.


Opacity

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

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

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

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

This text has shadow with #377740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377740 on black background.


Color preview on white background

This text has color #377740 on white background.



Black color preview on #377740 background

This text has black color on #377740 background.


White color preview on #377740 background

This text has white color on #377740 background.