COLOR #373431

HEX: #373431
RGB: (55,52,49)

Renk bilgisi

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

RGB renk modeli

#373431 color RGB value is (55,52,49).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 52 of 255 = 20%
B 49 of 255 = 19%

55
52
49

R + G + B ~ 20%. #373431 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 52 + 49 = 156 (100%)
R 55 of 156 ~ 35.26%
G 52 of 156 ~ 33.33%
B 49 of 156 ~ 31.41%

%35.26
%33.33
%31.41

CMYK RENK MODELİ

#373431 rengi CMYK tonu (0,5,11,78).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.45%
  • sarı tonu 10.91%
  • ana renk tonu 78.43%
CMYK:
(0,5,11,78)
C0M5Y11K78 
(0%,5%,11%,78%)
(0.00/0.05/0.11/0.78)	

CMYK yüzdeleri

%0
%5.45
%10.91
%78.43

Codes

Color #373431 in popluar color models

373431
RGB555249
HSL30°5.77%20.39%
HSB/HSV30°10.91%21.57%
CMYK0.00%5.45%10.91%
78.43%

Color #373431 in popluar number systems.

HEX373431
Decimal555249
Binary110111110100110001
Octal676461

Shades and tints

Shades of #373431

#373431
(55,52,49)
#32302D
(50,48,45)
#2D2C29
(45,44,41)
#282825
(40,40,37)
#232421
(35,36,33)
#1E201D
(30,32,29)
#191C19
(25,28,25)
#141815
(20,24,21)
#0F1411
(15,20,17)
#0A100D
(10,16,13)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #373431

#373431
(55,52,49)
#494643
(73,70,67)
#5B5855
(91,88,85)
#6D6A67
(109,106,103)
#7F7C79
(127,124,121)
#918E8B
(145,142,139)
#A3A09D
(163,160,157)
#B5B2AF
(181,178,175)
#C7C4C1
(199,196,193)
#D9D6D3
(217,214,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373431; }

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

This text font color is #373431.


Background Color

.myBgColor { background-color: #373431; }

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

This div background color is #373431.


Border color

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

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

This div border color is #373431.


Opacity

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

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

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

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

This text has shadow with #373431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373431 on black background.


Color preview on white background

This text has color #373431 on white background.



Black color preview on #373431 background

This text has black color on #373431 background.


White color preview on #373431 background

This text has white color on #373431 background.