COLOR #376C3B

HEX: #376C3B
RGB: (55,108,59)

Renk bilgisi

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

RGB renk modeli

#376C3B color RGB value is (55,108,59).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 108 of 255 = 42%
B 59 of 255 = 23%

55
108
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 108 + 59 = 222 (100%)
R 55 of 222 ~ 24.77%
G 108 of 222 ~ 48.65%
B 59 of 222 ~ 26.58%

%24.77
%48.65
%26.58

CMYK RENK MODELİ

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

  • camgöbeği tonu 49.07%
  • eflatun tonu 0.00%
  • sarı tonu 45.37%
  • ana renk tonu 57.65%
CMYK:
(49,0,45,58)
C49M0Y45K58 
(49%,0%,45%,58%)
(0.49/0.00/0.45/0.58)	

CMYK yüzdeleri

%49.07
%0
%45.37
%57.65

Codes

Color #376C3B in popluar color models

376C3B
RGB5510859
HSL125°32.52%31.96%
HSB/HSV125°49.07%42.35%
CMYK49.07%0.00%45.37%
57.65%

Color #376C3B in popluar number systems.

HEX376C3B
Decimal5510859
Binary1101111101100111011
Octal6715473

Shades and tints

Shades of #376C3B

#376C3B
(55,108,59)
#326336
(50,99,54)
#2D5A31
(45,90,49)
#28512C
(40,81,44)
#234827
(35,72,39)
#1E3F22
(30,63,34)
#19361D
(25,54,29)
#142D18
(20,45,24)
#0F2413
(15,36,19)
#0A1B0E
(10,27,14)
#051209
(5,18,9)
#000000
(0,0,0)

Tints of #376C3B

#376C3B
(55,108,59)
#49794C
(73,121,76)
#5B865D
(91,134,93)
#6D936E
(109,147,110)
#7FA07F
(127,160,127)
#91AD90
(145,173,144)
#A3BAA1
(163,186,161)
#B5C7B2
(181,199,178)
#C7D4C3
(199,212,195)
#D9E1D4
(217,225,212)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376C3B; }

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

This text font color is #376C3B.


Background Color

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

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

This div background color is #376C3B.


Border color

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

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

This div border color is #376C3B.


Opacity

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

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

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

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

This text has shadow with #376C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C3B on black background.


Color preview on white background

This text has color #376C3B on white background.



Black color preview on #376C3B background

This text has black color on #376C3B background.


White color preview on #376C3B background

This text has white color on #376C3B background.