COLOR #393B37

HEX: #393B37
RGB: (57,59,55)

Renk bilgisi

#393B37 contains red, green and blue colors in about the same proportion. #393B37 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#393B37 color RGB value is (57,59,55).

  • kırmız ton 57;
  • yeşil ton 59;
  • mavi ton 55.
RGB:
(57,59,55)
(22%,23%,22%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 59 of 255 = 23%
B 55 of 255 = 22%

57
59
55

R + G + B ~ 22%. #393B37 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 59 + 55 = 171 (100%)
R 57 of 171 ~ 33.33%
G 59 of 171 ~ 34.5%
B 55 of 171 ~ 32.16%

%33.33
%34.5
%32.16

CMYK RENK MODELİ

#393B37 rengi CMYK tonu (3,0,7,77).

  • camgöbeği tonu 3.39%
  • eflatun tonu 0.00%
  • sarı tonu 6.78%
  • ana renk tonu 76.86%
CMYK:
(3,0,7,77)
C3M0Y7K77 
(3%,0%,7%,77%)
(0.03/0.00/0.07/0.77)	

CMYK yüzdeleri

%3.39
%0
%6.78
%76.86

Codes

Color #393B37 in popluar color models

393B37
RGB575955
HSL90°3.51%22.35%
HSB/HSV90°6.78%23.14%
CMYK3.39%0.00%6.78%
76.86%

Color #393B37 in popluar number systems.

HEX393B37
Decimal575955
Binary111001111011110111
Octal717367

Shades and tints

Shades of #393B37

#393B37
(57,59,55)
#343632
(52,54,50)
#2F312D
(47,49,45)
#2A2C28
(42,44,40)
#252723
(37,39,35)
#20221E
(32,34,30)
#1B1D19
(27,29,25)
#161814
(22,24,20)
#11130F
(17,19,15)
#0C0E0A
(12,14,10)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #393B37

#393B37
(57,59,55)
#4B4C49
(75,76,73)
#5D5D5B
(93,93,91)
#6F6E6D
(111,110,109)
#817F7F
(129,127,127)
#939091
(147,144,145)
#A5A1A3
(165,161,163)
#B7B2B5
(183,178,181)
#C9C3C7
(201,195,199)
#DBD4D9
(219,212,217)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393B37 color. Also use rgb(57,59,55) instead hex code.

Text Font Color

.myTextColor { color: #393B37; }

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

This text font color is #393B37.


Background Color

.myBgColor { background-color: #393B37; }

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

This div background color is #393B37.


Border color

.myBorderColor { border: 1px solid #393B37; }

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

This div border color is #393B37.


Opacity

.myOpacity80 { color: #393B37; opacity: 0.8; }

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

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

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

This text has shadow with #393B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393B37 on black background.


Color preview on white background

This text has color #393B37 on white background.



Black color preview on #393B37 background

This text has black color on #393B37 background.


White color preview on #393B37 background

This text has white color on #393B37 background.