COLOR #376D71

HEX: #376D71
RGB: (55,109,113)

Renk bilgisi

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

RGB renk modeli

#376D71 color RGB value is (55,109,113).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 109 of 255 = 43%
B 113 of 255 = 44%

55
109
113

R + G + B ~ 36%. #376D71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 109 + 113 = 277 (100%)
R 55 of 277 ~ 19.86%
G 109 of 277 ~ 39.35%
B 113 of 277 ~ 40.79%

%19.86
%39.35
%40.79

CMYK RENK MODELİ

#376D71 rengi CMYK tonu (51,4,0,56).

  • camgöbeği tonu 51.33%
  • eflatun tonu 3.54%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(51,4,0,56)
C51M4Y0K56 
(51%,4%,0%,56%)
(0.51/0.04/0.00/0.56)	

CMYK yüzdeleri

%51.33
%3.54
%0
%55.69

Codes

Color #376D71 in popluar color models

376D71
RGB55109113
HSL184°34.52%32.94%
HSB/HSV184°51.33%44.31%
CMYK51.33%3.54%0.00%
55.69%

Color #376D71 in popluar number systems.

HEX376D71
Decimal55109113
Binary11011111011011110001
Octal67155161

Shades and tints

Shades of #376D71

#376D71
(55,109,113)
#326467
(50,100,103)
#2D5B5D
(45,91,93)
#285253
(40,82,83)
#234949
(35,73,73)
#1E403F
(30,64,63)
#193735
(25,55,53)
#142E2B
(20,46,43)
#0F2521
(15,37,33)
#0A1C17
(10,28,23)
#05130D
(5,19,13)
#000000
(0,0,0)

Tints of #376D71

#376D71
(55,109,113)
#497A7D
(73,122,125)
#5B8789
(91,135,137)
#6D9495
(109,148,149)
#7FA1A1
(127,161,161)
#91AEAD
(145,174,173)
#A3BBB9
(163,187,185)
#B5C8C5
(181,200,197)
#C7D5D1
(199,213,209)
#D9E2DD
(217,226,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376D71; }

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

This text font color is #376D71.


Background Color

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

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

This div background color is #376D71.


Border color

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

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

This div border color is #376D71.


Opacity

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

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

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

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

This text has shadow with #376D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D71 on black background.


Color preview on white background

This text has color #376D71 on white background.



Black color preview on #376D71 background

This text has black color on #376D71 background.


White color preview on #376D71 background

This text has white color on #376D71 background.