COLOR #376D54

HEX: #376D54
RGB: (55,109,84)

Renk bilgisi

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

RGB renk modeli

#376D54 color RGB value is (55,109,84).

  • kırmız ton 55;
  • yeşil ton 109;
  • mavi ton 84.
RGB:
(55,109,84)
(22%,43%,33%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 84 of 255 = 33%

55
109
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 84 = 248 (100%)
R 55 of 248 ~ 22.18%
G 109 of 248 ~ 43.95%
B 84 of 248 ~ 33.87%

%22.18
%43.95
%33.87

CMYK RENK MODELİ

#376D54 rengi CMYK tonu (50,0,23,57).

  • camgöbeği tonu 49.54%
  • eflatun tonu 0.00%
  • sarı tonu 22.94%
  • ana renk tonu 57.25%
CMYK:
(50,0,23,57)
C50M0Y23K57 
(50%,0%,23%,57%)
(0.50/0.00/0.23/0.57)	

CMYK yüzdeleri

%49.54
%0
%22.94
%57.25

Codes

Color #376D54 in popluar color models

376D54
RGB5510984
HSL152°32.93%32.16%
HSB/HSV152°49.54%42.75%
CMYK49.54%0.00%22.94%
57.25%

Color #376D54 in popluar number systems.

HEX376D54
Decimal5510984
Binary11011111011011010100
Octal67155124

Shades and tints

Shades of #376D54

#376D54
(55,109,84)
#32644D
(50,100,77)
#2D5B46
(45,91,70)
#28523F
(40,82,63)
#234938
(35,73,56)
#1E4031
(30,64,49)
#19372A
(25,55,42)
#142E23
(20,46,35)
#0F251C
(15,37,28)
#0A1C15
(10,28,21)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #376D54

#376D54
(55,109,84)
#497A63
(73,122,99)
#5B8772
(91,135,114)
#6D9481
(109,148,129)
#7FA190
(127,161,144)
#91AE9F
(145,174,159)
#A3BBAE
(163,187,174)
#B5C8BD
(181,200,189)
#C7D5CC
(199,213,204)
#D9E2DB
(217,226,219)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D54 color. Also use rgb(55,109,84) instead hex code.

Text Font Color

.myTextColor { color: #376D54; }

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

This text font color is #376D54.


Background Color

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

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

This div background color is #376D54.


Border color

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

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

This div border color is #376D54.


Opacity

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

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

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

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

This text has shadow with #376D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D54 on black background.


Color preview on white background

This text has color #376D54 on white background.



Black color preview on #376D54 background

This text has black color on #376D54 background.


White color preview on #376D54 background

This text has white color on #376D54 background.