COLOR #376E3C

HEX: #376E3C
RGB: (55,110,60)

Renk bilgisi

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

RGB renk modeli

#376E3C color RGB value is (55,110,60).

  • kırmız ton 55;
  • yeşil ton 110;
  • mavi ton 60.
RGB:
(55,110,60)
(22%,43%,24%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 110 of 255 = 43%
B 60 of 255 = 24%

55
110
60

R + G + B ~ 30%. #376E3C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 110 + 60 = 225 (100%)
R 55 of 225 ~ 24.44%
G 110 of 225 ~ 48.89%
B 60 of 225 ~ 26.67%

%24.44
%48.89
%26.67

CMYK RENK MODELİ

#376E3C rengi CMYK tonu (50,0,45,57).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 45.45%
  • ana renk tonu 56.86%
CMYK:
(50,0,45,57)
C50M0Y45K57 
(50%,0%,45%,57%)
(0.50/0.00/0.45/0.57)	

CMYK yüzdeleri

%50
%0
%45.45
%56.86

Codes

Color #376E3C in popluar color models

376E3C
RGB5511060
HSL125°33.33%32.35%
HSB/HSV125°50.00%43.14%
CMYK50.00%0.00%45.45%
56.86%

Color #376E3C in popluar number systems.

HEX376E3C
Decimal5511060
Binary1101111101110111100
Octal6715674

Shades and tints

Shades of #376E3C

#376E3C
(55,110,60)
#326437
(50,100,55)
#2D5A32
(45,90,50)
#28502D
(40,80,45)
#234628
(35,70,40)
#1E3C23
(30,60,35)
#19321E
(25,50,30)
#142819
(20,40,25)
#0F1E14
(15,30,20)
#0A140F
(10,20,15)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #376E3C

#376E3C
(55,110,60)
#497B4D
(73,123,77)
#5B885E
(91,136,94)
#6D956F
(109,149,111)
#7FA280
(127,162,128)
#91AF91
(145,175,145)
#A3BCA2
(163,188,162)
#B5C9B3
(181,201,179)
#C7D6C4
(199,214,196)
#D9E3D5
(217,227,213)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376E3C; }

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

This text font color is #376E3C.


Background Color

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

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

This div background color is #376E3C.


Border color

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

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

This div border color is #376E3C.


Opacity

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

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

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

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

This text has shadow with #376E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E3C on black background.


Color preview on white background

This text has color #376E3C on white background.



Black color preview on #376E3C background

This text has black color on #376E3C background.


White color preview on #376E3C background

This text has white color on #376E3C background.