COLOR #376066

HEX: #376066
RGB: (55,96,102)

Renk bilgisi

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

RGB renk modeli

#376066 color RGB value is (55,96,102).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 96 of 255 = 38%
B 102 of 255 = 40%

55
96
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 96 + 102 = 253 (100%)
R 55 of 253 ~ 21.74%
G 96 of 253 ~ 37.94%
B 102 of 253 ~ 40.32%

%21.74
%37.94
%40.32

CMYK RENK MODELİ

#376066 rengi CMYK tonu (46,6,0,60).

  • camgöbeği tonu 46.08%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(46,6,0,60)
C46M6Y0K60 
(46%,6%,0%,60%)
(0.46/0.06/0.00/0.60)	

CMYK yüzdeleri

%46.08
%5.88
%0
%60

Codes

Color #376066 in popluar color models

376066
RGB5596102
HSL188°29.94%30.78%
HSB/HSV188°46.08%40.00%
CMYK46.08%5.88%0.00%
60.00%

Color #376066 in popluar number systems.

HEX376066
Decimal5596102
Binary11011111000001100110
Octal67140146

Shades and tints

Shades of #376066

#376066
(55,96,102)
#32585D
(50,88,93)
#2D5054
(45,80,84)
#28484B
(40,72,75)
#234042
(35,64,66)
#1E3839
(30,56,57)
#193030
(25,48,48)
#142827
(20,40,39)
#0F201E
(15,32,30)
#0A1815
(10,24,21)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #376066

#376066
(55,96,102)
#496E73
(73,110,115)
#5B7C80
(91,124,128)
#6D8A8D
(109,138,141)
#7F989A
(127,152,154)
#91A6A7
(145,166,167)
#A3B4B4
(163,180,180)
#B5C2C1
(181,194,193)
#C7D0CE
(199,208,206)
#D9DEDB
(217,222,219)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376066; }

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

This text font color is #376066.


Background Color

.myBgColor { background-color: #376066; }

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

This div background color is #376066.


Border color

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

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

This div border color is #376066.


Opacity

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

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

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

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

This text has shadow with #376066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376066 on black background.


Color preview on white background

This text has color #376066 on white background.



Black color preview on #376066 background

This text has black color on #376066 background.


White color preview on #376066 background

This text has white color on #376066 background.