COLOR #376664

HEX: #376664
RGB: (55,102,100)

Renk bilgisi

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

RGB renk modeli

#376664 color RGB value is (55,102,100).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 102 of 255 = 40%
B 100 of 255 = 39%

55
102
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 102 + 100 = 257 (100%)
R 55 of 257 ~ 21.4%
G 102 of 257 ~ 39.69%
B 100 of 257 ~ 38.91%

%21.4
%39.69
%38.91

CMYK RENK MODELİ

#376664 rengi CMYK tonu (46,0,2,60).

  • camgöbeği tonu 46.08%
  • eflatun tonu 0.00%
  • sarı tonu 1.96%
  • ana renk tonu 60.00%
CMYK:
(46,0,2,60)
C46M0Y2K60 
(46%,0%,2%,60%)
(0.46/0.00/0.02/0.60)	

CMYK yüzdeleri

%46.08
%0
%1.96
%60

Codes

Color #376664 in popluar color models

376664
RGB55102100
HSL177°29.94%30.78%
HSB/HSV177°46.08%40.00%
CMYK46.08%0.00%1.96%
60.00%

Color #376664 in popluar number systems.

HEX376664
Decimal55102100
Binary11011111001101100100
Octal67146144

Shades and tints

Shades of #376664

#376664
(55,102,100)
#325D5B
(50,93,91)
#2D5452
(45,84,82)
#284B49
(40,75,73)
#234240
(35,66,64)
#1E3937
(30,57,55)
#19302E
(25,48,46)
#142725
(20,39,37)
#0F1E1C
(15,30,28)
#0A1513
(10,21,19)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #376664

#376664
(55,102,100)
#497372
(73,115,114)
#5B8080
(91,128,128)
#6D8D8E
(109,141,142)
#7F9A9C
(127,154,156)
#91A7AA
(145,167,170)
#A3B4B8
(163,180,184)
#B5C1C6
(181,193,198)
#C7CED4
(199,206,212)
#D9DBE2
(217,219,226)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376664; }

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

This text font color is #376664.


Background Color

.myBgColor { background-color: #376664; }

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

This div background color is #376664.


Border color

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

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

This div border color is #376664.


Opacity

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

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

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

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

This text has shadow with #376664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376664 on black background.


Color preview on white background

This text has color #376664 on white background.



Black color preview on #376664 background

This text has black color on #376664 background.


White color preview on #376664 background

This text has white color on #376664 background.