COLOR #376913

HEX: #376913
RGB: (55,105,19)

Renk bilgisi

#376913 contains mainly red and green colors. #376913 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#376913 color RGB value is (55,105,19).

  • kırmız ton 55;
  • yeşil ton 105;
  • mavi ton 19.
RGB:
(55,105,19)
(22%,41%,7%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 105 of 255 = 41%
B 19 of 255 = 7%

55
105
19

R + G + B ~ 23%. #376913 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 105 + 19 = 179 (100%)
R 55 of 179 ~ 30.73%
G 105 of 179 ~ 58.66%
B 19 of 179 ~ 10.61%

%30.73
%58.66
%10.61

CMYK RENK MODELİ

#376913 rengi CMYK tonu (48,0,82,59).

  • camgöbeği tonu 47.62%
  • eflatun tonu 0.00%
  • sarı tonu 81.90%
  • ana renk tonu 58.82%
CMYK:
(48,0,82,59)
C48M0Y82K59 
(48%,0%,82%,59%)
(0.48/0.00/0.82/0.59)	

CMYK yüzdeleri

%47.62
%0
%81.9
%58.82

Codes

Color #376913 in popluar color models

376913
RGB5510519
HSL95°69.35%24.31%
HSB/HSV95°81.90%41.18%
CMYK47.62%0.00%81.90%
58.82%

Color #376913 in popluar number systems.

HEX376913
Decimal5510519
Binary110111110100110011
Octal6715123

Shades and tints

Shades of #376913

#376913
(55,105,19)
#326012
(50,96,18)
#2D5711
(45,87,17)
#284E10
(40,78,16)
#23450F
(35,69,15)
#1E3C0E
(30,60,14)
#19330D
(25,51,13)
#142A0C
(20,42,12)
#0F210B
(15,33,11)
#0A180A
(10,24,10)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #376913

#376913
(55,105,19)
#497628
(73,118,40)
#5B833D
(91,131,61)
#6D9052
(109,144,82)
#7F9D67
(127,157,103)
#91AA7C
(145,170,124)
#A3B791
(163,183,145)
#B5C4A6
(181,196,166)
#C7D1BB
(199,209,187)
#D9DED0
(217,222,208)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376913 color. Also use rgb(55,105,19) instead hex code.

Text Font Color

.myTextColor { color: #376913; }

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

This text font color is #376913.


Background Color

.myBgColor { background-color: #376913; }

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

This div background color is #376913.


Border color

.myBorderColor { border: 1px solid #376913; }

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

This div border color is #376913.


Opacity

.myOpacity80 { color: #376913; opacity: 0.8; }

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

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

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

This text has shadow with #376913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376913 on black background.


Color preview on white background

This text has color #376913 on white background.



Black color preview on #376913 background

This text has black color on #376913 background.


White color preview on #376913 background

This text has white color on #376913 background.