COLOR #373959

HEX: #373959
RGB: (55,57,89)

Renk bilgisi

#373959 contains red, green and blue colors in about the same proportion. #373959 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#373959 color RGB value is (55,57,89).

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

RGB bağlantıları ve doygunluk

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

55
57
89

R + G + B ~ 26%. #373959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 57 + 89 = 201 (100%)
R 55 of 201 ~ 27.36%
G 57 of 201 ~ 28.36%
B 89 of 201 ~ 44.28%

%27.36
%28.36
%44.28

CMYK RENK MODELİ

#373959 rengi CMYK tonu (38,36,0,65).

  • camgöbeği tonu 38.20%
  • eflatun tonu 35.96%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(38,36,0,65)
C38M36Y0K65 
(38%,36%,0%,65%)
(0.38/0.36/0.00/0.65)	

CMYK yüzdeleri

%38.2
%35.96
%0
%65.1

Codes

Color #373959 in popluar color models

373959
RGB555789
HSL236°23.61%28.24%
HSB/HSV236°38.20%34.90%
CMYK38.20%35.96%0.00%
65.10%

Color #373959 in popluar number systems.

HEX373959
Decimal555789
Binary1101111110011011001
Octal6771131

Shades and tints

Shades of #373959

#373959
(55,57,89)
#323451
(50,52,81)
#2D2F49
(45,47,73)
#282A41
(40,42,65)
#232539
(35,37,57)
#1E2031
(30,32,49)
#191B29
(25,27,41)
#141621
(20,22,33)
#0F1119
(15,17,25)
#0A0C11
(10,12,17)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #373959

#373959
(55,57,89)
#494B68
(73,75,104)
#5B5D77
(91,93,119)
#6D6F86
(109,111,134)
#7F8195
(127,129,149)
#9193A4
(145,147,164)
#A3A5B3
(163,165,179)
#B5B7C2
(181,183,194)
#C7C9D1
(199,201,209)
#D9DBE0
(217,219,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373959; }

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

This text font color is #373959.


Background Color

.myBgColor { background-color: #373959; }

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

This div background color is #373959.


Border color

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

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

This div border color is #373959.


Opacity

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

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

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

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

This text has shadow with #373959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373959 on black background.


Color preview on white background

This text has color #373959 on white background.



Black color preview on #373959 background

This text has black color on #373959 background.


White color preview on #373959 background

This text has white color on #373959 background.