COLOR #C5B278

HEX: #C5B278
RGB: (197,178,120)

Color info

#C5B278 contains mainly red and green colors. Web safe color of #C5B278 is #CC9966 (or #C96).

RGB color model

#C5B278 color RGB value is (197,178,120).

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

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 120 of 255 = 47%

197
178
120

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

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 120 = 495 (100%)
R 197 of 495 ~ 39.8%
G 178 of 495 ~ 35.96%
B 120 of 495 ~ 24.24%

%39.8
%35.96
%24.24

CMYK color model

#C5B278 color CMYK value is (0,10,39,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 39.09%
  • key color value is 22.75%
CMYK:
(0,10,39,23)
C0M10Y39K23 
(0%,10%,39%,23%)
(0.00/0.10/0.39/0.23)	

CMYK percentages

%0
%9.64
%39.09
%22.75

Codes

Color #C5B278 in popluar color models

C5B278
RGB197178120
HSL45°39.90%62.16%
HSB/HSV45°39.09%77.25%
CMYK0.00%9.64%39.09%
22.75%

Color #C5B278 in popluar number systems.

HEXC5B278
Decimal197178120
Binary11000101101100101111000
Octal305262170

Shades and tints

Shades of #C5B278

#C5B278
(197,178,120)
#B4A26E
(180,162,110)
#A39264
(163,146,100)
#92825A
(146,130,90)
#817250
(129,114,80)
#706246
(112,98,70)
#5F523C
(95,82,60)
#4E4232
(78,66,50)
#3D3228
(61,50,40)
#2C221E
(44,34,30)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #C5B278

#C5B278
(197,178,120)
#CAB984
(202,185,132)
#CFC090
(207,192,144)
#D4C79C
(212,199,156)
#D9CEA8
(217,206,168)
#DED5B4
(222,213,180)
#E3DCC0
(227,220,192)
#E8E3CC
(232,227,204)
#EDEAD8
(237,234,216)
#F2F1E4
(242,241,228)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B278; }

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

This text font color is #C5B278.


Background Color

.myBgColor { background-color: #C5B278; }

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

This div background color is #C5B278.


Border color

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

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

This div border color is #C5B278.


Opacity

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

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

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

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

This text has shadow with #C5B278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B278 on black background.


Color preview on white background

This text has color #C5B278 on white background.



Black color preview on #C5B278 background

This text has black color on #C5B278 background.


White color preview on #C5B278 background

This text has white color on #C5B278 background.