COLOR #376A7E

HEX: #376A7E
RGB: (55,106,126)

Renk bilgisi

#376A7E contains mainly green and blue colors. #376A7E ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#376A7E color RGB value is (55,106,126).

  • kırmız ton 55;
  • yeşil ton 106;
  • mavi ton 126.
RGB:
(55,106,126)
(22%,42%,49%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 106 of 255 = 42%
B 126 of 255 = 49%

55
106
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 106 + 126 = 287 (100%)
R 55 of 287 ~ 19.16%
G 106 of 287 ~ 36.93%
B 126 of 287 ~ 43.9%

%19.16
%36.93
%43.9

CMYK RENK MODELİ

#376A7E rengi CMYK tonu (56,16,0,51).

  • camgöbeği tonu 56.35%
  • eflatun tonu 15.87%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(56,16,0,51)
C56M16Y0K51 
(56%,16%,0%,51%)
(0.56/0.16/0.00/0.51)	

CMYK yüzdeleri

%56.35
%15.87
%0
%50.59

Codes

Color #376A7E in popluar color models

376A7E
RGB55106126
HSL197°39.23%35.49%
HSB/HSV197°56.35%49.41%
CMYK56.35%15.87%0.00%
50.59%

Color #376A7E in popluar number systems.

HEX376A7E
Decimal55106126
Binary11011111010101111110
Octal67152176

Shades and tints

Shades of #376A7E

#376A7E
(55,106,126)
#326173
(50,97,115)
#2D5868
(45,88,104)
#284F5D
(40,79,93)
#234652
(35,70,82)
#1E3D47
(30,61,71)
#19343C
(25,52,60)
#142B31
(20,43,49)
#0F2226
(15,34,38)
#0A191B
(10,25,27)
#051010
(5,16,16)
#000000
(0,0,0)

Tints of #376A7E

#376A7E
(55,106,126)
#497789
(73,119,137)
#5B8494
(91,132,148)
#6D919F
(109,145,159)
#7F9EAA
(127,158,170)
#91ABB5
(145,171,181)
#A3B8C0
(163,184,192)
#B5C5CB
(181,197,203)
#C7D2D6
(199,210,214)
#D9DFE1
(217,223,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376A7E color. Also use rgb(55,106,126) instead hex code.

Text Font Color

.myTextColor { color: #376A7E; }

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

This text font color is #376A7E.


Background Color

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

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

This div background color is #376A7E.


Border color

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

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

This div border color is #376A7E.


Opacity

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

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

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

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

This text has shadow with #376A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376A7E on black background.


Color preview on white background

This text has color #376A7E on white background.



Black color preview on #376A7E background

This text has black color on #376A7E background.


White color preview on #376A7E background

This text has white color on #376A7E background.