COLOR #376D6B

HEX: #376D6B
RGB: (55,109,107)

Renk bilgisi

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

RGB renk modeli

#376D6B color RGB value is (55,109,107).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 107 of 255 = 42%

55
109
107

R + G + B ~ 36%. #376D6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 107 = 271 (100%)
R 55 of 271 ~ 20.3%
G 109 of 271 ~ 40.22%
B 107 of 271 ~ 39.48%

%20.3
%40.22
%39.48

CMYK RENK MODELİ

#376D6B rengi CMYK tonu (50,0,2,57).

  • camgöbeği tonu 49.54%
  • eflatun tonu 0.00%
  • sarı tonu 1.83%
  • ana renk tonu 57.25%
CMYK:
(50,0,2,57)
C50M0Y2K57 
(50%,0%,2%,57%)
(0.50/0.00/0.02/0.57)	

CMYK yüzdeleri

%49.54
%0
%1.83
%57.25

Codes

Color #376D6B in popluar color models

376D6B
RGB55109107
HSL178°32.93%32.16%
HSB/HSV178°49.54%42.75%
CMYK49.54%0.00%1.83%
57.25%

Color #376D6B in popluar number systems.

HEX376D6B
Decimal55109107
Binary11011111011011101011
Octal67155153

Shades and tints

Shades of #376D6B

#376D6B
(55,109,107)
#326462
(50,100,98)
#2D5B59
(45,91,89)
#285250
(40,82,80)
#234947
(35,73,71)
#1E403E
(30,64,62)
#193735
(25,55,53)
#142E2C
(20,46,44)
#0F2523
(15,37,35)
#0A1C1A
(10,28,26)
#051311
(5,19,17)
#000000
(0,0,0)

Tints of #376D6B

#376D6B
(55,109,107)
#497A78
(73,122,120)
#5B8785
(91,135,133)
#6D9492
(109,148,146)
#7FA19F
(127,161,159)
#91AEAC
(145,174,172)
#A3BBB9
(163,187,185)
#B5C8C6
(181,200,198)
#C7D5D3
(199,213,211)
#D9E2E0
(217,226,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376D6B; }

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

This text font color is #376D6B.


Background Color

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

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

This div background color is #376D6B.


Border color

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

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

This div border color is #376D6B.


Opacity

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

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

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

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

This text has shadow with #376D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D6B on black background.


Color preview on white background

This text has color #376D6B on white background.



Black color preview on #376D6B background

This text has black color on #376D6B background.


White color preview on #376D6B background

This text has white color on #376D6B background.