COLOR #377842

HEX: #377842
RGB: (55,120,66)

Color info

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

RGB color model

#377842 color RGB value is (55,120,66).

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

RGB channels and saturation

R 55 of 255 = 22%
G 120 of 255 = 47%
B 66 of 255 = 26%

55
120
66

R + G + B ~ 32%. #377842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 120 + 66 = 241 (100%)
R 55 of 241 ~ 22.82%
G 120 of 241 ~ 49.79%
B 66 of 241 ~ 27.39%

%22.82
%49.79
%27.39

CMYK color model

#377842 color CMYK value is (54,0,45,53).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(54,0,45,53)
C54M0Y45K53 
(54%,0%,45%,53%)
(0.54/0.00/0.45/0.53)	

CMYK percentages

%54.17
%0
%45
%52.94

Codes

Color #377842 in popluar color models

377842
RGB5512066
HSL130°37.14%34.31%
HSB/HSV130°54.17%47.06%
CMYK54.17%0.00%45.00%
52.94%

Color #377842 in popluar number systems.

HEX377842
Decimal5512066
Binary11011111110001000010
Octal67170102

Shades and tints

Shades of #377842

#377842
(55,120,66)
#326E3C
(50,110,60)
#2D6436
(45,100,54)
#285A30
(40,90,48)
#23502A
(35,80,42)
#1E4624
(30,70,36)
#193C1E
(25,60,30)
#143218
(20,50,24)
#0F2812
(15,40,18)
#0A1E0C
(10,30,12)
#051406
(5,20,6)
#000000
(0,0,0)

Tints of #377842

#377842
(55,120,66)
#498453
(73,132,83)
#5B9064
(91,144,100)
#6D9C75
(109,156,117)
#7FA886
(127,168,134)
#91B497
(145,180,151)
#A3C0A8
(163,192,168)
#B5CCB9
(181,204,185)
#C7D8CA
(199,216,202)
#D9E4DB
(217,228,219)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377842; }

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

This text font color is #377842.


Background Color

.myBgColor { background-color: #377842; }

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

This div background color is #377842.


Border color

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

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

This div border color is #377842.


Opacity

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

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

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

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

This text has shadow with #377842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377842 on black background.


Color preview on white background

This text has color #377842 on white background.



Black color preview on #377842 background

This text has black color on #377842 background.


White color preview on #377842 background

This text has white color on #377842 background.