COLOR #378777

HEX: #378777 RGB: (55,135,119)

Color info

#378777 contains mainly green and blue colors. Web safe color of #378777 is #339966 (or #396).

RGB color model

#378777 color RGB value is (55,135,119).

RGB: (55,135,119) (22%, 53%, 47%)

RGB channels and saturation

R 55 of 255 = 22%
G 135 of 255 = 53%
B 119 of 255 = 47%

55
135
119

R + G + B ~ 41%. #378777 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 135 + 119 = 309 (100%)
R 55 of 309 ~ 17.8%
G 135 of 309 ~ 43.69%
B 119 of 309 ~ 38.51'%

%17.8
%43.69
%38.51

CMYK color model

#378777 color CMYK value is (59,0,12,47).

  • cyan value is 59.26%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%

CMYK: (59,0,12,47)
C59M0Y12K47 (59%, 0%, 12%, 47%)
(0.59 / 0.00 / 0.12 / 0.47)

CMYK percentages

%59.26
%0
%11.85
%47.06

Codes

Color #378777 in popluar color models

37 87 77
RGB 55 135 119
HSL 168° 42.11% 37.25%
HSB/HSV 168° 59.26% 52.94%
CMYK 59.26% 0.00% 11.85%
47.06%

Color #378777 in popluar number systems.

HEX 37 87 77
Decimal 55 135 119
Binary 110111 10000111 1110111
Octal 67 207 167

Shades and tints

Shades of #378777

#378777
(55,135,119)
#327B6D
(50,123,109)
#2D6F63
(45,111,99)
#286359
(40,99,89)
#23574F
(35,87,79)
#1E4B45
(30,75,69)
#193F3B
(25,63,59)
#143331
(20,51,49)
#0F2727
(15,39,39)
#0A1B1D
(10,27,29)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #378777

#378777
(55,135,119)
#499183
(73,145,131)
#5B9B8F
(91,155,143)
#6DA59B
(109,165,155)
#7FAFA7
(127,175,167)
#91B9B3
(145,185,179)
#A3C3BF
(163,195,191)
#B5CDCB
(181,205,203)
#C7D7D7
(199,215,215)
#D9E1E3
(217,225,227)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378777; }

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

This text font color is #378777.

Background Color

.myBgColor { background-color: #378777; }

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

This div background color is #378777.

Border color

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

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

This div border color is #378777.

Opacity

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

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

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

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

This text has shadow with #378777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #378777.

Preview

Color preview on black background

This text has color #378777 on black background.


Color preview on white background

This text has color #378777 on white background.


Black color preview on #378777 background

This text has black color on #378777 background.


White color preview on #378777 background

This text has white color on #378777 background.


Related colors

Complementary color

Complementary color for #hex is #C87888.


I love getcolorcode.com

Triadic colors

1 #773787 and #877737 with #378777 are triadic colors.

2 #778737 and #873777 with #378777 are triadic colors.