COLOR #376F50

HEX: #376F50
RGB: (55,111,80)

Renk bilgisi

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

RGB renk modeli

#376F50 color RGB value is (55,111,80).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 80 of 255 = 31%

55
111
80

R + G + B ~ 32%. #376F50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 80 = 246 (100%)
R 55 of 246 ~ 22.36%
G 111 of 246 ~ 45.12%
B 80 of 246 ~ 32.52%

%22.36
%45.12
%32.52

CMYK RENK MODELİ

#376F50 rengi CMYK tonu (50,0,28,56).

  • camgöbeği tonu 50.45%
  • eflatun tonu 0.00%
  • sarı tonu 27.93%
  • ana renk tonu 56.47%
CMYK:
(50,0,28,56)
C50M0Y28K56 
(50%,0%,28%,56%)
(0.50/0.00/0.28/0.56)	

CMYK yüzdeleri

%50.45
%0
%27.93
%56.47

Codes

Color #376F50 in popluar color models

376F50
RGB5511180
HSL147°33.73%32.55%
HSB/HSV147°50.45%43.53%
CMYK50.45%0.00%27.93%
56.47%

Color #376F50 in popluar number systems.

HEX376F50
Decimal5511180
Binary11011111011111010000
Octal67157120

Shades and tints

Shades of #376F50

#376F50
(55,111,80)
#326549
(50,101,73)
#2D5B42
(45,91,66)
#28513B
(40,81,59)
#234734
(35,71,52)
#1E3D2D
(30,61,45)
#193326
(25,51,38)
#14291F
(20,41,31)
#0F1F18
(15,31,24)
#0A1511
(10,21,17)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #376F50

#376F50
(55,111,80)
#497C5F
(73,124,95)
#5B896E
(91,137,110)
#6D967D
(109,150,125)
#7FA38C
(127,163,140)
#91B09B
(145,176,155)
#A3BDAA
(163,189,170)
#B5CAB9
(181,202,185)
#C7D7C8
(199,215,200)
#D9E4D7
(217,228,215)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376F50; }

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

This text font color is #376F50.


Background Color

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

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

This div background color is #376F50.


Border color

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

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

This div border color is #376F50.


Opacity

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

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

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

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

This text has shadow with #376F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F50 on black background.


Color preview on white background

This text has color #376F50 on white background.



Black color preview on #376F50 background

This text has black color on #376F50 background.


White color preview on #376F50 background

This text has white color on #376F50 background.