COLOR #376E59

HEX: #376E59
RGB: (55,110,89)

Renk bilgisi

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

RGB renk modeli

#376E59 color RGB value is (55,110,89).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 110 of 255 = 43%
B 89 of 255 = 35%

55
110
89

R + G + B ~ 33%. #376E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 110 + 89 = 254 (100%)
R 55 of 254 ~ 21.65%
G 110 of 254 ~ 43.31%
B 89 of 254 ~ 35.04%

%21.65
%43.31
%35.04

CMYK RENK MODELİ

#376E59 rengi CMYK tonu (50,0,19,57).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(50,0,19,57)
C50M0Y19K57 
(50%,0%,19%,57%)
(0.50/0.00/0.19/0.57)	

CMYK yüzdeleri

%50
%0
%19.09
%56.86

Codes

Color #376E59 in popluar color models

376E59
RGB5511089
HSL157°33.33%32.35%
HSB/HSV157°50.00%43.14%
CMYK50.00%0.00%19.09%
56.86%

Color #376E59 in popluar number systems.

HEX376E59
Decimal5511089
Binary11011111011101011001
Octal67156131

Shades and tints

Shades of #376E59

#376E59
(55,110,89)
#326451
(50,100,81)
#2D5A49
(45,90,73)
#285041
(40,80,65)
#234639
(35,70,57)
#1E3C31
(30,60,49)
#193229
(25,50,41)
#142821
(20,40,33)
#0F1E19
(15,30,25)
#0A1411
(10,20,17)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #376E59

#376E59
(55,110,89)
#497B68
(73,123,104)
#5B8877
(91,136,119)
#6D9586
(109,149,134)
#7FA295
(127,162,149)
#91AFA4
(145,175,164)
#A3BCB3
(163,188,179)
#B5C9C2
(181,201,194)
#C7D6D1
(199,214,209)
#D9E3E0
(217,227,224)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376E59; }

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

This text font color is #376E59.


Background Color

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

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

This div background color is #376E59.


Border color

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

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

This div border color is #376E59.


Opacity

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

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

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

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

This text has shadow with #376E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E59 on black background.


Color preview on white background

This text has color #376E59 on white background.



Black color preview on #376E59 background

This text has black color on #376E59 background.


White color preview on #376E59 background

This text has white color on #376E59 background.