COLOR #378190

HEX: #378190
RGB: (55,129,144)

Color info

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

RGB color model

#378190 color RGB value is (55,129,144).

  • red value is 55;
  • green value is 129;
  • blue value is 144.
RGB:
(55,129,144)
(22%,51%,56%)

RGB channels and saturation

R 55 of 255 = 22%
G 129 of 255 = 51%
B 144 of 255 = 56%

55
129
144

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

Portions of RGB colors in percentages

R + G + B =
55 + 129 + 144 = 328 (100%)
R 55 of 328 ~ 16.77%
G 129 of 328 ~ 39.33%
B 144 of 328 ~ 43.9%

%16.77
%39.33
%43.9

CMYK color model

#378190 color CMYK value is (62,10,0,44).

  • cyan value is 61.81%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(62,10,0,44)
C62M10Y0K44 
(62%,10%,0%,44%)
(0.62/0.10/0.00/0.44)	

CMYK percentages

%61.81
%10.42
%0
%43.53

Codes

Color #378190 in popluar color models

378190
RGB55129144
HSL190°44.72%39.02%
HSB/HSV190°61.81%56.47%
CMYK61.81%10.42%0.00%
43.53%

Color #378190 in popluar number systems.

HEX378190
Decimal55129144
Binary1101111000000110010000
Octal67201220

Shades and tints

Shades of #378190

#378190
(55,129,144)
#327683
(50,118,131)
#2D6B76
(45,107,118)
#286069
(40,96,105)
#23555C
(35,85,92)
#1E4A4F
(30,74,79)
#193F42
(25,63,66)
#143435
(20,52,53)
#0F2928
(15,41,40)
#0A1E1B
(10,30,27)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #378190

#378190
(55,129,144)
#498C9A
(73,140,154)
#5B97A4
(91,151,164)
#6DA2AE
(109,162,174)
#7FADB8
(127,173,184)
#91B8C2
(145,184,194)
#A3C3CC
(163,195,204)
#B5CED6
(181,206,214)
#C7D9E0
(199,217,224)
#D9E4EA
(217,228,234)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378190 color. Also use rgb(55,129,144) instead hex code.

Text Font Color

.myTextColor { color: #378190; }

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

This text font color is #378190.


Background Color

.myBgColor { background-color: #378190; }

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

This div background color is #378190.


Border color

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

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

This div border color is #378190.


Opacity

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

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

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

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

This text has shadow with #378190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378190 on black background.


Color preview on white background

This text has color #378190 on white background.



Black color preview on #378190 background

This text has black color on #378190 background.


White color preview on #378190 background

This text has white color on #378190 background.