COLOR #376575

HEX: #376575
RGB: (55,101,117)

Renk bilgisi

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

RGB renk modeli

#376575 color RGB value is (55,101,117).

  • kırmız ton 55;
  • yeşil ton 101;
  • mavi ton 117.
RGB:
(55,101,117)
(22%,40%,46%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 101 of 255 = 40%
B 117 of 255 = 46%

55
101
117

R + G + B ~ 36%. #376575 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 101 + 117 = 273 (100%)
R 55 of 273 ~ 20.15%
G 101 of 273 ~ 37%
B 117 of 273 ~ 42.86%

%20.15
%37
%42.86

CMYK RENK MODELİ

#376575 rengi CMYK tonu (53,14,0,54).

  • camgöbeği tonu 52.99%
  • eflatun tonu 13.68%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(53,14,0,54)
C53M14Y0K54 
(53%,14%,0%,54%)
(0.53/0.14/0.00/0.54)	

CMYK yüzdeleri

%52.99
%13.68
%0
%54.12

Codes

Color #376575 in popluar color models

376575
RGB55101117
HSL195°36.05%33.73%
HSB/HSV195°52.99%45.88%
CMYK52.99%13.68%0.00%
54.12%

Color #376575 in popluar number systems.

HEX376575
Decimal55101117
Binary11011111001011110101
Octal67145165

Shades and tints

Shades of #376575

#376575
(55,101,117)
#325C6B
(50,92,107)
#2D5361
(45,83,97)
#284A57
(40,74,87)
#23414D
(35,65,77)
#1E3843
(30,56,67)
#192F39
(25,47,57)
#14262F
(20,38,47)
#0F1D25
(15,29,37)
#0A141B
(10,20,27)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #376575

#376575
(55,101,117)
#497381
(73,115,129)
#5B818D
(91,129,141)
#6D8F99
(109,143,153)
#7F9DA5
(127,157,165)
#91ABB1
(145,171,177)
#A3B9BD
(163,185,189)
#B5C7C9
(181,199,201)
#C7D5D5
(199,213,213)
#D9E3E1
(217,227,225)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376575 color. Also use rgb(55,101,117) instead hex code.

Text Font Color

.myTextColor { color: #376575; }

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

This text font color is #376575.


Background Color

.myBgColor { background-color: #376575; }

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

This div background color is #376575.


Border color

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

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

This div border color is #376575.


Opacity

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

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

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

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

This text has shadow with #376575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376575 on black background.


Color preview on white background

This text has color #376575 on white background.



Black color preview on #376575 background

This text has black color on #376575 background.


White color preview on #376575 background

This text has white color on #376575 background.