COLOR #378A8B

HEX: #378A8B
RGB: (55,138,139)

Color info

#378A8B contains mainly green and blue colors. Web safe color of #378A8B is #339999 (or #399).

RGB color model

#378A8B color RGB value is (55,138,139).

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

RGB channels and saturation

R 55 of 255 = 22%
G 138 of 255 = 54%
B 139 of 255 = 55%

55
138
139

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

Portions of RGB colors in percentages

R + G + B =
55 + 138 + 139 = 332 (100%)
R 55 of 332 ~ 16.57%
G 138 of 332 ~ 41.57%
B 139 of 332 ~ 41.87%

%16.57
%41.57
%41.87

CMYK color model

#378A8B color CMYK value is (60,1,0,45).

  • cyan value is 60.43%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(60,1,0,45)
C60M1Y0K45 
(60%,1%,0%,45%)
(0.60/0.01/0.00/0.45)	

CMYK percentages

%60.43
%0.72
%0
%45.49

Codes

Color #378A8B in popluar color models

378A8B
RGB55138139
HSL181°43.30%38.04%
HSB/HSV181°60.43%54.51%
CMYK60.43%0.72%0.00%
45.49%

Color #378A8B in popluar number systems.

HEX378A8B
Decimal55138139
Binary1101111000101010001011
Octal67212213

Shades and tints

Shades of #378A8B

#378A8B
(55,138,139)
#327E7F
(50,126,127)
#2D7273
(45,114,115)
#286667
(40,102,103)
#235A5B
(35,90,91)
#1E4E4F
(30,78,79)
#194243
(25,66,67)
#143637
(20,54,55)
#0F2A2B
(15,42,43)
#0A1E1F
(10,30,31)
#051213
(5,18,19)
#000000
(0,0,0)

Tints of #378A8B

#378A8B
(55,138,139)
#499495
(73,148,149)
#5B9E9F
(91,158,159)
#6DA8A9
(109,168,169)
#7FB2B3
(127,178,179)
#91BCBD
(145,188,189)
#A3C6C7
(163,198,199)
#B5D0D1
(181,208,209)
#C7DADB
(199,218,219)
#D9E4E5
(217,228,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #378A8B; }

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

This text font color is #378A8B.


Background Color

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

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

This div background color is #378A8B.


Border color

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

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

This div border color is #378A8B.


Opacity

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

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

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

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

This text has shadow with #378A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378A8B on black background.


Color preview on white background

This text has color #378A8B on white background.



Black color preview on #378A8B background

This text has black color on #378A8B background.


White color preview on #378A8B background

This text has white color on #378A8B background.