COLOR #C4B478

HEX: #C4B478
RGB: (196,180,120)

Color info

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

RGB color model

#C4B478 color RGB value is (196,180,120).

  • red value is 196;
  • green value is 180;
  • blue value is 120.
RGB:
(196,180,120)
(77%,71%,47%)

RGB channels and saturation

R 196 of 255 = 77%
G 180 of 255 = 71%
B 120 of 255 = 47%

196
180
120

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

Portions of RGB colors in percentages

R + G + B =
196 + 180 + 120 = 496 (100%)
R 196 of 496 ~ 39.52%
G 180 of 496 ~ 36.29%
B 120 of 496 ~ 24.19%

%39.52
%36.29
%24.19

CMYK color model

#C4B478 color CMYK value is (0,8,39,23).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 38.78%
  • key color value is 23.14%
CMYK:
(0,8,39,23)
C0M8Y39K23 
(0%,8%,39%,23%)
(0.00/0.08/0.39/0.23)	

CMYK percentages

%0
%8.16
%38.78
%23.14

Codes

Color #C4B478 in popluar color models

C4B478
RGB196180120
HSL47°39.18%61.96%
HSB/HSV47°38.78%76.86%
CMYK0.00%8.16%38.78%
23.14%

Color #C4B478 in popluar number systems.

HEXC4B478
Decimal196180120
Binary11000100101101001111000
Octal304264170

Shades and tints

Shades of #C4B478

#C4B478
(196,180,120)
#B3A46E
(179,164,110)
#A29464
(162,148,100)
#91845A
(145,132,90)
#807450
(128,116,80)
#6F6446
(111,100,70)
#5E543C
(94,84,60)
#4D4432
(77,68,50)
#3C3428
(60,52,40)
#2B241E
(43,36,30)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4B478

#C4B478
(196,180,120)
#C9BA84
(201,186,132)
#CEC090
(206,192,144)
#D3C69C
(211,198,156)
#D8CCA8
(216,204,168)
#DDD2B4
(221,210,180)
#E2D8C0
(226,216,192)
#E7DECC
(231,222,204)
#ECE4D8
(236,228,216)
#F1EAE4
(241,234,228)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B478 color. Also use rgb(196,180,120) instead hex code.

Text Font Color

.myTextColor { color: #C4B478; }

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

This text font color is #C4B478.


Background Color

.myBgColor { background-color: #C4B478; }

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

This div background color is #C4B478.


Border color

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

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

This div border color is #C4B478.


Opacity

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

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

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

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

This text has shadow with #C4B478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B478 on black background.


Color preview on white background

This text has color #C4B478 on white background.



Black color preview on #C4B478 background

This text has black color on #C4B478 background.


White color preview on #C4B478 background

This text has white color on #C4B478 background.