COLOR #395A59

HEX: #395A59
RGB: (57,90,89)

Renk bilgisi

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

RGB renk modeli

#395A59 color RGB value is (57,90,89).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 90 of 255 = 35%
B 89 of 255 = 35%

57
90
89

R + G + B ~ 31%. #395A59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 90 + 89 = 236 (100%)
R 57 of 236 ~ 24.15%
G 90 of 236 ~ 38.14%
B 89 of 236 ~ 37.71%

%24.15
%38.14
%37.71

CMYK RENK MODELİ

#395A59 rengi CMYK tonu (37,0,1,65).

  • camgöbeği tonu 36.67%
  • eflatun tonu 0.00%
  • sarı tonu 1.11%
  • ana renk tonu 64.71%
CMYK:
(37,0,1,65)
C37M0Y1K65 
(37%,0%,1%,65%)
(0.37/0.00/0.01/0.65)	

CMYK yüzdeleri

%36.67
%0
%1.11
%64.71

Codes

Color #395A59 in popluar color models

395A59
RGB579089
HSL178°22.45%28.82%
HSB/HSV178°36.67%35.29%
CMYK36.67%0.00%1.11%
64.71%

Color #395A59 in popluar number systems.

HEX395A59
Decimal579089
Binary11100110110101011001
Octal71132131

Shades and tints

Shades of #395A59

#395A59
(57,90,89)
#345251
(52,82,81)
#2F4A49
(47,74,73)
#2A4241
(42,66,65)
#253A39
(37,58,57)
#203231
(32,50,49)
#1B2A29
(27,42,41)
#162221
(22,34,33)
#111A19
(17,26,25)
#0C1211
(12,18,17)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #395A59

#395A59
(57,90,89)
#4B6968
(75,105,104)
#5D7877
(93,120,119)
#6F8786
(111,135,134)
#819695
(129,150,149)
#93A5A4
(147,165,164)
#A5B4B3
(165,180,179)
#B7C3C2
(183,195,194)
#C9D2D1
(201,210,209)
#DBE1E0
(219,225,224)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395A59 color. Also use rgb(57,90,89) instead hex code.

Text Font Color

.myTextColor { color: #395A59; }

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

This text font color is #395A59.


Background Color

.myBgColor { background-color: #395A59; }

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

This div background color is #395A59.


Border color

.myBorderColor { border: 1px solid #395A59; }

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

This div border color is #395A59.


Opacity

.myOpacity80 { color: #395A59; opacity: 0.8; }

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

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

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

This text has shadow with #395A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A59 on black background.


Color preview on white background

This text has color #395A59 on white background.



Black color preview on #395A59 background

This text has black color on #395A59 background.


White color preview on #395A59 background

This text has white color on #395A59 background.