COLOR #377353

HEX: #377353
RGB: (55,115,83)

Color info

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

RGB color model

#377353 color RGB value is (55,115,83).

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

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 83 of 255 = 33%

55
115
83

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

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 83 = 253 (100%)
R 55 of 253 ~ 21.74%
G 115 of 253 ~ 45.45%
B 83 of 253 ~ 32.81%

%21.74
%45.45
%32.81

CMYK color model

#377353 color CMYK value is (52,0,28,55).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(52,0,28,55)
C52M0Y28K55 
(52%,0%,28%,55%)
(0.52/0.00/0.28/0.55)	

CMYK percentages

%52.17
%0
%27.83
%54.9

Codes

Color #377353 in popluar color models

377353
RGB5511583
HSL148°35.29%33.33%
HSB/HSV148°52.17%45.10%
CMYK52.17%0.00%27.83%
54.90%

Color #377353 in popluar number systems.

HEX377353
Decimal5511583
Binary11011111100111010011
Octal67163123

Shades and tints

Shades of #377353

#377353
(55,115,83)
#32694C
(50,105,76)
#2D5F45
(45,95,69)
#28553E
(40,85,62)
#234B37
(35,75,55)
#1E4130
(30,65,48)
#193729
(25,55,41)
#142D22
(20,45,34)
#0F231B
(15,35,27)
#0A1914
(10,25,20)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #377353

#377353
(55,115,83)
#497F62
(73,127,98)
#5B8B71
(91,139,113)
#6D9780
(109,151,128)
#7FA38F
(127,163,143)
#91AF9E
(145,175,158)
#A3BBAD
(163,187,173)
#B5C7BC
(181,199,188)
#C7D3CB
(199,211,203)
#D9DFDA
(217,223,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377353 color. Also use rgb(55,115,83) instead hex code.

Text Font Color

.myTextColor { color: #377353; }

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

This text font color is #377353.


Background Color

.myBgColor { background-color: #377353; }

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

This div background color is #377353.


Border color

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

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

This div border color is #377353.


Opacity

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

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

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

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

This text has shadow with #377353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377353 on black background.


Color preview on white background

This text has color #377353 on white background.



Black color preview on #377353 background

This text has black color on #377353 background.


White color preview on #377353 background

This text has white color on #377353 background.