COLOR #376B56

HEX: #376B56
RGB: (55,107,86)

Renk bilgisi

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

RGB renk modeli

#376B56 color RGB value is (55,107,86).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 86 of 255 = 34%

55
107
86

R + G + B ~ 33%. #376B56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 86 = 248 (100%)
R 55 of 248 ~ 22.18%
G 107 of 248 ~ 43.15%
B 86 of 248 ~ 34.68%

%22.18
%43.15
%34.68

CMYK RENK MODELİ

#376B56 rengi CMYK tonu (49,0,20,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 19.63%
  • ana renk tonu 58.04%
CMYK:
(49,0,20,58)
C49M0Y20K58 
(49%,0%,20%,58%)
(0.49/0.00/0.20/0.58)	

CMYK yüzdeleri

%48.6
%0
%19.63
%58.04

Codes

Color #376B56 in popluar color models

376B56
RGB5510786
HSL156°32.10%31.76%
HSB/HSV156°48.60%41.96%
CMYK48.60%0.00%19.63%
58.04%

Color #376B56 in popluar number systems.

HEX376B56
Decimal5510786
Binary11011111010111010110
Octal67153126

Shades and tints

Shades of #376B56

#376B56
(55,107,86)
#32624F
(50,98,79)
#2D5948
(45,89,72)
#285041
(40,80,65)
#23473A
(35,71,58)
#1E3E33
(30,62,51)
#19352C
(25,53,44)
#142C25
(20,44,37)
#0F231E
(15,35,30)
#0A1A17
(10,26,23)
#051110
(5,17,16)
#000000
(0,0,0)

Tints of #376B56

#376B56
(55,107,86)
#497865
(73,120,101)
#5B8574
(91,133,116)
#6D9283
(109,146,131)
#7F9F92
(127,159,146)
#91ACA1
(145,172,161)
#A3B9B0
(163,185,176)
#B5C6BF
(181,198,191)
#C7D3CE
(199,211,206)
#D9E0DD
(217,224,221)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B56; }

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

This text font color is #376B56.


Background Color

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

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

This div background color is #376B56.


Border color

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

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

This div border color is #376B56.


Opacity

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

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

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

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

This text has shadow with #376B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B56 on black background.


Color preview on white background

This text has color #376B56 on white background.



Black color preview on #376B56 background

This text has black color on #376B56 background.


White color preview on #376B56 background

This text has white color on #376B56 background.