COLOR #377362

HEX: #377362
RGB: (55,115,98)

Color info

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

RGB color model

#377362 color RGB value is (55,115,98).

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

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 98 of 255 = 38%

55
115
98

R + G + B ~ 35%. #377362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 98 = 268 (100%)
R 55 of 268 ~ 20.52%
G 115 of 268 ~ 42.91%
B 98 of 268 ~ 36.57%

%20.52
%42.91
%36.57

CMYK color model

#377362 color CMYK value is (52,0,15,55).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(52,0,15,55)
C52M0Y15K55 
(52%,0%,15%,55%)
(0.52/0.00/0.15/0.55)	

CMYK percentages

%52.17
%0
%14.78
%54.9

Codes

Color #377362 in popluar color models

377362
RGB5511598
HSL163°35.29%33.33%
HSB/HSV163°52.17%45.10%
CMYK52.17%0.00%14.78%
54.90%

Color #377362 in popluar number systems.

HEX377362
Decimal5511598
Binary11011111100111100010
Octal67163142

Shades and tints

Shades of #377362

#377362
(55,115,98)
#32695A
(50,105,90)
#2D5F52
(45,95,82)
#28554A
(40,85,74)
#234B42
(35,75,66)
#1E413A
(30,65,58)
#193732
(25,55,50)
#142D2A
(20,45,42)
#0F2322
(15,35,34)
#0A191A
(10,25,26)
#050F12
(5,15,18)
#000000
(0,0,0)

Tints of #377362

#377362
(55,115,98)
#497F70
(73,127,112)
#5B8B7E
(91,139,126)
#6D978C
(109,151,140)
#7FA39A
(127,163,154)
#91AFA8
(145,175,168)
#A3BBB6
(163,187,182)
#B5C7C4
(181,199,196)
#C7D3D2
(199,211,210)
#D9DFE0
(217,223,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377362; }

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

This text font color is #377362.


Background Color

.myBgColor { background-color: #377362; }

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

This div background color is #377362.


Border color

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

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

This div border color is #377362.


Opacity

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

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

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

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

This text has shadow with #377362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377362 on black background.


Color preview on white background

This text has color #377362 on white background.



Black color preview on #377362 background

This text has black color on #377362 background.


White color preview on #377362 background

This text has white color on #377362 background.