COLOR #C5B778

HEX: #C5B778
RGB: (197,183,120)

Color info

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

RGB color model

#C5B778 color RGB value is (197,183,120).

  • red value is 197;
  • green value is 183;
  • blue value is 120.
RGB:
(197,183,120)
(77%,72%,47%)

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 120 of 255 = 47%

197
183
120

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

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 120 = 500 (100%)
R 197 of 500 ~ 39.4%
G 183 of 500 ~ 36.6%
B 120 of 500 ~ 24%

%39.4
%36.6
%24

CMYK color model

#C5B778 color CMYK value is (0,7,39,23).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 39.09%
  • key color value is 22.75%
CMYK:
(0,7,39,23)
C0M7Y39K23 
(0%,7%,39%,23%)
(0.00/0.07/0.39/0.23)	

CMYK percentages

%0
%7.11
%39.09
%22.75

Codes

Color #C5B778 in popluar color models

C5B778
RGB197183120
HSL49°39.90%62.16%
HSB/HSV49°39.09%77.25%
CMYK0.00%7.11%39.09%
22.75%

Color #C5B778 in popluar number systems.

HEXC5B778
Decimal197183120
Binary11000101101101111111000
Octal305267170

Shades and tints

Shades of #C5B778

#C5B778
(197,183,120)
#B4A76E
(180,167,110)
#A39764
(163,151,100)
#92875A
(146,135,90)
#817750
(129,119,80)
#706746
(112,103,70)
#5F573C
(95,87,60)
#4E4732
(78,71,50)
#3D3728
(61,55,40)
#2C271E
(44,39,30)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5B778

#C5B778
(197,183,120)
#CABD84
(202,189,132)
#CFC390
(207,195,144)
#D4C99C
(212,201,156)
#D9CFA8
(217,207,168)
#DED5B4
(222,213,180)
#E3DBC0
(227,219,192)
#E8E1CC
(232,225,204)
#EDE7D8
(237,231,216)
#F2EDE4
(242,237,228)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B778 color. Also use rgb(197,183,120) instead hex code.

Text Font Color

.myTextColor { color: #C5B778; }

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

This text font color is #C5B778.


Background Color

.myBgColor { background-color: #C5B778; }

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

This div background color is #C5B778.


Border color

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

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

This div border color is #C5B778.


Opacity

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

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

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

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

This text has shadow with #C5B778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B778 on black background.


Color preview on white background

This text has color #C5B778 on white background.



Black color preview on #C5B778 background

This text has black color on #C5B778 background.


White color preview on #C5B778 background

This text has white color on #C5B778 background.