COLOR #376C77

HEX: #376C77
RGB: (55,108,119)

Renk bilgisi

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

RGB renk modeli

#376C77 color RGB value is (55,108,119).

  • kırmız ton 55;
  • yeşil ton 108;
  • mavi ton 119.
RGB:
(55,108,119)
(22%,42%,47%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 108 of 255 = 42%
B 119 of 255 = 47%

55
108
119

R + G + B ~ 37%. #376C77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 108 + 119 = 282 (100%)
R 55 of 282 ~ 19.5%
G 108 of 282 ~ 38.3%
B 119 of 282 ~ 42.2%

%19.5
%38.3
%42.2

CMYK RENK MODELİ

#376C77 rengi CMYK tonu (54,9,0,53).

  • camgöbeği tonu 53.78%
  • eflatun tonu 9.24%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(54,9,0,53)
C54M9Y0K53 
(54%,9%,0%,53%)
(0.54/0.09/0.00/0.53)	

CMYK yüzdeleri

%53.78
%9.24
%0
%53.33

Codes

Color #376C77 in popluar color models

376C77
RGB55108119
HSL190°36.78%34.12%
HSB/HSV190°53.78%46.67%
CMYK53.78%9.24%0.00%
53.33%

Color #376C77 in popluar number systems.

HEX376C77
Decimal55108119
Binary11011111011001110111
Octal67154167

Shades and tints

Shades of #376C77

#376C77
(55,108,119)
#32636D
(50,99,109)
#2D5A63
(45,90,99)
#285159
(40,81,89)
#23484F
(35,72,79)
#1E3F45
(30,63,69)
#19363B
(25,54,59)
#142D31
(20,45,49)
#0F2427
(15,36,39)
#0A1B1D
(10,27,29)
#051213
(5,18,19)
#000000
(0,0,0)

Tints of #376C77

#376C77
(55,108,119)
#497983
(73,121,131)
#5B868F
(91,134,143)
#6D939B
(109,147,155)
#7FA0A7
(127,160,167)
#91ADB3
(145,173,179)
#A3BABF
(163,186,191)
#B5C7CB
(181,199,203)
#C7D4D7
(199,212,215)
#D9E1E3
(217,225,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376C77 color. Also use rgb(55,108,119) instead hex code.

Text Font Color

.myTextColor { color: #376C77; }

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

This text font color is #376C77.


Background Color

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

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

This div background color is #376C77.


Border color

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

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

This div border color is #376C77.


Opacity

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

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

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

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

This text has shadow with #376C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C77 on black background.


Color preview on white background

This text has color #376C77 on white background.



Black color preview on #376C77 background

This text has black color on #376C77 background.


White color preview on #376C77 background

This text has white color on #376C77 background.