COLOR #378A76

HEX: #378A76
RGB: (55,138,118)

Color info

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

RGB color model

#378A76 color RGB value is (55,138,118).

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

RGB channels and saturation

R 55 of 255 = 22%
G 138 of 255 = 54%
B 118 of 255 = 46%

55
138
118

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

Portions of RGB colors in percentages

R + G + B =
55 + 138 + 118 = 311 (100%)
R 55 of 311 ~ 17.68%
G 138 of 311 ~ 44.37%
B 118 of 311 ~ 37.94%

%17.68
%44.37
%37.94

CMYK color model

#378A76 color CMYK value is (60,0,14,46).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(60,0,14,46)
C60M0Y14K46 
(60%,0%,14%,46%)
(0.60/0.00/0.14/0.46)	

CMYK percentages

%60.14
%0
%14.49
%45.88

Codes

Color #378A76 in popluar color models

378A76
RGB55138118
HSL166°43.01%37.84%
HSB/HSV166°60.14%54.12%
CMYK60.14%0.00%14.49%
45.88%

Color #378A76 in popluar number systems.

HEX378A76
Decimal55138118
Binary110111100010101110110
Octal67212166

Shades and tints

Shades of #378A76

#378A76
(55,138,118)
#327E6C
(50,126,108)
#2D7262
(45,114,98)
#286658
(40,102,88)
#235A4E
(35,90,78)
#1E4E44
(30,78,68)
#19423A
(25,66,58)
#143630
(20,54,48)
#0F2A26
(15,42,38)
#0A1E1C
(10,30,28)
#051212
(5,18,18)
#000000
(0,0,0)

Tints of #378A76

#378A76
(55,138,118)
#499482
(73,148,130)
#5B9E8E
(91,158,142)
#6DA89A
(109,168,154)
#7FB2A6
(127,178,166)
#91BCB2
(145,188,178)
#A3C6BE
(163,198,190)
#B5D0CA
(181,208,202)
#C7DAD6
(199,218,214)
#D9E4E2
(217,228,226)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378A76 color. Also use rgb(55,138,118) instead hex code.

Text Font Color

.myTextColor { color: #378A76; }

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

This text font color is #378A76.


Background Color

.myBgColor { background-color: #378A76; }

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

This div background color is #378A76.


Border color

.myBorderColor { border: 1px solid #378A76; }

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

This div border color is #378A76.


Opacity

.myOpacity80 { color: #378A76; opacity: 0.8; }

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

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

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

This text has shadow with #378A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378A76 on black background.


Color preview on white background

This text has color #378A76 on white background.



Black color preview on #378A76 background

This text has black color on #378A76 background.


White color preview on #378A76 background

This text has white color on #378A76 background.