COLOR #C7834F

HEX: #C7834F RGB: (199,131,79)

Color info

#C7834F contains mainly red color. Web safe color of #C7834F is #CC9966 (or #C96).

RGB color model

#C7834F color RGB value is (199,131,79).

RGB: (199,131,79) (78%, 51%, 31%)

RGB channels and saturation

R 199 of 255 = 78%
G 131 of 255 = 51%
B 79 of 255 = 31%

199
131
79

R + G + B ~ 53%. #C7834F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 131 + 79 = 409 (100%)
R 199 of 409 ~ 48.66%
G 131 of 409 ~ 32.03%
B 79 of 409 ~ 19.32'%

%48.66
%32.03
%19.32

CMYK color model

#C7834F color CMYK value is (0,34,60,22).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 60.30%
  • key color value is 21.96%

CMYK: (0,34,60,22)
C0M34Y60K22 (0%, 34%, 60%, 22%)
(0.00 / 0.34 / 0.60 / 0.22)

CMYK percentages

%0
%34.17
%60.3
%21.96

Codes

Color #C7834F in popluar color models

C7 83 4F
RGB 199 131 79
HSL 26° 51.72% 54.51%
HSB/HSV 26° 60.30% 78.04%
CMYK 0.00% 34.17% 60.30%
21.96%

Color #C7834F in popluar number systems.

HEX C7 83 4F
Decimal 199 131 79
Binary 11000111 10000011 1001111
Octal 307 203 117

Shades and tints

Shades of #C7834F

#C7834F
(199,131,79)
#B57848
(181,120,72)
#A36D41
(163,109,65)
#91623A
(145,98,58)
#7F5733
(127,87,51)
#6D4C2C
(109,76,44)
#5B4125
(91,65,37)
#49361E
(73,54,30)
#372B17
(55,43,23)
#252010
(37,32,16)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #C7834F

#C7834F
(199,131,79)
#CC8E5F
(204,142,95)
#D1996F
(209,153,111)
#D6A47F
(214,164,127)
#DBAF8F
(219,175,143)
#E0BA9F
(224,186,159)
#E5C5AF
(229,197,175)
#EAD0BF
(234,208,191)
#EFDBCF
(239,219,207)
#F4E6DF
(244,230,223)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7834F; }

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

This text font color is #C7834F.

Background Color

.myBgColor { background-color: #C7834F; }

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

This div background color is #C7834F.

Border color

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

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

This div border color is #C7834F.

Opacity

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

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

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

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

This text has shadow with #C7834F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7834F.

Preview

Color preview on black background

This text has color #C7834F on black background.


Color preview on white background

This text has color #C7834F on white background.


Black color preview on #C7834F background

This text has black color on #C7834F background.


White color preview on #C7834F background

This text has white color on #C7834F background.


Related colors

Complementary color

Complementary color for #hex is #387CB0.


I love getcolorcode.com

Triadic colors

1 #4FC783 and #834FC7 with #C7834F are triadic colors.

2 #4F83C7 and #83C74F with #C7834F are triadic colors.