COLOR #375D5A

HEX: #375D5A
RGB: (55,93,90)

Renk bilgisi

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

RGB renk modeli

#375D5A color RGB value is (55,93,90).

  • kırmız ton 55;
  • yeşil ton 93;
  • mavi ton 90.
RGB:
(55,93,90)
(22%,36%,35%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 93 of 255 = 36%
B 90 of 255 = 35%

55
93
90

R + G + B ~ 31%. #375D5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 93 + 90 = 238 (100%)
R 55 of 238 ~ 23.11%
G 93 of 238 ~ 39.08%
B 90 of 238 ~ 37.82%

%23.11
%39.08
%37.82

CMYK RENK MODELİ

#375D5A rengi CMYK tonu (41,0,3,64).

  • camgöbeği tonu 40.86%
  • eflatun tonu 0.00%
  • sarı tonu 3.23%
  • ana renk tonu 63.53%
CMYK:
(41,0,3,64)
C41M0Y3K64 
(41%,0%,3%,64%)
(0.41/0.00/0.03/0.64)	

CMYK yüzdeleri

%40.86
%0
%3.23
%63.53

Codes

Color #375D5A in popluar color models

375D5A
RGB559390
HSL175°25.68%29.02%
HSB/HSV175°40.86%36.47%
CMYK40.86%0.00%3.23%
63.53%

Color #375D5A in popluar number systems.

HEX375D5A
Decimal559390
Binary11011110111011011010
Octal67135132

Shades and tints

Shades of #375D5A

#375D5A
(55,93,90)
#325552
(50,85,82)
#2D4D4A
(45,77,74)
#284542
(40,69,66)
#233D3A
(35,61,58)
#1E3532
(30,53,50)
#192D2A
(25,45,42)
#142522
(20,37,34)
#0F1D1A
(15,29,26)
#0A1512
(10,21,18)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #375D5A

#375D5A
(55,93,90)
#496B69
(73,107,105)
#5B7978
(91,121,120)
#6D8787
(109,135,135)
#7F9596
(127,149,150)
#91A3A5
(145,163,165)
#A3B1B4
(163,177,180)
#B5BFC3
(181,191,195)
#C7CDD2
(199,205,210)
#D9DBE1
(217,219,225)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D5A color. Also use rgb(55,93,90) instead hex code.

Text Font Color

.myTextColor { color: #375D5A; }

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

This text font color is #375D5A.


Background Color

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

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

This div background color is #375D5A.


Border color

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

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

This div border color is #375D5A.


Opacity

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

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

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

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

This text has shadow with #375D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D5A on black background.


Color preview on white background

This text has color #375D5A on white background.



Black color preview on #375D5A background

This text has black color on #375D5A background.


White color preview on #375D5A background

This text has white color on #375D5A background.