COLOR #C4B676

HEX: #C4B676
RGB: (196,182,118)

Color info

#C4B676 contains mainly red and green colors. Web safe color of #C4B676 is #CCCC66 (or #CC6).

RGB color model

#C4B676 color RGB value is (196,182,118).

  • red value is 196;
  • green value is 182;
  • blue value is 118.
RGB: (196,182,118) (77%,71%,46%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 118 of 255 = 46%

196
182
118

R + G + B ~ 65%. #C4B676 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 118 = 496 (100%)
R 196 of 496 ~ 39.52%
G 182 of 496 ~ 36.69%
B 118 of 496 ~ 23.79%

%39.52
%36.69
%23.79

CMYK color model

#C4B676 color CMYK value is (0,7,40,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK: (0,7,40,23) C0M7Y40K23 (0%,7%,40%,23%) (0.00/0.07/0.40/0.23)

CMYK percentages

%0
%7.14
%39.8
%23.14

Codes

Color #C4B676 in popluar color models

C4B676
RGB196182118
HSL49°39.80%61.57%
HSB/HSV49°39.80%76.86%
CMYK0.00%7.14%39.80%
23.14%

Color #C4B676 in popluar number systems.

HEXC4B676
Decimal196182118
Binary11000100101101101110110
Octal304266166

Shades and tints

Shades of #C4B676

#C4B676
(196,182,118)
#B3A66C
(179,166,108)
#A29662
(162,150,98)
#918658
(145,134,88)
#80764E
(128,118,78)
#6F6644
(111,102,68)
#5E563A
(94,86,58)
#4D4630
(77,70,48)
#3C3626
(60,54,38)
#2B261C
(43,38,28)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4B676

#C4B676
(196,182,118)
#C9BC82
(201,188,130)
#CEC28E
(206,194,142)
#D3C89A
(211,200,154)
#D8CEA6
(216,206,166)
#DDD4B2
(221,212,178)
#E2DABE
(226,218,190)
#E7E0CA
(231,224,202)
#ECE6D6
(236,230,214)
#F1ECE2
(241,236,226)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B676 color. Also use rgb(196,182,118) instead hex code.

Text Font Color

.myTextColor { color: #C4B676; }

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

This text font color is #C4B676.


Background Color

.myBgColor { background-color: #C4B676; }

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

This div background color is #C4B676.


Border color

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

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

This div border color is #C4B676.


Opacity

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

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

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

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

This text has shadow with #C4B676 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4B676 on black background.


Color preview on white background

This text has color #C4B676 on white background.



Black color preview on #C4B676 background

This text has black color on #C4B676 background.


White color preview on #C4B676 background

This text has white color on #C4B676 background.