COLOR #376961

HEX: #376961
RGB: (55,105,97)

Renk bilgisi

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

RGB renk modeli

#376961 color RGB value is (55,105,97).

  • kırmız ton 55;
  • yeşil ton 105;
  • mavi ton 97.
RGB:
(55,105,97)
(22%,41%,38%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 105 of 255 = 41%
B 97 of 255 = 38%

55
105
97

R + G + B ~ 34%. #376961 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 105 + 97 = 257 (100%)
R 55 of 257 ~ 21.4%
G 105 of 257 ~ 40.86%
B 97 of 257 ~ 37.74%

%21.4
%40.86
%37.74

CMYK RENK MODELİ

#376961 rengi CMYK tonu (48,0,8,59).

  • camgöbeği tonu 47.62%
  • eflatun tonu 0.00%
  • sarı tonu 7.62%
  • ana renk tonu 58.82%
CMYK:
(48,0,8,59)
C48M0Y8K59 
(48%,0%,8%,59%)
(0.48/0.00/0.08/0.59)	

CMYK yüzdeleri

%47.62
%0
%7.62
%58.82

Codes

Color #376961 in popluar color models

376961
RGB5510597
HSL170°31.25%31.37%
HSB/HSV170°47.62%41.18%
CMYK47.62%0.00%7.62%
58.82%

Color #376961 in popluar number systems.

HEX376961
Decimal5510597
Binary11011111010011100001
Octal67151141

Shades and tints

Shades of #376961

#376961
(55,105,97)
#326059
(50,96,89)
#2D5751
(45,87,81)
#284E49
(40,78,73)
#234541
(35,69,65)
#1E3C39
(30,60,57)
#193331
(25,51,49)
#142A29
(20,42,41)
#0F2121
(15,33,33)
#0A1819
(10,24,25)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #376961

#376961
(55,105,97)
#49766F
(73,118,111)
#5B837D
(91,131,125)
#6D908B
(109,144,139)
#7F9D99
(127,157,153)
#91AAA7
(145,170,167)
#A3B7B5
(163,183,181)
#B5C4C3
(181,196,195)
#C7D1D1
(199,209,209)
#D9DEDF
(217,222,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376961 color. Also use rgb(55,105,97) instead hex code.

Text Font Color

.myTextColor { color: #376961; }

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

This text font color is #376961.


Background Color

.myBgColor { background-color: #376961; }

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

This div background color is #376961.


Border color

.myBorderColor { border: 1px solid #376961; }

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

This div border color is #376961.


Opacity

.myOpacity80 { color: #376961; opacity: 0.8; }

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

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

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

This text has shadow with #376961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376961 on black background.


Color preview on white background

This text has color #376961 on white background.



Black color preview on #376961 background

This text has black color on #376961 background.


White color preview on #376961 background

This text has white color on #376961 background.