COLOR #373448

HEX: #373448
RGB: (55,52,72)

Renk bilgisi

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

RGB renk modeli

#373448 color RGB value is (55,52,72).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 52 of 255 = 20%
B 72 of 255 = 28%

55
52
72

R + G + B ~ 23%. #373448 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 52 + 72 = 179 (100%)
R 55 of 179 ~ 30.73%
G 52 of 179 ~ 29.05%
B 72 of 179 ~ 40.22%

%30.73
%29.05
%40.22

CMYK RENK MODELİ

#373448 rengi CMYK tonu (24,28,0,72).

  • camgöbeği tonu 23.61%
  • eflatun tonu 27.78%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(24,28,0,72)
C24M28Y0K72 
(24%,28%,0%,72%)
(0.24/0.28/0.00/0.72)	

CMYK yüzdeleri

%23.61
%27.78
%0
%71.76

Codes

Color #373448 in popluar color models

373448
RGB555272
HSL249°16.13%24.31%
HSB/HSV249°27.78%28.24%
CMYK23.61%27.78%0.00%
71.76%

Color #373448 in popluar number systems.

HEX373448
Decimal555272
Binary1101111101001001000
Octal6764110

Shades and tints

Shades of #373448

#373448
(55,52,72)
#323042
(50,48,66)
#2D2C3C
(45,44,60)
#282836
(40,40,54)
#232430
(35,36,48)
#1E202A
(30,32,42)
#191C24
(25,28,36)
#14181E
(20,24,30)
#0F1418
(15,20,24)
#0A1012
(10,16,18)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #373448

#373448
(55,52,72)
#494658
(73,70,88)
#5B5868
(91,88,104)
#6D6A78
(109,106,120)
#7F7C88
(127,124,136)
#918E98
(145,142,152)
#A3A0A8
(163,160,168)
#B5B2B8
(181,178,184)
#C7C4C8
(199,196,200)
#D9D6D8
(217,214,216)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373448; }

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

This text font color is #373448.


Background Color

.myBgColor { background-color: #373448; }

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

This div background color is #373448.


Border color

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

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

This div border color is #373448.


Opacity

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

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

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

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

This text has shadow with #373448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373448 on black background.


Color preview on white background

This text has color #373448 on white background.



Black color preview on #373448 background

This text has black color on #373448 background.


White color preview on #373448 background

This text has white color on #373448 background.