COLOR #373F4F

HEX: #373F4F
RGB: (55,63,79)

Renk bilgisi

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

RGB renk modeli

#373F4F color RGB value is (55,63,79).

  • kırmız ton 55;
  • yeşil ton 63;
  • mavi ton 79.
RGB:
(55,63,79)
(22%,25%,31%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 63 of 255 = 25%
B 79 of 255 = 31%

55
63
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 63 + 79 = 197 (100%)
R 55 of 197 ~ 27.92%
G 63 of 197 ~ 31.98%
B 79 of 197 ~ 40.1%

%27.92
%31.98
%40.1

CMYK RENK MODELİ

#373F4F rengi CMYK tonu (30,20,0,69).

  • camgöbeği tonu 30.38%
  • eflatun tonu 20.25%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(30,20,0,69)
C30M20Y0K69 
(30%,20%,0%,69%)
(0.30/0.20/0.00/0.69)	

CMYK yüzdeleri

%30.38
%20.25
%0
%69.02

Codes

Color #373F4F in popluar color models

373F4F
RGB556379
HSL220°17.91%26.27%
HSB/HSV220°30.38%30.98%
CMYK30.38%20.25%0.00%
69.02%

Color #373F4F in popluar number systems.

HEX373F4F
Decimal556379
Binary1101111111111001111
Octal6777117

Shades and tints

Shades of #373F4F

#373F4F
(55,63,79)
#323A48
(50,58,72)
#2D3541
(45,53,65)
#28303A
(40,48,58)
#232B33
(35,43,51)
#1E262C
(30,38,44)
#192125
(25,33,37)
#141C1E
(20,28,30)
#0F1717
(15,23,23)
#0A1210
(10,18,16)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #373F4F

#373F4F
(55,63,79)
#49505F
(73,80,95)
#5B616F
(91,97,111)
#6D727F
(109,114,127)
#7F838F
(127,131,143)
#91949F
(145,148,159)
#A3A5AF
(163,165,175)
#B5B6BF
(181,182,191)
#C7C7CF
(199,199,207)
#D9D8DF
(217,216,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373F4F color. Also use rgb(55,63,79) instead hex code.

Text Font Color

.myTextColor { color: #373F4F; }

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

This text font color is #373F4F.


Background Color

.myBgColor { background-color: #373F4F; }

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

This div background color is #373F4F.


Border color

.myBorderColor { border: 1px solid #373F4F; }

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

This div border color is #373F4F.


Opacity

.myOpacity80 { color: #373F4F; opacity: 0.8; }

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

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

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

This text has shadow with #373F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373F4F on black background.


Color preview on white background

This text has color #373F4F on white background.



Black color preview on #373F4F background

This text has black color on #373F4F background.


White color preview on #373F4F background

This text has white color on #373F4F background.