COLOR #377575

HEX: #377575
RGB: (55,117,117)

Color info

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

RGB color model

#377575 color RGB value is (55,117,117).

  • red value is 55;
  • green value is 117;
  • blue value is 117.
RGB:
(55,117,117)
(22%,46%,46%)

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 117 of 255 = 46%

55
117
117

R + G + B ~ 38%. #377575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 117 + 117 = 289 (100%)
R 55 of 289 ~ 19.03%
G 117 of 289 ~ 40.48%
B 117 of 289 ~ 40.48%

%19.03
%40.48
%40.48

CMYK color model

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

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(53,0,0,54)
C53M0Y0K54 
(53%,0%,0%,54%)
(0.53/0.00/0.00/0.54)	

CMYK percentages

%52.99
%0
%0
%54.12

Codes

Color #377575 in popluar color models

377575
RGB55117117
HSL180°36.05%33.73%
HSB/HSV180°52.99%45.88%
CMYK52.99%0.00%0.00%
54.12%

Color #377575 in popluar number systems.

HEX377575
Decimal55117117
Binary11011111101011110101
Octal67165165

Shades and tints

Shades of #377575

#377575
(55,117,117)
#326B6B
(50,107,107)
#2D6161
(45,97,97)
#285757
(40,87,87)
#234D4D
(35,77,77)
#1E4343
(30,67,67)
#193939
(25,57,57)
#142F2F
(20,47,47)
#0F2525
(15,37,37)
#0A1B1B
(10,27,27)
#051111
(5,17,17)
#000000
(0,0,0)

Tints of #377575

#377575
(55,117,117)
#498181
(73,129,129)
#5B8D8D
(91,141,141)
#6D9999
(109,153,153)
#7FA5A5
(127,165,165)
#91B1B1
(145,177,177)
#A3BDBD
(163,189,189)
#B5C9C9
(181,201,201)
#C7D5D5
(199,213,213)
#D9E1E1
(217,225,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377575; }

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

This text font color is #377575.


Background Color

.myBgColor { background-color: #377575; }

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

This div background color is #377575.


Border color

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

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

This div border color is #377575.


Opacity

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

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

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

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

This text has shadow with #377575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377575 on black background.


Color preview on white background

This text has color #377575 on white background.



Black color preview on #377575 background

This text has black color on #377575 background.


White color preview on #377575 background

This text has white color on #377575 background.