COLOR #376C6B

HEX: #376C6B
RGB: (55,108,107)

Renk bilgisi

#376C6B contains red, green and blue colors in about the same proportion. #376C6B ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#376C6B color RGB value is (55,108,107).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 108 of 255 = 42%
B 107 of 255 = 42%

55
108
107

R + G + B ~ 35%. #376C6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 108 + 107 = 270 (100%)
R 55 of 270 ~ 20.37%
G 108 of 270 ~ 40%
B 107 of 270 ~ 39.63%

%20.37
%40
%39.63

CMYK RENK MODELİ

#376C6B rengi CMYK tonu (49,0,1,58).

  • camgöbeği tonu 49.07%
  • eflatun tonu 0.00%
  • sarı tonu 0.93%
  • ana renk tonu 57.65%
CMYK:
(49,0,1,58)
C49M0Y1K58 
(49%,0%,1%,58%)
(0.49/0.00/0.01/0.58)	

CMYK yüzdeleri

%49.07
%0
%0.93
%57.65

Codes

Color #376C6B in popluar color models

376C6B
RGB55108107
HSL179°32.52%31.96%
HSB/HSV179°49.07%42.35%
CMYK49.07%0.00%0.93%
57.65%

Color #376C6B in popluar number systems.

HEX376C6B
Decimal55108107
Binary11011111011001101011
Octal67154153

Shades and tints

Shades of #376C6B

#376C6B
(55,108,107)
#326362
(50,99,98)
#2D5A59
(45,90,89)
#285150
(40,81,80)
#234847
(35,72,71)
#1E3F3E
(30,63,62)
#193635
(25,54,53)
#142D2C
(20,45,44)
#0F2423
(15,36,35)
#0A1B1A
(10,27,26)
#051211
(5,18,17)
#000000
(0,0,0)

Tints of #376C6B

#376C6B
(55,108,107)
#497978
(73,121,120)
#5B8685
(91,134,133)
#6D9392
(109,147,146)
#7FA09F
(127,160,159)
#91ADAC
(145,173,172)
#A3BAB9
(163,186,185)
#B5C7C6
(181,199,198)
#C7D4D3
(199,212,211)
#D9E1E0
(217,225,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C6B; }

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

This text font color is #376C6B.


Background Color

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

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

This div background color is #376C6B.


Border color

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

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

This div border color is #376C6B.


Opacity

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

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

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

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

This text has shadow with #376C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C6B on black background.


Color preview on white background

This text has color #376C6B on white background.



Black color preview on #376C6B background

This text has black color on #376C6B background.


White color preview on #376C6B background

This text has white color on #376C6B background.