COLOR #472634

HEX: #472634
RGB: (71,38,52)

Renk bilgisi

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

RGB renk modeli

#472634 color RGB value is (71,38,52).

  • kırmız ton 71;
  • yeşil ton 38;
  • mavi ton 52.
RGB:
(71,38,52)
(28%,15%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 38 of 255 = 15%
B 52 of 255 = 20%

71
38
52

R + G + B ~ 21%. #472634 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 38 + 52 = 161 (100%)
R 71 of 161 ~ 44.1%
G 38 of 161 ~ 23.6%
B 52 of 161 ~ 32.3%

%44.1
%23.6
%32.3

CMYK RENK MODELİ

#472634 rengi CMYK tonu (0,46,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.48%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,46,27,72)
C0M46Y27K72 
(0%,46%,27%,72%)
(0.00/0.46/0.27/0.72)	

CMYK yüzdeleri

%0
%46.48
%26.76
%72.16

Codes

Color #472634 in popluar color models

472634
RGB713852
HSL335°30.28%21.37%
HSB/HSV335°46.48%27.84%
CMYK0.00%46.48%26.76%
72.16%

Color #472634 in popluar number systems.

HEX472634
Decimal713852
Binary1000111100110110100
Octal1074664

Shades and tints

Shades of #472634

#472634
(71,38,52)
#412330
(65,35,48)
#3B202C
(59,32,44)
#351D28
(53,29,40)
#2F1A24
(47,26,36)
#291720
(41,23,32)
#23141C
(35,20,28)
#1D1118
(29,17,24)
#170E14
(23,14,20)
#110B10
(17,11,16)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #472634

#472634
(71,38,52)
#573946
(87,57,70)
#674C58
(103,76,88)
#775F6A
(119,95,106)
#87727C
(135,114,124)
#97858E
(151,133,142)
#A798A0
(167,152,160)
#B7ABB2
(183,171,178)
#C7BEC4
(199,190,196)
#D7D1D6
(215,209,214)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472634; }

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

This text font color is #472634.


Background Color

.myBgColor { background-color: #472634; }

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

This div background color is #472634.


Border color

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

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

This div border color is #472634.


Opacity

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

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

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

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

This text has shadow with #472634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472634 on black background.


Color preview on white background

This text has color #472634 on white background.



Black color preview on #472634 background

This text has black color on #472634 background.


White color preview on #472634 background

This text has white color on #472634 background.