COLOR #376B37

HEX: #376B37
RGB: (55,107,55)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

55
107
55

R + G + B ~ 29%. #376B37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 55 = 217 (100%)
R 55 of 217 ~ 25.35%
G 107 of 217 ~ 49.31%
B 55 of 217 ~ 25.35%

%25.35
%49.31
%25.35

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%48.6
%0
%48.6
%58.04

Codes

Color #376B37 in popluar color models

376B37
RGB5510755
HSL120°32.10%31.76%
HSB/HSV120°48.60%41.96%
CMYK48.60%0.00%48.60%
58.04%

Color #376B37 in popluar number systems.

HEX376B37
Decimal5510755
Binary1101111101011110111
Octal6715367

Shades and tints

Shades of #376B37

#376B37
(55,107,55)
#326232
(50,98,50)
#2D592D
(45,89,45)
#285028
(40,80,40)
#234723
(35,71,35)
#1E3E1E
(30,62,30)
#193519
(25,53,25)
#142C14
(20,44,20)
#0F230F
(15,35,15)
#0A1A0A
(10,26,10)
#051105
(5,17,5)
#000000
(0,0,0)

Tints of #376B37

#376B37
(55,107,55)
#497849
(73,120,73)
#5B855B
(91,133,91)
#6D926D
(109,146,109)
#7F9F7F
(127,159,127)
#91AC91
(145,172,145)
#A3B9A3
(163,185,163)
#B5C6B5
(181,198,181)
#C7D3C7
(199,211,199)
#D9E0D9
(217,224,217)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B37; }

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

This text font color is #376B37.


Background Color

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

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

This div background color is #376B37.


Border color

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

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

This div border color is #376B37.


Opacity

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

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

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

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

This text has shadow with #376B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B37 on black background.


Color preview on white background

This text has color #376B37 on white background.



Black color preview on #376B37 background

This text has black color on #376B37 background.


White color preview on #376B37 background

This text has white color on #376B37 background.