COLOR #814748

HEX: #814748
RGB: (129,71,72)

Color info

#814748 contains red, green and blue colors in about the same proportion. Web safe color of #814748 is #993333 (or #933).

RGB color model

#814748 color RGB value is (129,71,72).

  • red value is 129;
  • green value is 71;
  • blue value is 72.
RGB:
(129,71,72)
(51%,28%,28%)

RGB channels and saturation

R 129 of 255 = 51%
G 71 of 255 = 28%
B 72 of 255 = 28%

129
71
72

R + G + B ~ 36%. #814748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 71 + 72 = 272 (100%)
R 129 of 272 ~ 47.43%
G 71 of 272 ~ 26.1%
B 72 of 272 ~ 26.47%

%47.43
%26.1
%26.47

CMYK color model

#814748 color CMYK value is (0,45,44,49).

  • cyan value is 0.00%
  • magenta value is 44.96%
  • yellow value is 44.19%
  • key color value is 49.41%
CMYK:
(0,45,44,49)
C0M45Y44K49 
(0%,45%,44%,49%)
(0.00/0.45/0.44/0.49)	

CMYK percentages

%0
%44.96
%44.19
%49.41

Codes

Color #814748 in popluar color models

814748
RGB1297172
HSL359°29.00%39.22%
HSB/HSV359°44.96%50.59%
CMYK0.00%44.96%44.19%
49.41%

Color #814748 in popluar number systems.

HEX814748
Decimal1297172
Binary1000000110001111001000
Octal201107110

Shades and tints

Shades of #814748

#814748
(129,71,72)
#764142
(118,65,66)
#6B3B3C
(107,59,60)
#603536
(96,53,54)
#552F30
(85,47,48)
#4A292A
(74,41,42)
#3F2324
(63,35,36)
#341D1E
(52,29,30)
#291718
(41,23,24)
#1E1112
(30,17,18)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #814748

#814748
(129,71,72)
#8C5758
(140,87,88)
#976768
(151,103,104)
#A27778
(162,119,120)
#AD8788
(173,135,136)
#B89798
(184,151,152)
#C3A7A8
(195,167,168)
#CEB7B8
(206,183,184)
#D9C7C8
(217,199,200)
#E4D7D8
(228,215,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814748 color. Also use rgb(129,71,72) instead hex code.

Text Font Color

.myTextColor { color: #814748; }

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

This text font color is #814748.


Background Color

.myBgColor { background-color: #814748; }

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

This div background color is #814748.


Border color

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

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

This div border color is #814748.


Opacity

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

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

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

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

This text has shadow with #814748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814748 on black background.


Color preview on white background

This text has color #814748 on white background.



Black color preview on #814748 background

This text has black color on #814748 background.


White color preview on #814748 background

This text has white color on #814748 background.