COLOR #475829

HEX: #475829
RGB: (71,88,41)

Renk bilgisi

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

RGB renk modeli

#475829 color RGB value is (71,88,41).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 88 of 255 = 35%
B 41 of 255 = 16%

71
88
41

R + G + B ~ 26%. #475829 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 88 + 41 = 200 (100%)
R 71 of 200 ~ 35.5%
G 88 of 200 ~ 44%
B 41 of 200 ~ 20.5%

%35.5
%44
%20.5

CMYK RENK MODELİ

#475829 rengi CMYK tonu (19,0,53,65).

  • camgöbeği tonu 19.32%
  • eflatun tonu 0.00%
  • sarı tonu 53.41%
  • ana renk tonu 65.49%
CMYK:
(19,0,53,65)
C19M0Y53K65 
(19%,0%,53%,65%)
(0.19/0.00/0.53/0.65)	

CMYK yüzdeleri

%19.32
%0
%53.41
%65.49

Codes

Color #475829 in popluar color models

475829
RGB718841
HSL82°36.43%25.29%
HSB/HSV82°53.41%34.51%
CMYK19.32%0.00%53.41%
65.49%

Color #475829 in popluar number systems.

HEX475829
Decimal718841
Binary10001111011000101001
Octal10713051

Shades and tints

Shades of #475829

#475829
(71,88,41)
#415026
(65,80,38)
#3B4823
(59,72,35)
#354020
(53,64,32)
#2F381D
(47,56,29)
#29301A
(41,48,26)
#232817
(35,40,23)
#1D2014
(29,32,20)
#171811
(23,24,17)
#11100E
(17,16,14)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #475829

#475829
(71,88,41)
#57673C
(87,103,60)
#67764F
(103,118,79)
#778562
(119,133,98)
#879475
(135,148,117)
#97A388
(151,163,136)
#A7B29B
(167,178,155)
#B7C1AE
(183,193,174)
#C7D0C1
(199,208,193)
#D7DFD4
(215,223,212)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475829; }

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

This text font color is #475829.


Background Color

.myBgColor { background-color: #475829; }

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

This div background color is #475829.


Border color

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

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

This div border color is #475829.


Opacity

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

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

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

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

This text has shadow with #475829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475829 on black background.


Color preview on white background

This text has color #475829 on white background.



Black color preview on #475829 background

This text has black color on #475829 background.


White color preview on #475829 background

This text has white color on #475829 background.