COLOR #C4B68D

HEX: #C4B68D
RGB: (196,182,141)

Color info

#C4B68D contains red, green and blue colors in about the same proportion. Web safe color of #C4B68D is #CCCC99 (or #CC9).

RGB color model

#C4B68D color RGB value is (196,182,141).

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

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 141 of 255 = 55%

196
182
141

R + G + B ~ 68%. #C4B68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 141 = 519 (100%)
R 196 of 519 ~ 37.76%
G 182 of 519 ~ 35.07%
B 141 of 519 ~ 27.17%

%37.76
%35.07
%27.17

CMYK color model

#C4B68D color CMYK value is (0,7,28,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(0,7,28,23)
C0M7Y28K23 
(0%,7%,28%,23%)
(0.00/0.07/0.28/0.23)	

CMYK percentages

%0
%7.14
%28.06
%23.14

Codes

Color #C4B68D in popluar color models

C4B68D
RGB196182141
HSL45°31.79%66.08%
HSB/HSV45°28.06%76.86%
CMYK0.00%7.14%28.06%
23.14%

Color #C4B68D in popluar number systems.

HEXC4B68D
Decimal196182141
Binary110001001011011010001101
Octal304266215

Shades and tints

Shades of #C4B68D

#C4B68D
(196,182,141)
#B3A681
(179,166,129)
#A29675
(162,150,117)
#918669
(145,134,105)
#80765D
(128,118,93)
#6F6651
(111,102,81)
#5E5645
(94,86,69)
#4D4639
(77,70,57)
#3C362D
(60,54,45)
#2B2621
(43,38,33)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4B68D

#C4B68D
(196,182,141)
#C9BC97
(201,188,151)
#CEC2A1
(206,194,161)
#D3C8AB
(211,200,171)
#D8CEB5
(216,206,181)
#DDD4BF
(221,212,191)
#E2DAC9
(226,218,201)
#E7E0D3
(231,224,211)
#ECE6DD
(236,230,221)
#F1ECE7
(241,236,231)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B68D; }

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

This text font color is #C4B68D.


Background Color

.myBgColor { background-color: #C4B68D; }

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

This div background color is #C4B68D.


Border color

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

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

This div border color is #C4B68D.


Opacity

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

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

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

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

This text has shadow with #C4B68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B68D on black background.


Color preview on white background

This text has color #C4B68D on white background.



Black color preview on #C4B68D background

This text has black color on #C4B68D background.


White color preview on #C4B68D background

This text has white color on #C4B68D background.