COLOR #376974

HEX: #376974
RGB: (55,105,116)

Renk bilgisi

#376974 contains mainly green and blue colors. #376974 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#376974 color RGB value is (55,105,116).

  • kırmız ton 55;
  • yeşil ton 105;
  • mavi ton 116.
RGB:
(55,105,116)
(22%,41%,45%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 105 of 255 = 41%
B 116 of 255 = 45%

55
105
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 105 + 116 = 276 (100%)
R 55 of 276 ~ 19.93%
G 105 of 276 ~ 38.04%
B 116 of 276 ~ 42.03%

%19.93
%38.04
%42.03

CMYK RENK MODELİ

#376974 rengi CMYK tonu (53,9,0,55).

  • camgöbeği tonu 52.59%
  • eflatun tonu 9.48%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(53,9,0,55)
C53M9Y0K55 
(53%,9%,0%,55%)
(0.53/0.09/0.00/0.55)	

CMYK yüzdeleri

%52.59
%9.48
%0
%54.51

Codes

Color #376974 in popluar color models

376974
RGB55105116
HSL191°35.67%33.53%
HSB/HSV191°52.59%45.49%
CMYK52.59%9.48%0.00%
54.51%

Color #376974 in popluar number systems.

HEX376974
Decimal55105116
Binary11011111010011110100
Octal67151164

Shades and tints

Shades of #376974

#376974
(55,105,116)
#32606A
(50,96,106)
#2D5760
(45,87,96)
#284E56
(40,78,86)
#23454C
(35,69,76)
#1E3C42
(30,60,66)
#193338
(25,51,56)
#142A2E
(20,42,46)
#0F2124
(15,33,36)
#0A181A
(10,24,26)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #376974

#376974
(55,105,116)
#497680
(73,118,128)
#5B838C
(91,131,140)
#6D9098
(109,144,152)
#7F9DA4
(127,157,164)
#91AAB0
(145,170,176)
#A3B7BC
(163,183,188)
#B5C4C8
(181,196,200)
#C7D1D4
(199,209,212)
#D9DEE0
(217,222,224)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376974 color. Also use rgb(55,105,116) instead hex code.

Text Font Color

.myTextColor { color: #376974; }

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

This text font color is #376974.


Background Color

.myBgColor { background-color: #376974; }

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

This div background color is #376974.


Border color

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

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

This div border color is #376974.


Opacity

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

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

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

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

This text has shadow with #376974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376974 on black background.


Color preview on white background

This text has color #376974 on white background.



Black color preview on #376974 background

This text has black color on #376974 background.


White color preview on #376974 background

This text has white color on #376974 background.