COLOR #376B7C

HEX: #376B7C
RGB: (55,107,124)

Renk bilgisi

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

RGB renk modeli

#376B7C color RGB value is (55,107,124).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 124 of 255 = 49%

55
107
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 124 = 286 (100%)
R 55 of 286 ~ 19.23%
G 107 of 286 ~ 37.41%
B 124 of 286 ~ 43.36%

%19.23
%37.41
%43.36

CMYK RENK MODELİ

#376B7C rengi CMYK tonu (56,14,0,51).

  • camgöbeği tonu 55.65%
  • eflatun tonu 13.71%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(56,14,0,51)
C56M14Y0K51 
(56%,14%,0%,51%)
(0.56/0.14/0.00/0.51)	

CMYK yüzdeleri

%55.65
%13.71
%0
%51.37

Codes

Color #376B7C in popluar color models

376B7C
RGB55107124
HSL195°38.55%35.10%
HSB/HSV195°55.65%48.63%
CMYK55.65%13.71%0.00%
51.37%

Color #376B7C in popluar number systems.

HEX376B7C
Decimal55107124
Binary11011111010111111100
Octal67153174

Shades and tints

Shades of #376B7C

#376B7C
(55,107,124)
#326271
(50,98,113)
#2D5966
(45,89,102)
#28505B
(40,80,91)
#234750
(35,71,80)
#1E3E45
(30,62,69)
#19353A
(25,53,58)
#142C2F
(20,44,47)
#0F2324
(15,35,36)
#0A1A19
(10,26,25)
#05110E
(5,17,14)
#000000
(0,0,0)

Tints of #376B7C

#376B7C
(55,107,124)
#497887
(73,120,135)
#5B8592
(91,133,146)
#6D929D
(109,146,157)
#7F9FA8
(127,159,168)
#91ACB3
(145,172,179)
#A3B9BE
(163,185,190)
#B5C6C9
(181,198,201)
#C7D3D4
(199,211,212)
#D9E0DF
(217,224,223)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B7C; }

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

This text font color is #376B7C.


Background Color

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

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

This div background color is #376B7C.


Border color

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

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

This div border color is #376B7C.


Opacity

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

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

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

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

This text has shadow with #376B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B7C on black background.


Color preview on white background

This text has color #376B7C on white background.



Black color preview on #376B7C background

This text has black color on #376B7C background.


White color preview on #376B7C background

This text has white color on #376B7C background.