COLOR #472323

HEX: #472323
RGB: (71,35,35)

Renk bilgisi

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

RGB renk modeli

#472323 color RGB value is (71,35,35).

  • kırmız ton 71;
  • yeşil ton 35;
  • mavi ton 35.
RGB:
(71,35,35)
(28%,14%,14%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 35 of 255 = 14%
B 35 of 255 = 14%

71
35
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 35 + 35 = 141 (100%)
R 71 of 141 ~ 50.35%
G 35 of 141 ~ 24.82%
B 35 of 141 ~ 24.82%

%50.35
%24.82
%24.82

CMYK RENK MODELİ

#472323 rengi CMYK tonu (0,51,51,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.70%
  • sarı tonu 50.70%
  • ana renk tonu 72.16%
CMYK:
(0,51,51,72)
C0M51Y51K72 
(0%,51%,51%,72%)
(0.00/0.51/0.51/0.72)	

CMYK yüzdeleri

%0
%50.7
%50.7
%72.16

Codes

Color #472323 in popluar color models

472323
RGB713535
HSL33.96%20.78%
HSB/HSV50.70%27.84%
CMYK0.00%50.70%50.70%
72.16%

Color #472323 in popluar number systems.

HEX472323
Decimal713535
Binary1000111100011100011
Octal1074343

Shades and tints

Shades of #472323

#472323
(71,35,35)
#412020
(65,32,32)
#3B1D1D
(59,29,29)
#351A1A
(53,26,26)
#2F1717
(47,23,23)
#291414
(41,20,20)
#231111
(35,17,17)
#1D0E0E
(29,14,14)
#170B0B
(23,11,11)
#110808
(17,8,8)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #472323

#472323
(71,35,35)
#573737
(87,55,55)
#674B4B
(103,75,75)
#775F5F
(119,95,95)
#877373
(135,115,115)
#978787
(151,135,135)
#A79B9B
(167,155,155)
#B7AFAF
(183,175,175)
#C7C3C3
(199,195,195)
#D7D7D7
(215,215,215)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472323; }

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

This text font color is #472323.


Background Color

.myBgColor { background-color: #472323; }

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

This div background color is #472323.


Border color

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

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

This div border color is #472323.


Opacity

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

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

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

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

This text has shadow with #472323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472323 on black background.


Color preview on white background

This text has color #472323 on white background.



Black color preview on #472323 background

This text has black color on #472323 background.


White color preview on #472323 background

This text has white color on #472323 background.