COLOR #473834

HEX: #473834
RGB: (71,56,52)

Renk bilgisi

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

RGB renk modeli

#473834 color RGB value is (71,56,52).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 56 of 255 = 22%
B 52 of 255 = 20%

71
56
52

R + G + B ~ 23%. #473834 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 56 + 52 = 179 (100%)
R 71 of 179 ~ 39.66%
G 56 of 179 ~ 31.28%
B 52 of 179 ~ 29.05%

%39.66
%31.28
%29.05

CMYK RENK MODELİ

#473834 rengi CMYK tonu (0,21,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.13%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,21,27,72)
C0M21Y27K72 
(0%,21%,27%,72%)
(0.00/0.21/0.27/0.72)	

CMYK yüzdeleri

%0
%21.13
%26.76
%72.16

Codes

Color #473834 in popluar color models

473834
RGB715652
HSL13°15.45%24.12%
HSB/HSV13°26.76%27.84%
CMYK0.00%21.13%26.76%
72.16%

Color #473834 in popluar number systems.

HEX473834
Decimal715652
Binary1000111111000110100
Octal1077064

Shades and tints

Shades of #473834

#473834
(71,56,52)
#413330
(65,51,48)
#3B2E2C
(59,46,44)
#352928
(53,41,40)
#2F2424
(47,36,36)
#291F20
(41,31,32)
#231A1C
(35,26,28)
#1D1518
(29,21,24)
#171014
(23,16,20)
#110B10
(17,11,16)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #473834

#473834
(71,56,52)
#574A46
(87,74,70)
#675C58
(103,92,88)
#776E6A
(119,110,106)
#87807C
(135,128,124)
#97928E
(151,146,142)
#A7A4A0
(167,164,160)
#B7B6B2
(183,182,178)
#C7C8C4
(199,200,196)
#D7DAD6
(215,218,214)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473834; }

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

This text font color is #473834.


Background Color

.myBgColor { background-color: #473834; }

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

This div background color is #473834.


Border color

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

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

This div border color is #473834.


Opacity

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

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

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

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

This text has shadow with #473834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473834 on black background.


Color preview on white background

This text has color #473834 on white background.



Black color preview on #473834 background

This text has black color on #473834 background.


White color preview on #473834 background

This text has white color on #473834 background.