COLOR #377763

HEX: #377763
RGB: (55,119,99)

Color info

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

RGB color model

#377763 color RGB value is (55,119,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 119 of 255 = 47%
B 99 of 255 = 39%

55
119
99

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

Portions of RGB colors in percentages

R + G + B =
55 + 119 + 99 = 273 (100%)
R 55 of 273 ~ 20.15%
G 119 of 273 ~ 43.59%
B 99 of 273 ~ 36.26%

%20.15
%43.59
%36.26

CMYK color model

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

  • cyan value is 53.78%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK:
(54,0,17,53)
C54M0Y17K53 
(54%,0%,17%,53%)
(0.54/0.00/0.17/0.53)	

CMYK percentages

%53.78
%0
%16.81
%53.33

Codes

Color #377763 in popluar color models

377763
RGB5511999
HSL161°36.78%34.12%
HSB/HSV161°53.78%46.67%
CMYK53.78%0.00%16.81%
53.33%

Color #377763 in popluar number systems.

HEX377763
Decimal5511999
Binary11011111101111100011
Octal67167143

Shades and tints

Shades of #377763

#377763
(55,119,99)
#326D5A
(50,109,90)
#2D6351
(45,99,81)
#285948
(40,89,72)
#234F3F
(35,79,63)
#1E4536
(30,69,54)
#193B2D
(25,59,45)
#143124
(20,49,36)
#0F271B
(15,39,27)
#0A1D12
(10,29,18)
#051309
(5,19,9)
#000000
(0,0,0)

Tints of #377763

#377763
(55,119,99)
#498371
(73,131,113)
#5B8F7F
(91,143,127)
#6D9B8D
(109,155,141)
#7FA79B
(127,167,155)
#91B3A9
(145,179,169)
#A3BFB7
(163,191,183)
#B5CBC5
(181,203,197)
#C7D7D3
(199,215,211)
#D9E3E1
(217,227,225)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377763; }

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

This text font color is #377763.


Background Color

.myBgColor { background-color: #377763; }

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

This div background color is #377763.


Border color

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

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

This div border color is #377763.


Opacity

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

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

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

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

This text has shadow with #377763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377763 on black background.


Color preview on white background

This text has color #377763 on white background.



Black color preview on #377763 background

This text has black color on #377763 background.


White color preview on #377763 background

This text has white color on #377763 background.