COLOR #376472

HEX: #376472
RGB: (55,100,114)

Renk bilgisi

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

RGB renk modeli

#376472 color RGB value is (55,100,114).

  • kırmız ton 55;
  • yeşil ton 100;
  • mavi ton 114.
RGB:
(55,100,114)
(22%,39%,45%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 100 of 255 = 39%
B 114 of 255 = 45%

55
100
114

R + G + B ~ 35%. #376472 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 100 + 114 = 269 (100%)
R 55 of 269 ~ 20.45%
G 100 of 269 ~ 37.17%
B 114 of 269 ~ 42.38%

%20.45
%37.17
%42.38

CMYK RENK MODELİ

#376472 rengi CMYK tonu (52,12,0,55).

  • camgöbeği tonu 51.75%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(52,12,0,55)
C52M12Y0K55 
(52%,12%,0%,55%)
(0.52/0.12/0.00/0.55)	

CMYK yüzdeleri

%51.75
%12.28
%0
%55.29

Codes

Color #376472 in popluar color models

376472
RGB55100114
HSL194°34.91%33.14%
HSB/HSV194°51.75%44.71%
CMYK51.75%12.28%0.00%
55.29%

Color #376472 in popluar number systems.

HEX376472
Decimal55100114
Binary11011111001001110010
Octal67144162

Shades and tints

Shades of #376472

#376472
(55,100,114)
#325B68
(50,91,104)
#2D525E
(45,82,94)
#284954
(40,73,84)
#23404A
(35,64,74)
#1E3740
(30,55,64)
#192E36
(25,46,54)
#14252C
(20,37,44)
#0F1C22
(15,28,34)
#0A1318
(10,19,24)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #376472

#376472
(55,100,114)
#49727E
(73,114,126)
#5B808A
(91,128,138)
#6D8E96
(109,142,150)
#7F9CA2
(127,156,162)
#91AAAE
(145,170,174)
#A3B8BA
(163,184,186)
#B5C6C6
(181,198,198)
#C7D4D2
(199,212,210)
#D9E2DE
(217,226,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376472 color. Also use rgb(55,100,114) instead hex code.

Text Font Color

.myTextColor { color: #376472; }

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

This text font color is #376472.


Background Color

.myBgColor { background-color: #376472; }

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

This div background color is #376472.


Border color

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

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

This div border color is #376472.


Opacity

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

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

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

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

This text has shadow with #376472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376472 on black background.


Color preview on white background

This text has color #376472 on white background.



Black color preview on #376472 background

This text has black color on #376472 background.


White color preview on #376472 background

This text has white color on #376472 background.