COLOR #834F3C

HEX: #834F3C RGB: (131,79,60)

Color info

#834F3C contains mainly red and green colors. Web safe color of #834F3C is #996633 (or #963).

RGB color model

#834F3C color RGB value is (131,79,60).

RGB: (131,79,60) (51%, 31%, 24%)

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 60 of 255 = 24%

131
79
60

R + G + B ~ 35%. #834F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 79 + 60 = 270 (100%)
R 131 of 270 ~ 48.52%
G 79 of 270 ~ 29.26%
B 60 of 270 ~ 22.22'%

%48.52
%29.26
%22.22

CMYK color model

#834F3C color CMYK value is (0,40,54,49).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 54.20%
  • key color value is 48.63%

CMYK: (0,40,54,49)
C0M40Y54K49 (0%, 40%, 54%, 49%)
(0.00 / 0.40 / 0.54 / 0.49)

CMYK percentages

%0
%39.69
%54.2
%48.63

Codes

Color #834F3C in popluar color models

83 4F 3C
RGB 131 79 60
HSL 16° 37.17% 37.45%
HSB/HSV 16° 54.20% 51.37%
CMYK 0.00% 39.69% 54.20%
48.63%

Color #834F3C in popluar number systems.

HEX 83 4F 3C
Decimal 131 79 60
Binary 10000011 1001111 111100
Octal 203 117 74

Shades and tints

Shades of #834F3C

#834F3C
(131,79,60)
#784837
(120,72,55)
#6D4132
(109,65,50)
#623A2D
(98,58,45)
#573328
(87,51,40)
#4C2C23
(76,44,35)
#41251E
(65,37,30)
#361E19
(54,30,25)
#2B1714
(43,23,20)
#20100F
(32,16,15)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #834F3C

#834F3C
(131,79,60)
#8E5F4D
(142,95,77)
#996F5E
(153,111,94)
#A47F6F
(164,127,111)
#AF8F80
(175,143,128)
#BA9F91
(186,159,145)
#C5AFA2
(197,175,162)
#D0BFB3
(208,191,179)
#DBCFC4
(219,207,196)
#E6DFD5
(230,223,213)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834F3C color. Also use rgb(131,79,60) instead hex code.

Text Font Color

.myTextColor { color: #834F3C; }

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

This text font color is #834F3C.

Background Color

.myBgColor { background-color: #834F3C; }

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

This div background color is #834F3C.

Border color

.myBorderColor { border: 1px solid #834F3C; }

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

This div border color is #834F3C.

Opacity

.myOpacity80 { color: #834F3C; opacity: 0.8; }

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

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

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

This text has shadow with #834F3C color.


.textShadow {text-shadow: 3px 3px 1px #834F3C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #834F3C; -webkit-box-shadow: 1px 1px 3px 2px #834F3C; box-shadow:1px 1px 3px 2px #834F3C;">
Div content here
</div>

This div box has shadow with color #834F3C.

Preview

Color preview on black background

This text has color #834F3C on black background.


Color preview on white background

This text has color #834F3C on white background.


Black color preview on #834F3C background

This text has black color on #834F3C background.


White color preview on #834F3C background

This text has white color on #834F3C background.


Related colors

Complementary color

Complementary color for #hex is #7CB0C3.


I love getcolorcode.com

Triadic colors

1 #3C834F and #4F3C83 with #834F3C are triadic colors.

2 #3C4F83 and #4F833C with #834F3C are triadic colors.