COLOR #475830

HEX: #475830
RGB: (71,88,48)

Color info

#475830 contains red, green and blue colors in about the same proportion. Web safe color of #475830 is #336633 (or #363).

RGB color model

#475830 color RGB value is (71,88,48).

  • red value is 71;
  • green value is 88;
  • blue value is 48.
RGB:
(71,88,48)
(28%,35%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 48 of 255 = 19%

71
88
48

R + G + B ~ 27%. #475830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 48 = 207 (100%)
R 71 of 207 ~ 34.3%
G 88 of 207 ~ 42.51%
B 48 of 207 ~ 23.19%

%34.3
%42.51
%23.19

CMYK color model

#475830 color CMYK value is (19,0,45,65).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK:
(19,0,45,65)
C19M0Y45K65 
(19%,0%,45%,65%)
(0.19/0.00/0.45/0.65)	

CMYK percentages

%19.32
%0
%45.45
%65.49

Codes

Color #475830 in popluar color models

475830
RGB718848
HSL86°29.41%26.67%
HSB/HSV86°45.45%34.51%
CMYK19.32%0.00%45.45%
65.49%

Color #475830 in popluar number systems.

HEX475830
Decimal718848
Binary10001111011000110000
Octal10713060

Shades and tints

Shades of #475830

#475830
(71,88,48)
#41502C
(65,80,44)
#3B4828
(59,72,40)
#354024
(53,64,36)
#2F3820
(47,56,32)
#29301C
(41,48,28)
#232818
(35,40,24)
#1D2014
(29,32,20)
#171810
(23,24,16)
#11100C
(17,16,12)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #475830

#475830
(71,88,48)
#576742
(87,103,66)
#677654
(103,118,84)
#778566
(119,133,102)
#879478
(135,148,120)
#97A38A
(151,163,138)
#A7B29C
(167,178,156)
#B7C1AE
(183,193,174)
#C7D0C0
(199,208,192)
#D7DFD2
(215,223,210)
#E7EEE4
(231,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475830; }

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

This text font color is #475830.


Background Color

.myBgColor { background-color: #475830; }

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

This div background color is #475830.


Border color

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

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

This div border color is #475830.


Opacity

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

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

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

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

This text has shadow with #475830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475830 on black background.


Color preview on white background

This text has color #475830 on white background.



Black color preview on #475830 background

This text has black color on #475830 background.


White color preview on #475830 background

This text has white color on #475830 background.