COLOR #373831

HEX: #373831
RGB: (55,56,49)

Renk bilgisi

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

RGB renk modeli

#373831 color RGB value is (55,56,49).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 56 of 255 = 22%
B 49 of 255 = 19%

55
56
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 56 + 49 = 160 (100%)
R 55 of 160 ~ 34.38%
G 56 of 160 ~ 35%
B 49 of 160 ~ 30.63%

%34.38
%35
%30.63

CMYK RENK MODELİ

#373831 rengi CMYK tonu (2,0,13,78).

  • camgöbeği tonu 1.79%
  • eflatun tonu 0.00%
  • sarı tonu 12.50%
  • ana renk tonu 78.04%
CMYK:
(2,0,13,78)
C2M0Y13K78 
(2%,0%,13%,78%)
(0.02/0.00/0.13/0.78)	

CMYK yüzdeleri

%1.79
%0
%12.5
%78.04

Codes

Color #373831 in popluar color models

373831
RGB555649
HSL69°6.67%20.59%
HSB/HSV69°12.50%21.96%
CMYK1.79%0.00%12.50%
78.04%

Color #373831 in popluar number systems.

HEX373831
Decimal555649
Binary110111111000110001
Octal677061

Shades and tints

Shades of #373831

#373831
(55,56,49)
#32332D
(50,51,45)
#2D2E29
(45,46,41)
#282925
(40,41,37)
#232421
(35,36,33)
#1E1F1D
(30,31,29)
#191A19
(25,26,25)
#141515
(20,21,21)
#0F1011
(15,16,17)
#0A0B0D
(10,11,13)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #373831

#373831
(55,56,49)
#494A43
(73,74,67)
#5B5C55
(91,92,85)
#6D6E67
(109,110,103)
#7F8079
(127,128,121)
#91928B
(145,146,139)
#A3A49D
(163,164,157)
#B5B6AF
(181,182,175)
#C7C8C1
(199,200,193)
#D9DAD3
(217,218,211)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373831; }

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

This text font color is #373831.


Background Color

.myBgColor { background-color: #373831; }

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

This div background color is #373831.


Border color

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

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

This div border color is #373831.


Opacity

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

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

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

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

This text has shadow with #373831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373831 on black background.


Color preview on white background

This text has color #373831 on white background.



Black color preview on #373831 background

This text has black color on #373831 background.


White color preview on #373831 background

This text has white color on #373831 background.