COLOR #474353

HEX: #474353
RGB: (71,67,83)

Renk bilgisi

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

RGB renk modeli

#474353 color RGB value is (71,67,83).

  • kırmız ton 71;
  • yeşil ton 67;
  • mavi ton 83.
RGB:
(71,67,83)
(28%,26%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 67 of 255 = 26%
B 83 of 255 = 33%

71
67
83

R + G + B ~ 29%. #474353 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 67 + 83 = 221 (100%)
R 71 of 221 ~ 32.13%
G 67 of 221 ~ 30.32%
B 83 of 221 ~ 37.56%

%32.13
%30.32
%37.56

CMYK RENK MODELİ

#474353 rengi CMYK tonu (14,19,0,67).

  • camgöbeği tonu 14.46%
  • eflatun tonu 19.28%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(14,19,0,67)
C14M19Y0K67 
(14%,19%,0%,67%)
(0.14/0.19/0.00/0.67)	

CMYK yüzdeleri

%14.46
%19.28
%0
%67.45

Codes

Color #474353 in popluar color models

474353
RGB716783
HSL255°10.67%29.41%
HSB/HSV255°19.28%32.55%
CMYK14.46%19.28%0.00%
67.45%

Color #474353 in popluar number systems.

HEX474353
Decimal716783
Binary100011110000111010011
Octal107103123

Shades and tints

Shades of #474353

#474353
(71,67,83)
#413D4C
(65,61,76)
#3B3745
(59,55,69)
#35313E
(53,49,62)
#2F2B37
(47,43,55)
#292530
(41,37,48)
#231F29
(35,31,41)
#1D1922
(29,25,34)
#17131B
(23,19,27)
#110D14
(17,13,20)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #474353

#474353
(71,67,83)
#575462
(87,84,98)
#676571
(103,101,113)
#777680
(119,118,128)
#87878F
(135,135,143)
#97989E
(151,152,158)
#A7A9AD
(167,169,173)
#B7BABC
(183,186,188)
#C7CBCB
(199,203,203)
#D7DCDA
(215,220,218)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474353 color. Also use rgb(71,67,83) instead hex code.

Text Font Color

.myTextColor { color: #474353; }

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

This text font color is #474353.


Background Color

.myBgColor { background-color: #474353; }

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

This div background color is #474353.


Border color

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

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

This div border color is #474353.


Opacity

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

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

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

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

This text has shadow with #474353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474353 on black background.


Color preview on white background

This text has color #474353 on white background.



Black color preview on #474353 background

This text has black color on #474353 background.


White color preview on #474353 background

This text has white color on #474353 background.