COLOR #373429

HEX: #373429
RGB: (55,52,41)

Renk bilgisi

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

RGB renk modeli

#373429 color RGB value is (55,52,41).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 52 of 255 = 20%
B 41 of 255 = 16%

55
52
41

R + G + B ~ 19%. #373429 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 52 + 41 = 148 (100%)
R 55 of 148 ~ 37.16%
G 52 of 148 ~ 35.14%
B 41 of 148 ~ 27.7%

%37.16
%35.14
%27.7

CMYK RENK MODELİ

#373429 rengi CMYK tonu (0,5,25,78).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.45%
  • sarı tonu 25.45%
  • ana renk tonu 78.43%
CMYK:
(0,5,25,78)
C0M5Y25K78 
(0%,5%,25%,78%)
(0.00/0.05/0.25/0.78)	

CMYK yüzdeleri

%0
%5.45
%25.45
%78.43

Codes

Color #373429 in popluar color models

373429
RGB555241
HSL47°14.58%18.82%
HSB/HSV47°25.45%21.57%
CMYK0.00%5.45%25.45%
78.43%

Color #373429 in popluar number systems.

HEX373429
Decimal555241
Binary110111110100101001
Octal676451

Shades and tints

Shades of #373429

#373429
(55,52,41)
#323026
(50,48,38)
#2D2C23
(45,44,35)
#282820
(40,40,32)
#23241D
(35,36,29)
#1E201A
(30,32,26)
#191C17
(25,28,23)
#141814
(20,24,20)
#0F1411
(15,20,17)
#0A100E
(10,16,14)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #373429

#373429
(55,52,41)
#49463C
(73,70,60)
#5B584F
(91,88,79)
#6D6A62
(109,106,98)
#7F7C75
(127,124,117)
#918E88
(145,142,136)
#A3A09B
(163,160,155)
#B5B2AE
(181,178,174)
#C7C4C1
(199,196,193)
#D9D6D4
(217,214,212)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373429; }

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

This text font color is #373429.


Background Color

.myBgColor { background-color: #373429; }

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

This div background color is #373429.


Border color

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

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

This div border color is #373429.


Opacity

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

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

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

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

This text has shadow with #373429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373429 on black background.


Color preview on white background

This text has color #373429 on white background.



Black color preview on #373429 background

This text has black color on #373429 background.


White color preview on #373429 background

This text has white color on #373429 background.