COLOR #373A37

HEX: #373A37
RGB: (55,58,55)

Renk bilgisi

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

RGB renk modeli

#373A37 color RGB value is (55,58,55).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 58 of 255 = 23%
B 55 of 255 = 22%

55
58
55

R + G + B ~ 22%. #373A37 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 58 + 55 = 168 (100%)
R 55 of 168 ~ 32.74%
G 58 of 168 ~ 34.52%
B 55 of 168 ~ 32.74%

%32.74
%34.52
%32.74

CMYK RENK MODELİ

#373A37 rengi CMYK tonu (5,0,5,77).

  • camgöbeği tonu 5.17%
  • eflatun tonu 0.00%
  • sarı tonu 5.17%
  • ana renk tonu 77.25%
CMYK: (5,0,5,77) C5M0Y5K77 (5%,0%,5%,77%) (0.05/0.00/0.05/0.77)

CMYK yüzdeleri

%5.17
%0
%5.17
%77.25

Codes

Color #373A37 in popluar color models

373A37
RGB555855
HSL120°2.65%22.16%
HSB/HSV120°5.17%22.75%
CMYK5.17%0.00%5.17%
77.25%

Color #373A37 in popluar number systems.

HEX373A37
Decimal555855
Binary110111111010110111
Octal677267

Shades and tints

Shades of #373A37

#373A37
(55,58,55)
#323532
(50,53,50)
#2D302D
(45,48,45)
#282B28
(40,43,40)
#232623
(35,38,35)
#1E211E
(30,33,30)
#191C19
(25,28,25)
#141714
(20,23,20)
#0F120F
(15,18,15)
#0A0D0A
(10,13,10)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #373A37

#373A37
(55,58,55)
#494B49
(73,75,73)
#5B5C5B
(91,92,91)
#6D6D6D
(109,109,109)
#7F7E7F
(127,126,127)
#918F91
(145,143,145)
#A3A0A3
(163,160,163)
#B5B1B5
(181,177,181)
#C7C2C7
(199,194,199)
#D9D3D9
(217,211,217)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373A37; }

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

This text font color is #373A37.


Background Color

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

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

This div background color is #373A37.


Border color

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

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

This div border color is #373A37.


Opacity

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

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

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

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

This text has shadow with #373A37 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #373A37 on black background.


Color preview on white background

This text has color #373A37 on white background.



Black color preview on #373A37 background

This text has black color on #373A37 background.


White color preview on #373A37 background

This text has white color on #373A37 background.