COLOR #376859

HEX: #376859
RGB: (55,104,89)

Renk bilgisi

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

RGB renk modeli

#376859 color RGB value is (55,104,89).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 104 of 255 = 41%
B 89 of 255 = 35%

55
104
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 104 + 89 = 248 (100%)
R 55 of 248 ~ 22.18%
G 104 of 248 ~ 41.94%
B 89 of 248 ~ 35.89%

%22.18
%41.94
%35.89

CMYK RENK MODELİ

#376859 rengi CMYK tonu (47,0,14,59).

  • camgöbeği tonu 47.12%
  • eflatun tonu 0.00%
  • sarı tonu 14.42%
  • ana renk tonu 59.22%
CMYK:
(47,0,14,59)
C47M0Y14K59 
(47%,0%,14%,59%)
(0.47/0.00/0.14/0.59)	

CMYK yüzdeleri

%47.12
%0
%14.42
%59.22

Codes

Color #376859 in popluar color models

376859
RGB5510489
HSL162°30.82%31.18%
HSB/HSV162°47.12%40.78%
CMYK47.12%0.00%14.42%
59.22%

Color #376859 in popluar number systems.

HEX376859
Decimal5510489
Binary11011111010001011001
Octal67150131

Shades and tints

Shades of #376859

#376859
(55,104,89)
#325F51
(50,95,81)
#2D5649
(45,86,73)
#284D41
(40,77,65)
#234439
(35,68,57)
#1E3B31
(30,59,49)
#193229
(25,50,41)
#142921
(20,41,33)
#0F2019
(15,32,25)
#0A1711
(10,23,17)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #376859

#376859
(55,104,89)
#497568
(73,117,104)
#5B8277
(91,130,119)
#6D8F86
(109,143,134)
#7F9C95
(127,156,149)
#91A9A4
(145,169,164)
#A3B6B3
(163,182,179)
#B5C3C2
(181,195,194)
#C7D0D1
(199,208,209)
#D9DDE0
(217,221,224)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376859; }

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

This text font color is #376859.


Background Color

.myBgColor { background-color: #376859; }

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

This div background color is #376859.


Border color

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

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

This div border color is #376859.


Opacity

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

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

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

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

This text has shadow with #376859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376859 on black background.


Color preview on white background

This text has color #376859 on white background.



Black color preview on #376859 background

This text has black color on #376859 background.


White color preview on #376859 background

This text has white color on #376859 background.