COLOR #375F82

HEX: #375F82
RGB: (55,95,130)

Color info

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

RGB color model

#375F82 color RGB value is (55,95,130).

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

RGB channels and saturation

R 55 of 255 = 22%
G 95 of 255 = 37%
B 130 of 255 = 51%

55
95
130

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

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 130 = 280 (100%)
R 55 of 280 ~ 19.64%
G 95 of 280 ~ 33.93%
B 130 of 280 ~ 46.43%

%19.64
%33.93
%46.43

CMYK color model

#375F82 color CMYK value is (58,27,0,49).

  • cyan value is 57.69%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(58,27,0,49)
C58M27Y0K49 
(58%,27%,0%,49%)
(0.58/0.27/0.00/0.49)	

CMYK percentages

%57.69
%26.92
%0
%49.02

Codes

Color #375F82 in popluar color models

375F82
RGB5595130
HSL208°40.54%36.27%
HSB/HSV208°57.69%50.98%
CMYK57.69%26.92%0.00%
49.02%

Color #375F82 in popluar number systems.

HEX375F82
Decimal5595130
Binary110111101111110000010
Octal67137202

Shades and tints

Shades of #375F82

#375F82
(55,95,130)
#325777
(50,87,119)
#2D4F6C
(45,79,108)
#284761
(40,71,97)
#233F56
(35,63,86)
#1E374B
(30,55,75)
#192F40
(25,47,64)
#142735
(20,39,53)
#0F1F2A
(15,31,42)
#0A171F
(10,23,31)
#050F14
(5,15,20)
#000000
(0,0,0)

Tints of #375F82

#375F82
(55,95,130)
#496D8D
(73,109,141)
#5B7B98
(91,123,152)
#6D89A3
(109,137,163)
#7F97AE
(127,151,174)
#91A5B9
(145,165,185)
#A3B3C4
(163,179,196)
#B5C1CF
(181,193,207)
#C7CFDA
(199,207,218)
#D9DDE5
(217,221,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375F82; }

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

This text font color is #375F82.


Background Color

.myBgColor { background-color: #375F82; }

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

This div background color is #375F82.


Border color

.myBorderColor { border: 1px solid #375F82; }

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

This div border color is #375F82.


Opacity

.myOpacity80 { color: #375F82; opacity: 0.8; }

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

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

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

This text has shadow with #375F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F82 on black background.


Color preview on white background

This text has color #375F82 on white background.



Black color preview on #375F82 background

This text has black color on #375F82 background.


White color preview on #375F82 background

This text has white color on #375F82 background.