COLOR #376D8F

HEX: #376D8F
RGB: (55,109,143)

Renk bilgisi

#376D8F contains mainly green and blue colors. #376D8F ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#376D8F color RGB value is (55,109,143).

  • kırmız ton 55;
  • yeşil ton 109;
  • mavi ton 143.
RGB:
(55,109,143)
(22%,43%,56%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 143 of 255 = 56%

55
109
143

R + G + B ~ 40%. #376D8F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 143 = 307 (100%)
R 55 of 307 ~ 17.92%
G 109 of 307 ~ 35.5%
B 143 of 307 ~ 46.58%

%17.92
%35.5
%46.58

CMYK RENK MODELİ

#376D8F rengi CMYK tonu (62,24,0,44).

  • camgöbeği tonu 61.54%
  • eflatun tonu 23.78%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(62,24,0,44)
C62M24Y0K44 
(62%,24%,0%,44%)
(0.62/0.24/0.00/0.44)	

CMYK yüzdeleri

%61.54
%23.78
%0
%43.92

Codes

Color #376D8F in popluar color models

376D8F
RGB55109143
HSL203°44.44%38.82%
HSB/HSV203°61.54%56.08%
CMYK61.54%23.78%0.00%
43.92%

Color #376D8F in popluar number systems.

HEX376D8F
Decimal55109143
Binary110111110110110001111
Octal67155217

Shades and tints

Shades of #376D8F

#376D8F
(55,109,143)
#326482
(50,100,130)
#2D5B75
(45,91,117)
#285268
(40,82,104)
#23495B
(35,73,91)
#1E404E
(30,64,78)
#193741
(25,55,65)
#142E34
(20,46,52)
#0F2527
(15,37,39)
#0A1C1A
(10,28,26)
#05130D
(5,19,13)
#000000
(0,0,0)

Tints of #376D8F

#376D8F
(55,109,143)
#497A99
(73,122,153)
#5B87A3
(91,135,163)
#6D94AD
(109,148,173)
#7FA1B7
(127,161,183)
#91AEC1
(145,174,193)
#A3BBCB
(163,187,203)
#B5C8D5
(181,200,213)
#C7D5DF
(199,213,223)
#D9E2E9
(217,226,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D8F color. Also use rgb(55,109,143) instead hex code.

Text Font Color

.myTextColor { color: #376D8F; }

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

This text font color is #376D8F.


Background Color

.myBgColor { background-color: #376D8F; }

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

This div background color is #376D8F.


Border color

.myBorderColor { border: 1px solid #376D8F; }

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

This div border color is #376D8F.


Opacity

.myOpacity80 { color: #376D8F; opacity: 0.8; }

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

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

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

This text has shadow with #376D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D8F on black background.


Color preview on white background

This text has color #376D8F on white background.



Black color preview on #376D8F background

This text has black color on #376D8F background.


White color preview on #376D8F background

This text has white color on #376D8F background.