COLOR #376374

HEX: #376374
RGB: (55,99,116)

Renk bilgisi

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

RGB renk modeli

#376374 color RGB value is (55,99,116).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 99 of 255 = 39%
B 116 of 255 = 45%

55
99
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 99 + 116 = 270 (100%)
R 55 of 270 ~ 20.37%
G 99 of 270 ~ 36.67%
B 116 of 270 ~ 42.96%

%20.37
%36.67
%42.96

CMYK RENK MODELİ

#376374 rengi CMYK tonu (53,15,0,55).

  • camgöbeği tonu 52.59%
  • eflatun tonu 14.66%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(53,15,0,55)
C53M15Y0K55 
(53%,15%,0%,55%)
(0.53/0.15/0.00/0.55)	

CMYK yüzdeleri

%52.59
%14.66
%0
%54.51

Codes

Color #376374 in popluar color models

376374
RGB5599116
HSL197°35.67%33.53%
HSB/HSV197°52.59%45.49%
CMYK52.59%14.66%0.00%
54.51%

Color #376374 in popluar number systems.

HEX376374
Decimal5599116
Binary11011111000111110100
Octal67143164

Shades and tints

Shades of #376374

#376374
(55,99,116)
#325A6A
(50,90,106)
#2D5160
(45,81,96)
#284856
(40,72,86)
#233F4C
(35,63,76)
#1E3642
(30,54,66)
#192D38
(25,45,56)
#14242E
(20,36,46)
#0F1B24
(15,27,36)
#0A121A
(10,18,26)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #376374

#376374
(55,99,116)
#497180
(73,113,128)
#5B7F8C
(91,127,140)
#6D8D98
(109,141,152)
#7F9BA4
(127,155,164)
#91A9B0
(145,169,176)
#A3B7BC
(163,183,188)
#B5C5C8
(181,197,200)
#C7D3D4
(199,211,212)
#D9E1E0
(217,225,224)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376374; }

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

This text font color is #376374.


Background Color

.myBgColor { background-color: #376374; }

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

This div background color is #376374.


Border color

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

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

This div border color is #376374.


Opacity

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

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

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

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

This text has shadow with #376374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376374 on black background.


Color preview on white background

This text has color #376374 on white background.



Black color preview on #376374 background

This text has black color on #376374 background.


White color preview on #376374 background

This text has white color on #376374 background.