COLOR #376F3C

HEX: #376F3C
RGB: (55,111,60)

Renk bilgisi

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

RGB renk modeli

#376F3C color RGB value is (55,111,60).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 60 of 255 = 24%

55
111
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 60 = 226 (100%)
R 55 of 226 ~ 24.34%
G 111 of 226 ~ 49.12%
B 60 of 226 ~ 26.55%

%24.34
%49.12
%26.55

CMYK RENK MODELİ

#376F3C rengi CMYK tonu (50,0,46,56).

  • camgöbeği tonu 50.45%
  • eflatun tonu 0.00%
  • sarı tonu 45.95%
  • ana renk tonu 56.47%
CMYK:
(50,0,46,56)
C50M0Y46K56 
(50%,0%,46%,56%)
(0.50/0.00/0.46/0.56)	

CMYK yüzdeleri

%50.45
%0
%45.95
%56.47

Codes

Color #376F3C in popluar color models

376F3C
RGB5511160
HSL125°33.73%32.55%
HSB/HSV125°50.45%43.53%
CMYK50.45%0.00%45.95%
56.47%

Color #376F3C in popluar number systems.

HEX376F3C
Decimal5511160
Binary1101111101111111100
Octal6715774

Shades and tints

Shades of #376F3C

#376F3C
(55,111,60)
#326537
(50,101,55)
#2D5B32
(45,91,50)
#28512D
(40,81,45)
#234728
(35,71,40)
#1E3D23
(30,61,35)
#19331E
(25,51,30)
#142919
(20,41,25)
#0F1F14
(15,31,20)
#0A150F
(10,21,15)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #376F3C

#376F3C
(55,111,60)
#497C4D
(73,124,77)
#5B895E
(91,137,94)
#6D966F
(109,150,111)
#7FA380
(127,163,128)
#91B091
(145,176,145)
#A3BDA2
(163,189,162)
#B5CAB3
(181,202,179)
#C7D7C4
(199,215,196)
#D9E4D5
(217,228,213)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376F3C; }

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

This text font color is #376F3C.


Background Color

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

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

This div background color is #376F3C.


Border color

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

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

This div border color is #376F3C.


Opacity

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

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

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

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

This text has shadow with #376F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F3C on black background.


Color preview on white background

This text has color #376F3C on white background.



Black color preview on #376F3C background

This text has black color on #376F3C background.


White color preview on #376F3C background

This text has white color on #376F3C background.