COLOR #C3976D

HEX: #C3976D RGB: (195,151,109)

Color info

#C3976D contains mainly red and green colors. Web safe color of #C3976D is #CC9966 (or #C96).

RGB color model

#C3976D color RGB value is (195,151,109).

RGB: (195,151,109) (76%, 59%, 43%)

RGB channels and saturation

R 195 of 255 = 76%
G 151 of 255 = 59%
B 109 of 255 = 43%

195
151
109

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

Portions of RGB colors in percentages

R + G + B = 195 + 151 + 109 = 455 (100%)
R 195 of 455 ~ 42.86%
G 151 of 455 ~ 33.19%
B 109 of 455 ~ 23.96'%

%42.86
%33.19
%23.96

CMYK color model

#C3976D color CMYK value is (0,23,44,24).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 44.10%
  • key color value is 23.53%

CMYK: (0,23,44,24)
C0M23Y44K24 (0%, 23%, 44%, 24%)
(0.00 / 0.23 / 0.44 / 0.24)

CMYK percentages

%0
%22.56
%44.1
%23.53

Codes

Color #C3976D in popluar color models

C3 97 6D
RGB 195 151 109
HSL 29° 41.75% 59.61%
HSB/HSV 29° 44.10% 76.47%
CMYK 0.00% 22.56% 44.10%
23.53%

Color #C3976D in popluar number systems.

HEX C3 97 6D
Decimal 195 151 109
Binary 11000011 10010111 1101101
Octal 303 227 155

Shades and tints

Shades of #C3976D

#C3976D
(195,151,109)
#B28A64
(178,138,100)
#A17D5B
(161,125,91)
#907052
(144,112,82)
#7F6349
(127,99,73)
#6E5640
(110,86,64)
#5D4937
(93,73,55)
#4C3C2E
(76,60,46)
#3B2F25
(59,47,37)
#2A221C
(42,34,28)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3976D

#C3976D
(195,151,109)
#C8A07A
(200,160,122)
#CDA987
(205,169,135)
#D2B294
(210,178,148)
#D7BBA1
(215,187,161)
#DCC4AE
(220,196,174)
#E1CDBB
(225,205,187)
#E6D6C8
(230,214,200)
#EBDFD5
(235,223,213)
#F0E8E2
(240,232,226)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3976D color. Also use rgb(195,151,109) instead hex code.

Text Font Color

.myTextColor { color: #C3976D; }

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

This text font color is #C3976D.

Background Color

.myBgColor { background-color: #C3976D; }

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

This div background color is #C3976D.

Border color

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

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

This div border color is #C3976D.

Opacity

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

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

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

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

This text has shadow with #C3976D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3976D.

Preview

Color preview on black background

This text has color #C3976D on black background.


Color preview on white background

This text has color #C3976D on white background.


Black color preview on #C3976D background

This text has black color on #C3976D background.


White color preview on #C3976D background

This text has white color on #C3976D background.


Related colors

Complementary color

Complementary color for #hex is #3C6892.


I love getcolorcode.com

Triadic colors

1 #6DC397 and #976DC3 with #C3976D are triadic colors.

2 #6D97C3 and #97C36D with #C3976D are triadic colors.