COLOR #376075

HEX: #376075
RGB: (55,96,117)

Color info

#376075 contains mainly green and blue colors. Web safe color of #376075 is #336666 (or #366).

RGB color model

#376075 color RGB value is (55,96,117).

  • red value is 55;
  • green value is 96;
  • blue value is 117.
RGB:
(55,96,117)
(22%,38%,46%)

RGB channels and saturation

R 55 of 255 = 22%
G 96 of 255 = 38%
B 117 of 255 = 46%

55
96
117

R + G + B ~ 35%. #376075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 96 + 117 = 268 (100%)
R 55 of 268 ~ 20.52%
G 96 of 268 ~ 35.82%
B 117 of 268 ~ 43.66%

%20.52
%35.82
%43.66

CMYK color model

#376075 color CMYK value is (53,18,0,54).

  • cyan value is 52.99%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(53,18,0,54)
C53M18Y0K54 
(53%,18%,0%,54%)
(0.53/0.18/0.00/0.54)	

CMYK percentages

%52.99
%17.95
%0
%54.12

Codes

Color #376075 in popluar color models

376075
RGB5596117
HSL200°36.05%33.73%
HSB/HSV200°52.99%45.88%
CMYK52.99%17.95%0.00%
54.12%

Color #376075 in popluar number systems.

HEX376075
Decimal5596117
Binary11011111000001110101
Octal67140165

Shades and tints

Shades of #376075

#376075
(55,96,117)
#32586B
(50,88,107)
#2D5061
(45,80,97)
#284857
(40,72,87)
#23404D
(35,64,77)
#1E3843
(30,56,67)
#193039
(25,48,57)
#14282F
(20,40,47)
#0F2025
(15,32,37)
#0A181B
(10,24,27)
#051011
(5,16,17)
#000000
(0,0,0)

Tints of #376075

#376075
(55,96,117)
#496E81
(73,110,129)
#5B7C8D
(91,124,141)
#6D8A99
(109,138,153)
#7F98A5
(127,152,165)
#91A6B1
(145,166,177)
#A3B4BD
(163,180,189)
#B5C2C9
(181,194,201)
#C7D0D5
(199,208,213)
#D9DEE1
(217,222,225)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376075 color. Also use rgb(55,96,117) instead hex code.

Text Font Color

.myTextColor { color: #376075; }

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

This text font color is #376075.


Background Color

.myBgColor { background-color: #376075; }

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

This div background color is #376075.


Border color

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

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

This div border color is #376075.


Opacity

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

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

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

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

This text has shadow with #376075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376075 on black background.


Color preview on white background

This text has color #376075 on white background.



Black color preview on #376075 background

This text has black color on #376075 background.


White color preview on #376075 background

This text has white color on #376075 background.