COLOR #378F7B

HEX: #378F7B
RGB: (55,143,123)

Color info

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

RGB color model

#378F7B color RGB value is (55,143,123).

  • red value is 55;
  • green value is 143;
  • blue value is 123.
RGB:
(55,143,123)
(22%,56%,48%)

RGB channels and saturation

R 55 of 255 = 22%
G 143 of 255 = 56%
B 123 of 255 = 48%

55
143
123

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

Portions of RGB colors in percentages

R + G + B =
55 + 143 + 123 = 321 (100%)
R 55 of 321 ~ 17.13%
G 143 of 321 ~ 44.55%
B 123 of 321 ~ 38.32%

%17.13
%44.55
%38.32

CMYK color model

#378F7B color CMYK value is (62,0,14,44).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK:
(62,0,14,44)
C62M0Y14K44 
(62%,0%,14%,44%)
(0.62/0.00/0.14/0.44)	

CMYK percentages

%61.54
%0
%13.99
%43.92

Codes

Color #378F7B in popluar color models

378F7B
RGB55143123
HSL166°44.44%38.82%
HSB/HSV166°61.54%56.08%
CMYK61.54%0.00%13.99%
43.92%

Color #378F7B in popluar number systems.

HEX378F7B
Decimal55143123
Binary110111100011111111011
Octal67217173

Shades and tints

Shades of #378F7B

#378F7B
(55,143,123)
#328270
(50,130,112)
#2D7565
(45,117,101)
#28685A
(40,104,90)
#235B4F
(35,91,79)
#1E4E44
(30,78,68)
#194139
(25,65,57)
#14342E
(20,52,46)
#0F2723
(15,39,35)
#0A1A18
(10,26,24)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #378F7B

#378F7B
(55,143,123)
#499987
(73,153,135)
#5BA393
(91,163,147)
#6DAD9F
(109,173,159)
#7FB7AB
(127,183,171)
#91C1B7
(145,193,183)
#A3CBC3
(163,203,195)
#B5D5CF
(181,213,207)
#C7DFDB
(199,223,219)
#D9E9E7
(217,233,231)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378F7B color. Also use rgb(55,143,123) instead hex code.

Text Font Color

.myTextColor { color: #378F7B; }

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

This text font color is #378F7B.


Background Color

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

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

This div background color is #378F7B.


Border color

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

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

This div border color is #378F7B.


Opacity

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

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

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

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

This text has shadow with #378F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378F7B on black background.


Color preview on white background

This text has color #378F7B on white background.



Black color preview on #378F7B background

This text has black color on #378F7B background.


White color preview on #378F7B background

This text has white color on #378F7B background.