COLOR #376182

HEX: #376182
RGB: (55,97,130)

Color info

#376182 contains mainly green and blue colors. Web safe color of #376182 is #336699 (or #369).

RGB color model

#376182 color RGB value is (55,97,130).

  • red value is 55;
  • green value is 97;
  • blue value is 130.
RGB:
(55,97,130)
(22%,38%,51%)

RGB channels and saturation

R 55 of 255 = 22%
G 97 of 255 = 38%
B 130 of 255 = 51%

55
97
130

R + G + B ~ 37%. #376182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 97 + 130 = 282 (100%)
R 55 of 282 ~ 19.5%
G 97 of 282 ~ 34.4%
B 130 of 282 ~ 46.1%

%19.5
%34.4
%46.1

CMYK color model

#376182 color CMYK value is (58,25,0,49).

  • cyan value is 57.69%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(58,25,0,49)
C58M25Y0K49 
(58%,25%,0%,49%)
(0.58/0.25/0.00/0.49)	

CMYK percentages

%57.69
%25.38
%0
%49.02

Codes

Color #376182 in popluar color models

376182
RGB5597130
HSL206°40.54%36.27%
HSB/HSV206°57.69%50.98%
CMYK57.69%25.38%0.00%
49.02%

Color #376182 in popluar number systems.

HEX376182
Decimal5597130
Binary110111110000110000010
Octal67141202

Shades and tints

Shades of #376182

#376182
(55,97,130)
#325977
(50,89,119)
#2D516C
(45,81,108)
#284961
(40,73,97)
#234156
(35,65,86)
#1E394B
(30,57,75)
#193140
(25,49,64)
#142935
(20,41,53)
#0F212A
(15,33,42)
#0A191F
(10,25,31)
#051114
(5,17,20)
#000000
(0,0,0)

Tints of #376182

#376182
(55,97,130)
#496F8D
(73,111,141)
#5B7D98
(91,125,152)
#6D8BA3
(109,139,163)
#7F99AE
(127,153,174)
#91A7B9
(145,167,185)
#A3B5C4
(163,181,196)
#B5C3CF
(181,195,207)
#C7D1DA
(199,209,218)
#D9DFE5
(217,223,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376182 color. Also use rgb(55,97,130) instead hex code.

Text Font Color

.myTextColor { color: #376182; }

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

This text font color is #376182.


Background Color

.myBgColor { background-color: #376182; }

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

This div background color is #376182.


Border color

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

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

This div border color is #376182.


Opacity

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

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

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

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

This text has shadow with #376182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376182 on black background.


Color preview on white background

This text has color #376182 on white background.



Black color preview on #376182 background

This text has black color on #376182 background.


White color preview on #376182 background

This text has white color on #376182 background.