COLOR #376B62

HEX: #376B62
RGB: (55,107,98)

Renk bilgisi

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

RGB renk modeli

#376B62 color RGB value is (55,107,98).

  • kırmız ton 55;
  • yeşil ton 107;
  • mavi ton 98.
RGB:
(55,107,98)
(22%,42%,38%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 107 of 255 = 42%
B 98 of 255 = 38%

55
107
98

R + G + B ~ 34%. #376B62 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 107 + 98 = 260 (100%)
R 55 of 260 ~ 21.15%
G 107 of 260 ~ 41.15%
B 98 of 260 ~ 37.69%

%21.15
%41.15
%37.69

CMYK RENK MODELİ

#376B62 rengi CMYK tonu (49,0,8,58).

  • camgöbeği tonu 48.60%
  • eflatun tonu 0.00%
  • sarı tonu 8.41%
  • ana renk tonu 58.04%
CMYK:
(49,0,8,58)
C49M0Y8K58 
(49%,0%,8%,58%)
(0.49/0.00/0.08/0.58)	

CMYK yüzdeleri

%48.6
%0
%8.41
%58.04

Codes

Color #376B62 in popluar color models

376B62
RGB5510798
HSL170°32.10%31.76%
HSB/HSV170°48.60%41.96%
CMYK48.60%0.00%8.41%
58.04%

Color #376B62 in popluar number systems.

HEX376B62
Decimal5510798
Binary11011111010111100010
Octal67153142

Shades and tints

Shades of #376B62

#376B62
(55,107,98)
#32625A
(50,98,90)
#2D5952
(45,89,82)
#28504A
(40,80,74)
#234742
(35,71,66)
#1E3E3A
(30,62,58)
#193532
(25,53,50)
#142C2A
(20,44,42)
#0F2322
(15,35,34)
#0A1A1A
(10,26,26)
#051112
(5,17,18)
#000000
(0,0,0)

Tints of #376B62

#376B62
(55,107,98)
#497870
(73,120,112)
#5B857E
(91,133,126)
#6D928C
(109,146,140)
#7F9F9A
(127,159,154)
#91ACA8
(145,172,168)
#A3B9B6
(163,185,182)
#B5C6C4
(181,198,196)
#C7D3D2
(199,211,210)
#D9E0E0
(217,224,224)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376B62 color. Also use rgb(55,107,98) instead hex code.

Text Font Color

.myTextColor { color: #376B62; }

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

This text font color is #376B62.


Background Color

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

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

This div background color is #376B62.


Border color

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

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

This div border color is #376B62.


Opacity

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

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

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

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

This text has shadow with #376B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B62 on black background.


Color preview on white background

This text has color #376B62 on white background.



Black color preview on #376B62 background

This text has black color on #376B62 background.


White color preview on #376B62 background

This text has white color on #376B62 background.