COLOR #377765

HEX: #377765
RGB: (55,119,101)

Color info

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

RGB color model

#377765 color RGB value is (55,119,101).

  • red value is 55;
  • green value is 119;
  • blue value is 101.
RGB:
(55,119,101)
(22%,47%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 119 of 255 = 47%
B 101 of 255 = 40%

55
119
101

R + G + B ~ 36%. #377765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 119 + 101 = 275 (100%)
R 55 of 275 ~ 20%
G 119 of 275 ~ 43.27%
B 101 of 275 ~ 36.73%

%20
%43.27
%36.73

CMYK color model

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

  • cyan value is 53.78%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(54,0,15,53)
C54M0Y15K53 
(54%,0%,15%,53%)
(0.54/0.00/0.15/0.53)	

CMYK percentages

%53.78
%0
%15.13
%53.33

Codes

Color #377765 in popluar color models

377765
RGB55119101
HSL163°36.78%34.12%
HSB/HSV163°53.78%46.67%
CMYK53.78%0.00%15.13%
53.33%

Color #377765 in popluar number systems.

HEX377765
Decimal55119101
Binary11011111101111100101
Octal67167145

Shades and tints

Shades of #377765

#377765
(55,119,101)
#326D5C
(50,109,92)
#2D6353
(45,99,83)
#28594A
(40,89,74)
#234F41
(35,79,65)
#1E4538
(30,69,56)
#193B2F
(25,59,47)
#143126
(20,49,38)
#0F271D
(15,39,29)
#0A1D14
(10,29,20)
#05130B
(5,19,11)
#000000
(0,0,0)

Tints of #377765

#377765
(55,119,101)
#498373
(73,131,115)
#5B8F81
(91,143,129)
#6D9B8F
(109,155,143)
#7FA79D
(127,167,157)
#91B3AB
(145,179,171)
#A3BFB9
(163,191,185)
#B5CBC7
(181,203,199)
#C7D7D5
(199,215,213)
#D9E3E3
(217,227,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377765; }

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

This text font color is #377765.


Background Color

.myBgColor { background-color: #377765; }

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

This div background color is #377765.


Border color

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

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

This div border color is #377765.


Opacity

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

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

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

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

This text has shadow with #377765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377765 on black background.


Color preview on white background

This text has color #377765 on white background.



Black color preview on #377765 background

This text has black color on #377765 background.


White color preview on #377765 background

This text has white color on #377765 background.