COLOR #376D47

HEX: #376D47
RGB: (55,109,71)

Renk bilgisi

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

RGB renk modeli

#376D47 color RGB value is (55,109,71).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 71 of 255 = 28%

55
109
71

R + G + B ~ 31%. #376D47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 71 = 235 (100%)
R 55 of 235 ~ 23.4%
G 109 of 235 ~ 46.38%
B 71 of 235 ~ 30.21%

%23.4
%46.38
%30.21

CMYK RENK MODELİ

#376D47 rengi CMYK tonu (50,0,35,57).

  • camgöbeği tonu 49.54%
  • eflatun tonu 0.00%
  • sarı tonu 34.86%
  • ana renk tonu 57.25%
CMYK:
(50,0,35,57)
C50M0Y35K57 
(50%,0%,35%,57%)
(0.50/0.00/0.35/0.57)	

CMYK yüzdeleri

%49.54
%0
%34.86
%57.25

Codes

Color #376D47 in popluar color models

376D47
RGB5510971
HSL138°32.93%32.16%
HSB/HSV138°49.54%42.75%
CMYK49.54%0.00%34.86%
57.25%

Color #376D47 in popluar number systems.

HEX376D47
Decimal5510971
Binary11011111011011000111
Octal67155107

Shades and tints

Shades of #376D47

#376D47
(55,109,71)
#326441
(50,100,65)
#2D5B3B
(45,91,59)
#285235
(40,82,53)
#23492F
(35,73,47)
#1E4029
(30,64,41)
#193723
(25,55,35)
#142E1D
(20,46,29)
#0F2517
(15,37,23)
#0A1C11
(10,28,17)
#05130B
(5,19,11)
#000000
(0,0,0)

Tints of #376D47

#376D47
(55,109,71)
#497A57
(73,122,87)
#5B8767
(91,135,103)
#6D9477
(109,148,119)
#7FA187
(127,161,135)
#91AE97
(145,174,151)
#A3BBA7
(163,187,167)
#B5C8B7
(181,200,183)
#C7D5C7
(199,213,199)
#D9E2D7
(217,226,215)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376D47; }

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

This text font color is #376D47.


Background Color

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

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

This div background color is #376D47.


Border color

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

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

This div border color is #376D47.


Opacity

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

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

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

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

This text has shadow with #376D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D47 on black background.


Color preview on white background

This text has color #376D47 on white background.



Black color preview on #376D47 background

This text has black color on #376D47 background.


White color preview on #376D47 background

This text has white color on #376D47 background.