COLOR #373B31

HEX: #373B31
RGB: (55,59,49)

Renk bilgisi

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

RGB renk modeli

#373B31 color RGB value is (55,59,49).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 59 of 255 = 23%
B 49 of 255 = 19%

55
59
49

R + G + B ~ 21%. #373B31 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 59 + 49 = 163 (100%)
R 55 of 163 ~ 33.74%
G 59 of 163 ~ 36.2%
B 49 of 163 ~ 30.06%

%33.74
%36.2
%30.06

CMYK RENK MODELİ

#373B31 rengi CMYK tonu (7,0,17,77).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 16.95%
  • ana renk tonu 76.86%
CMYK:
(7,0,17,77)
C7M0Y17K77 
(7%,0%,17%,77%)
(0.07/0.00/0.17/0.77)	

CMYK yüzdeleri

%6.78
%0
%16.95
%76.86

Codes

Color #373B31 in popluar color models

373B31
RGB555949
HSL84°9.26%21.18%
HSB/HSV84°16.95%23.14%
CMYK6.78%0.00%16.95%
76.86%

Color #373B31 in popluar number systems.

HEX373B31
Decimal555949
Binary110111111011110001
Octal677361

Shades and tints

Shades of #373B31

#373B31
(55,59,49)
#32362D
(50,54,45)
#2D3129
(45,49,41)
#282C25
(40,44,37)
#232721
(35,39,33)
#1E221D
(30,34,29)
#191D19
(25,29,25)
#141815
(20,24,21)
#0F1311
(15,19,17)
#0A0E0D
(10,14,13)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #373B31

#373B31
(55,59,49)
#494C43
(73,76,67)
#5B5D55
(91,93,85)
#6D6E67
(109,110,103)
#7F7F79
(127,127,121)
#91908B
(145,144,139)
#A3A19D
(163,161,157)
#B5B2AF
(181,178,175)
#C7C3C1
(199,195,193)
#D9D4D3
(217,212,211)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373B31 color. Also use rgb(55,59,49) instead hex code.

Text Font Color

.myTextColor { color: #373B31; }

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

This text font color is #373B31.


Background Color

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

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

This div background color is #373B31.


Border color

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

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

This div border color is #373B31.


Opacity

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

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

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

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

This text has shadow with #373B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373B31 on black background.


Color preview on white background

This text has color #373B31 on white background.



Black color preview on #373B31 background

This text has black color on #373B31 background.


White color preview on #373B31 background

This text has white color on #373B31 background.