COLOR #471725

HEX: #471725
RGB: (71,23,37)

Renk bilgisi

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

RGB renk modeli

#471725 color RGB value is (71,23,37).

  • kırmız ton 71;
  • yeşil ton 23;
  • mavi ton 37.
RGB:
(71,23,37)
(28%,9%,15%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 23 of 255 = 9%
B 37 of 255 = 15%

71
23
37

R + G + B ~ 17%. #471725 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 23 + 37 = 131 (100%)
R 71 of 131 ~ 54.2%
G 23 of 131 ~ 17.56%
B 37 of 131 ~ 28.24%

%54.2
%17.56
%28.24

CMYK RENK MODELİ

#471725 rengi CMYK tonu (0,68,48,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.61%
  • sarı tonu 47.89%
  • ana renk tonu 72.16%
CMYK:
(0,68,48,72)
C0M68Y48K72 
(0%,68%,48%,72%)
(0.00/0.68/0.48/0.72)	

CMYK yüzdeleri

%0
%67.61
%47.89
%72.16

Codes

Color #471725 in popluar color models

471725
RGB712337
HSL343°51.06%18.43%
HSB/HSV343°67.61%27.84%
CMYK0.00%67.61%47.89%
72.16%

Color #471725 in popluar number systems.

HEX471725
Decimal712337
Binary100011110111100101
Octal1072745

Shades and tints

Shades of #471725

#471725
(71,23,37)
#411522
(65,21,34)
#3B131F
(59,19,31)
#35111C
(53,17,28)
#2F0F19
(47,15,25)
#290D16
(41,13,22)
#230B13
(35,11,19)
#1D0910
(29,9,16)
#17070D
(23,7,13)
#11050A
(17,5,10)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #471725

#471725
(71,23,37)
#572C38
(87,44,56)
#67414B
(103,65,75)
#77565E
(119,86,94)
#876B71
(135,107,113)
#978084
(151,128,132)
#A79597
(167,149,151)
#B7AAAA
(183,170,170)
#C7BFBD
(199,191,189)
#D7D4D0
(215,212,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471725; }

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

This text font color is #471725.


Background Color

.myBgColor { background-color: #471725; }

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

This div background color is #471725.


Border color

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

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

This div border color is #471725.


Opacity

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

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

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

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

This text has shadow with #471725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471725 on black background.


Color preview on white background

This text has color #471725 on white background.



Black color preview on #471725 background

This text has black color on #471725 background.


White color preview on #471725 background

This text has white color on #471725 background.