COLOR #376E83

HEX: #376E83
RGB: (55,110,131)

Renk bilgisi

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

RGB renk modeli

#376E83 color RGB value is (55,110,131).

  • kırmız ton 55;
  • yeşil ton 110;
  • mavi ton 131.
RGB:
(55,110,131)
(22%,43%,51%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 110 of 255 = 43%
B 131 of 255 = 51%

55
110
131

R + G + B ~ 39%. #376E83 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 110 + 131 = 296 (100%)
R 55 of 296 ~ 18.58%
G 110 of 296 ~ 37.16%
B 131 of 296 ~ 44.26%

%18.58
%37.16
%44.26

CMYK RENK MODELİ

#376E83 rengi CMYK tonu (58,16,0,49).

  • camgöbeği tonu 58.02%
  • eflatun tonu 16.03%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(58,16,0,49)
C58M16Y0K49 
(58%,16%,0%,49%)
(0.58/0.16/0.00/0.49)	

CMYK yüzdeleri

%58.02
%16.03
%0
%48.63

Codes

Color #376E83 in popluar color models

376E83
RGB55110131
HSL197°40.86%36.47%
HSB/HSV197°58.02%51.37%
CMYK58.02%16.03%0.00%
48.63%

Color #376E83 in popluar number systems.

HEX376E83
Decimal55110131
Binary110111110111010000011
Octal67156203

Shades and tints

Shades of #376E83

#376E83
(55,110,131)
#326478
(50,100,120)
#2D5A6D
(45,90,109)
#285062
(40,80,98)
#234657
(35,70,87)
#1E3C4C
(30,60,76)
#193241
(25,50,65)
#142836
(20,40,54)
#0F1E2B
(15,30,43)
#0A1420
(10,20,32)
#050A15
(5,10,21)
#000000
(0,0,0)

Tints of #376E83

#376E83
(55,110,131)
#497B8E
(73,123,142)
#5B8899
(91,136,153)
#6D95A4
(109,149,164)
#7FA2AF
(127,162,175)
#91AFBA
(145,175,186)
#A3BCC5
(163,188,197)
#B5C9D0
(181,201,208)
#C7D6DB
(199,214,219)
#D9E3E6
(217,227,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376E83 color. Also use rgb(55,110,131) instead hex code.

Text Font Color

.myTextColor { color: #376E83; }

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

This text font color is #376E83.


Background Color

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

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

This div background color is #376E83.


Border color

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

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

This div border color is #376E83.


Opacity

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

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

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

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

This text has shadow with #376E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E83 on black background.


Color preview on white background

This text has color #376E83 on white background.



Black color preview on #376E83 background

This text has black color on #376E83 background.


White color preview on #376E83 background

This text has white color on #376E83 background.