COLOR #C4B083

HEX: #C4B083
RGB: (196,176,131)

Color info

#C4B083 contains mainly red and green colors. Web safe color of #C4B083 is #CC9999 (or #C99).

RGB color model

#C4B083 color RGB value is (196,176,131).

  • red value is 196;
  • green value is 176;
  • blue value is 131.
RGB:
(196,176,131)
(77%,69%,51%)

RGB channels and saturation

R 196 of 255 = 77%
G 176 of 255 = 69%
B 131 of 255 = 51%

196
176
131

R + G + B ~ 66%. #C4B083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 176 + 131 = 503 (100%)
R 196 of 503 ~ 38.97%
G 176 of 503 ~ 34.99%
B 131 of 503 ~ 26.04%

%38.97
%34.99
%26.04

CMYK color model

#C4B083 color CMYK value is (0,10,33,23).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(0,10,33,23)
C0M10Y33K23 
(0%,10%,33%,23%)
(0.00/0.10/0.33/0.23)	

CMYK percentages

%0
%10.2
%33.16
%23.14

Codes

Color #C4B083 in popluar color models

C4B083
RGB196176131
HSL42°35.52%64.12%
HSB/HSV42°33.16%76.86%
CMYK0.00%10.20%33.16%
23.14%

Color #C4B083 in popluar number systems.

HEXC4B083
Decimal196176131
Binary110001001011000010000011
Octal304260203

Shades and tints

Shades of #C4B083

#C4B083
(196,176,131)
#B3A078
(179,160,120)
#A2906D
(162,144,109)
#918062
(145,128,98)
#807057
(128,112,87)
#6F604C
(111,96,76)
#5E5041
(94,80,65)
#4D4036
(77,64,54)
#3C302B
(60,48,43)
#2B2020
(43,32,32)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C4B083

#C4B083
(196,176,131)
#C9B78E
(201,183,142)
#CEBE99
(206,190,153)
#D3C5A4
(211,197,164)
#D8CCAF
(216,204,175)
#DDD3BA
(221,211,186)
#E2DAC5
(226,218,197)
#E7E1D0
(231,225,208)
#ECE8DB
(236,232,219)
#F1EFE6
(241,239,230)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B083 color. Also use rgb(196,176,131) instead hex code.

Text Font Color

.myTextColor { color: #C4B083; }

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

This text font color is #C4B083.


Background Color

.myBgColor { background-color: #C4B083; }

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

This div background color is #C4B083.


Border color

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

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

This div border color is #C4B083.


Opacity

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

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

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

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

This text has shadow with #C4B083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B083 on black background.


Color preview on white background

This text has color #C4B083 on white background.



Black color preview on #C4B083 background

This text has black color on #C4B083 background.


White color preview on #C4B083 background

This text has white color on #C4B083 background.