COLOR #375C76

HEX: #375C76
RGB: (55,92,118)

Renk bilgisi

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

RGB renk modeli

#375C76 color RGB value is (55,92,118).

  • kırmız ton 55;
  • yeşil ton 92;
  • mavi ton 118.
RGB:
(55,92,118)
(22%,36%,46%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 92 of 255 = 36%
B 118 of 255 = 46%

55
92
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 92 + 118 = 265 (100%)
R 55 of 265 ~ 20.75%
G 92 of 265 ~ 34.72%
B 118 of 265 ~ 44.53%

%20.75
%34.72
%44.53

CMYK RENK MODELİ

#375C76 rengi CMYK tonu (53,22,0,54).

  • camgöbeği tonu 53.39%
  • eflatun tonu 22.03%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(53,22,0,54)
C53M22Y0K54 
(53%,22%,0%,54%)
(0.53/0.22/0.00/0.54)	

CMYK yüzdeleri

%53.39
%22.03
%0
%53.73

Codes

Color #375C76 in popluar color models

375C76
RGB5592118
HSL205°36.42%33.92%
HSB/HSV205°53.39%46.27%
CMYK53.39%22.03%0.00%
53.73%

Color #375C76 in popluar number systems.

HEX375C76
Decimal5592118
Binary11011110111001110110
Octal67134166

Shades and tints

Shades of #375C76

#375C76
(55,92,118)
#32546C
(50,84,108)
#2D4C62
(45,76,98)
#284458
(40,68,88)
#233C4E
(35,60,78)
#1E3444
(30,52,68)
#192C3A
(25,44,58)
#142430
(20,36,48)
#0F1C26
(15,28,38)
#0A141C
(10,20,28)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #375C76

#375C76
(55,92,118)
#496A82
(73,106,130)
#5B788E
(91,120,142)
#6D869A
(109,134,154)
#7F94A6
(127,148,166)
#91A2B2
(145,162,178)
#A3B0BE
(163,176,190)
#B5BECA
(181,190,202)
#C7CCD6
(199,204,214)
#D9DAE2
(217,218,226)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375C76 color. Also use rgb(55,92,118) instead hex code.

Text Font Color

.myTextColor { color: #375C76; }

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

This text font color is #375C76.


Background Color

.myBgColor { background-color: #375C76; }

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

This div background color is #375C76.


Border color

.myBorderColor { border: 1px solid #375C76; }

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

This div border color is #375C76.


Opacity

.myOpacity80 { color: #375C76; opacity: 0.8; }

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

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

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

This text has shadow with #375C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375C76 on black background.


Color preview on white background

This text has color #375C76 on white background.



Black color preview on #375C76 background

This text has black color on #375C76 background.


White color preview on #375C76 background

This text has white color on #375C76 background.