COLOR #474152

HEX: #474152
RGB: (71,65,82)

Renk bilgisi

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

RGB renk modeli

#474152 color RGB value is (71,65,82).

  • kırmız ton 71;
  • yeşil ton 65;
  • mavi ton 82.
RGB:
(71,65,82)
(28%,25%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 65 of 255 = 25%
B 82 of 255 = 32%

71
65
82

R + G + B ~ 28%. #474152 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 82 = 218 (100%)
R 71 of 218 ~ 32.57%
G 65 of 218 ~ 29.82%
B 82 of 218 ~ 37.61%

%32.57
%29.82
%37.61

CMYK RENK MODELİ

#474152 rengi CMYK tonu (13,21,0,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 20.73%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(13,21,0,68)
C13M21Y0K68 
(13%,21%,0%,68%)
(0.13/0.21/0.00/0.68)	

CMYK yüzdeleri

%13.41
%20.73
%0
%67.84

Codes

Color #474152 in popluar color models

474152
RGB716582
HSL261°11.56%28.82%
HSB/HSV261°20.73%32.16%
CMYK13.41%20.73%0.00%
67.84%

Color #474152 in popluar number systems.

HEX474152
Decimal716582
Binary100011110000011010010
Octal107101122

Shades and tints

Shades of #474152

#474152
(71,65,82)
#413C4B
(65,60,75)
#3B3744
(59,55,68)
#35323D
(53,50,61)
#2F2D36
(47,45,54)
#29282F
(41,40,47)
#232328
(35,35,40)
#1D1E21
(29,30,33)
#17191A
(23,25,26)
#111413
(17,20,19)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #474152

#474152
(71,65,82)
#575261
(87,82,97)
#676370
(103,99,112)
#77747F
(119,116,127)
#87858E
(135,133,142)
#97969D
(151,150,157)
#A7A7AC
(167,167,172)
#B7B8BB
(183,184,187)
#C7C9CA
(199,201,202)
#D7DAD9
(215,218,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474152 color. Also use rgb(71,65,82) instead hex code.

Text Font Color

.myTextColor { color: #474152; }

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

This text font color is #474152.


Background Color

.myBgColor { background-color: #474152; }

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

This div background color is #474152.


Border color

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

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

This div border color is #474152.


Opacity

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

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

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

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

This text has shadow with #474152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474152 on black background.


Color preview on white background

This text has color #474152 on white background.



Black color preview on #474152 background

This text has black color on #474152 background.


White color preview on #474152 background

This text has white color on #474152 background.