COLOR #376B81

HEX: #376B81
RGB: (55,107,129)

Renk bilgisi

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

RGB renk modeli

#376B81 color RGB value is (55,107,129).

  • kırmız ton 55;
  • yeşil ton 107;
  • mavi ton 129.
RGB:
(55,107,129)
(22%,42%,51%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 129 of 255 = 51%

55
107
129

R + G + B ~ 38%. #376B81 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 129 = 291 (100%)
R 55 of 291 ~ 18.9%
G 107 of 291 ~ 36.77%
B 129 of 291 ~ 44.33%

%18.9
%36.77
%44.33

CMYK RENK MODELİ

#376B81 rengi CMYK tonu (57,17,0,49).

  • camgöbeği tonu 57.36%
  • eflatun tonu 17.05%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(57,17,0,49)
C57M17Y0K49 
(57%,17%,0%,49%)
(0.57/0.17/0.00/0.49)	

CMYK yüzdeleri

%57.36
%17.05
%0
%49.41

Codes

Color #376B81 in popluar color models

376B81
RGB55107129
HSL198°40.22%36.08%
HSB/HSV198°57.36%50.59%
CMYK57.36%17.05%0.00%
49.41%

Color #376B81 in popluar number systems.

HEX376B81
Decimal55107129
Binary110111110101110000001
Octal67153201

Shades and tints

Shades of #376B81

#376B81
(55,107,129)
#326276
(50,98,118)
#2D596B
(45,89,107)
#285060
(40,80,96)
#234755
(35,71,85)
#1E3E4A
(30,62,74)
#19353F
(25,53,63)
#142C34
(20,44,52)
#0F2329
(15,35,41)
#0A1A1E
(10,26,30)
#051113
(5,17,19)
#000000
(0,0,0)

Tints of #376B81

#376B81
(55,107,129)
#49788C
(73,120,140)
#5B8597
(91,133,151)
#6D92A2
(109,146,162)
#7F9FAD
(127,159,173)
#91ACB8
(145,172,184)
#A3B9C3
(163,185,195)
#B5C6CE
(181,198,206)
#C7D3D9
(199,211,217)
#D9E0E4
(217,224,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376B81 color. Also use rgb(55,107,129) instead hex code.

Text Font Color

.myTextColor { color: #376B81; }

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

This text font color is #376B81.


Background Color

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

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

This div background color is #376B81.


Border color

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

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

This div border color is #376B81.


Opacity

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

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

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

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

This text has shadow with #376B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B81 on black background.


Color preview on white background

This text has color #376B81 on white background.



Black color preview on #376B81 background

This text has black color on #376B81 background.


White color preview on #376B81 background

This text has white color on #376B81 background.