COLOR #376C4F

HEX: #376C4F
RGB: (55,108,79)

Renk bilgisi

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

RGB renk modeli

#376C4F color RGB value is (55,108,79).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 108 of 255 = 42%
B 79 of 255 = 31%

55
108
79

R + G + B ~ 32%. #376C4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 108 + 79 = 242 (100%)
R 55 of 242 ~ 22.73%
G 108 of 242 ~ 44.63%
B 79 of 242 ~ 32.64%

%22.73
%44.63
%32.64

CMYK RENK MODELİ

#376C4F rengi CMYK tonu (49,0,27,58).

  • camgöbeği tonu 49.07%
  • eflatun tonu 0.00%
  • sarı tonu 26.85%
  • ana renk tonu 57.65%
CMYK:
(49,0,27,58)
C49M0Y27K58 
(49%,0%,27%,58%)
(0.49/0.00/0.27/0.58)	

CMYK yüzdeleri

%49.07
%0
%26.85
%57.65

Codes

Color #376C4F in popluar color models

376C4F
RGB5510879
HSL147°32.52%31.96%
HSB/HSV147°49.07%42.35%
CMYK49.07%0.00%26.85%
57.65%

Color #376C4F in popluar number systems.

HEX376C4F
Decimal5510879
Binary11011111011001001111
Octal67154117

Shades and tints

Shades of #376C4F

#376C4F
(55,108,79)
#326348
(50,99,72)
#2D5A41
(45,90,65)
#28513A
(40,81,58)
#234833
(35,72,51)
#1E3F2C
(30,63,44)
#193625
(25,54,37)
#142D1E
(20,45,30)
#0F2417
(15,36,23)
#0A1B10
(10,27,16)
#051209
(5,18,9)
#000000
(0,0,0)

Tints of #376C4F

#376C4F
(55,108,79)
#49795F
(73,121,95)
#5B866F
(91,134,111)
#6D937F
(109,147,127)
#7FA08F
(127,160,143)
#91AD9F
(145,173,159)
#A3BAAF
(163,186,175)
#B5C7BF
(181,199,191)
#C7D4CF
(199,212,207)
#D9E1DF
(217,225,223)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C4F; }

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

This text font color is #376C4F.


Background Color

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

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

This div background color is #376C4F.


Border color

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

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

This div border color is #376C4F.


Opacity

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

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

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

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

This text has shadow with #376C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C4F on black background.


Color preview on white background

This text has color #376C4F on white background.



Black color preview on #376C4F background

This text has black color on #376C4F background.


White color preview on #376C4F background

This text has white color on #376C4F background.