COLOR #377454

HEX: #377454
RGB: (55,116,84)

Color info

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

RGB color model

#377454 color RGB value is (55,116,84).

  • red value is 55;
  • green value is 116;
  • blue value is 84.
RGB:
(55,116,84)
(22%,45%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 116 of 255 = 45%
B 84 of 255 = 33%

55
116
84

R + G + B ~ 33%. #377454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 116 + 84 = 255 (100%)
R 55 of 255 ~ 21.57%
G 116 of 255 ~ 45.49%
B 84 of 255 ~ 32.94%

%21.57
%45.49
%32.94

CMYK color model

#377454 color CMYK value is (53,0,28,55).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(53,0,28,55)
C53M0Y28K55 
(53%,0%,28%,55%)
(0.53/0.00/0.28/0.55)	

CMYK percentages

%52.59
%0
%27.59
%54.51

Codes

Color #377454 in popluar color models

377454
RGB5511684
HSL149°35.67%33.53%
HSB/HSV149°52.59%45.49%
CMYK52.59%0.00%27.59%
54.51%

Color #377454 in popluar number systems.

HEX377454
Decimal5511684
Binary11011111101001010100
Octal67164124

Shades and tints

Shades of #377454

#377454
(55,116,84)
#326A4D
(50,106,77)
#2D6046
(45,96,70)
#28563F
(40,86,63)
#234C38
(35,76,56)
#1E4231
(30,66,49)
#19382A
(25,56,42)
#142E23
(20,46,35)
#0F241C
(15,36,28)
#0A1A15
(10,26,21)
#05100E
(5,16,14)
#000000
(0,0,0)

Tints of #377454

#377454
(55,116,84)
#498063
(73,128,99)
#5B8C72
(91,140,114)
#6D9881
(109,152,129)
#7FA490
(127,164,144)
#91B09F
(145,176,159)
#A3BCAE
(163,188,174)
#B5C8BD
(181,200,189)
#C7D4CC
(199,212,204)
#D9E0DB
(217,224,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377454 color. Also use rgb(55,116,84) instead hex code.

Text Font Color

.myTextColor { color: #377454; }

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

This text font color is #377454.


Background Color

.myBgColor { background-color: #377454; }

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

This div background color is #377454.


Border color

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

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

This div border color is #377454.


Opacity

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

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

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

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

This text has shadow with #377454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377454 on black background.


Color preview on white background

This text has color #377454 on white background.



Black color preview on #377454 background

This text has black color on #377454 background.


White color preview on #377454 background

This text has white color on #377454 background.