COLOR #376D82

HEX: #376D82
RGB: (55,109,130)

Renk bilgisi

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

RGB renk modeli

#376D82 color RGB value is (55,109,130).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 130 of 255 = 51%

55
109
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 130 = 294 (100%)
R 55 of 294 ~ 18.71%
G 109 of 294 ~ 37.07%
B 130 of 294 ~ 44.22%

%18.71
%37.07
%44.22

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%57.69
%16.15
%0
%49.02

Codes

Color #376D82 in popluar color models

376D82
RGB55109130
HSL197°40.54%36.27%
HSB/HSV197°57.69%50.98%
CMYK57.69%16.15%0.00%
49.02%

Color #376D82 in popluar number systems.

HEX376D82
Decimal55109130
Binary110111110110110000010
Octal67155202

Shades and tints

Shades of #376D82

#376D82
(55,109,130)
#326477
(50,100,119)
#2D5B6C
(45,91,108)
#285261
(40,82,97)
#234956
(35,73,86)
#1E404B
(30,64,75)
#193740
(25,55,64)
#142E35
(20,46,53)
#0F252A
(15,37,42)
#0A1C1F
(10,28,31)
#051314
(5,19,20)
#000000
(0,0,0)

Tints of #376D82

#376D82
(55,109,130)
#497A8D
(73,122,141)
#5B8798
(91,135,152)
#6D94A3
(109,148,163)
#7FA1AE
(127,161,174)
#91AEB9
(145,174,185)
#A3BBC4
(163,187,196)
#B5C8CF
(181,200,207)
#C7D5DA
(199,213,218)
#D9E2E5
(217,226,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376D82; }

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

This text font color is #376D82.


Background Color

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

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

This div background color is #376D82.


Border color

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

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

This div border color is #376D82.


Opacity

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

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

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

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

This text has shadow with #376D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D82 on black background.


Color preview on white background

This text has color #376D82 on white background.



Black color preview on #376D82 background

This text has black color on #376D82 background.


White color preview on #376D82 background

This text has white color on #376D82 background.