COLOR #C5B78F

HEX: #C5B78F
RGB: (197,183,143)

Color info

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

RGB color model

#C5B78F color RGB value is (197,183,143).

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

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 143 of 255 = 56%

197
183
143

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

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 143 = 523 (100%)
R 197 of 523 ~ 37.67%
G 183 of 523 ~ 34.99%
B 143 of 523 ~ 27.34%

%37.67
%34.99
%27.34

CMYK color model

#C5B78F color CMYK value is (0,7,27,23).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 27.41%
  • key color value is 22.75%
CMYK:
(0,7,27,23)
C0M7Y27K23 
(0%,7%,27%,23%)
(0.00/0.07/0.27/0.23)	

CMYK percentages

%0
%7.11
%27.41
%22.75

Codes

Color #C5B78F in popluar color models

C5B78F
RGB197183143
HSL44°31.76%66.67%
HSB/HSV44°27.41%77.25%
CMYK0.00%7.11%27.41%
22.75%

Color #C5B78F in popluar number systems.

HEXC5B78F
Decimal197183143
Binary110001011011011110001111
Octal305267217

Shades and tints

Shades of #C5B78F

#C5B78F
(197,183,143)
#B4A782
(180,167,130)
#A39775
(163,151,117)
#928768
(146,135,104)
#81775B
(129,119,91)
#70674E
(112,103,78)
#5F5741
(95,87,65)
#4E4734
(78,71,52)
#3D3727
(61,55,39)
#2C271A
(44,39,26)
#1B170D
(27,23,13)
#000000
(0,0,0)

Tints of #C5B78F

#C5B78F
(197,183,143)
#CABD99
(202,189,153)
#CFC3A3
(207,195,163)
#D4C9AD
(212,201,173)
#D9CFB7
(217,207,183)
#DED5C1
(222,213,193)
#E3DBCB
(227,219,203)
#E8E1D5
(232,225,213)
#EDE7DF
(237,231,223)
#F2EDE9
(242,237,233)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B78F; }

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

This text font color is #C5B78F.


Background Color

.myBgColor { background-color: #C5B78F; }

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

This div background color is #C5B78F.


Border color

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

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

This div border color is #C5B78F.


Opacity

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

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

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

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

This text has shadow with #C5B78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B78F on black background.


Color preview on white background

This text has color #C5B78F on white background.



Black color preview on #C5B78F background

This text has black color on #C5B78F background.


White color preview on #C5B78F background

This text has white color on #C5B78F background.