COLOR #376B2C

HEX: #376B2C
RGB: (55,107,44)

Renk bilgisi

#376B2C contains mainly red and green colors. #376B2C ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#376B2C color RGB value is (55,107,44).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 44 of 255 = 17%

55
107
44

R + G + B ~ 27%. #376B2C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 44 = 206 (100%)
R 55 of 206 ~ 26.7%
G 107 of 206 ~ 51.94%
B 44 of 206 ~ 21.36%

%26.7
%51.94
%21.36

CMYK RENK MODELİ

#376B2C rengi CMYK tonu (49,0,59,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 58.88%
  • ana renk tonu 58.04%
CMYK:
(49,0,59,58)
C49M0Y59K58 
(49%,0%,59%,58%)
(0.49/0.00/0.59/0.58)	

CMYK yüzdeleri

%48.6
%0
%58.88
%58.04

Codes

Color #376B2C in popluar color models

376B2C
RGB5510744
HSL110°41.72%29.61%
HSB/HSV110°58.88%41.96%
CMYK48.60%0.00%58.88%
58.04%

Color #376B2C in popluar number systems.

HEX376B2C
Decimal5510744
Binary1101111101011101100
Octal6715354

Shades and tints

Shades of #376B2C

#376B2C
(55,107,44)
#326228
(50,98,40)
#2D5924
(45,89,36)
#285020
(40,80,32)
#23471C
(35,71,28)
#1E3E18
(30,62,24)
#193514
(25,53,20)
#142C10
(20,44,16)
#0F230C
(15,35,12)
#0A1A08
(10,26,8)
#051104
(5,17,4)
#000000
(0,0,0)

Tints of #376B2C

#376B2C
(55,107,44)
#49783F
(73,120,63)
#5B8552
(91,133,82)
#6D9265
(109,146,101)
#7F9F78
(127,159,120)
#91AC8B
(145,172,139)
#A3B99E
(163,185,158)
#B5C6B1
(181,198,177)
#C7D3C4
(199,211,196)
#D9E0D7
(217,224,215)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B2C; }

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

This text font color is #376B2C.


Background Color

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

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

This div background color is #376B2C.


Border color

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

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

This div border color is #376B2C.


Opacity

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

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

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

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

This text has shadow with #376B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B2C on black background.


Color preview on white background

This text has color #376B2C on white background.



Black color preview on #376B2C background

This text has black color on #376B2C background.


White color preview on #376B2C background

This text has white color on #376B2C background.