COLOR #C5B381

HEX: #C5B381
RGB: (197,179,129)

Color info

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

RGB color model

#C5B381 color RGB value is (197,179,129).

  • red value is 197;
  • green value is 179;
  • blue value is 129.
RGB:
(197,179,129)
(77%,70%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 129 of 255 = 51%

197
179
129

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

Portions of RGB colors in percentages

R + G + B =
197 + 179 + 129 = 505 (100%)
R 197 of 505 ~ 39.01%
G 179 of 505 ~ 35.45%
B 129 of 505 ~ 25.54%

%39.01
%35.45
%25.54

CMYK color model

#C5B381 color CMYK value is (0,9,35,23).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(0,9,35,23)
C0M9Y35K23 
(0%,9%,35%,23%)
(0.00/0.09/0.35/0.23)	

CMYK percentages

%0
%9.14
%34.52
%22.75

Codes

Color #C5B381 in popluar color models

C5B381
RGB197179129
HSL44°36.96%63.92%
HSB/HSV44°34.52%77.25%
CMYK0.00%9.14%34.52%
22.75%

Color #C5B381 in popluar number systems.

HEXC5B381
Decimal197179129
Binary110001011011001110000001
Octal305263201

Shades and tints

Shades of #C5B381

#C5B381
(197,179,129)
#B4A376
(180,163,118)
#A3936B
(163,147,107)
#928360
(146,131,96)
#817355
(129,115,85)
#70634A
(112,99,74)
#5F533F
(95,83,63)
#4E4334
(78,67,52)
#3D3329
(61,51,41)
#2C231E
(44,35,30)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C5B381

#C5B381
(197,179,129)
#CAB98C
(202,185,140)
#CFBF97
(207,191,151)
#D4C5A2
(212,197,162)
#D9CBAD
(217,203,173)
#DED1B8
(222,209,184)
#E3D7C3
(227,215,195)
#E8DDCE
(232,221,206)
#EDE3D9
(237,227,217)
#F2E9E4
(242,233,228)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B381 color. Also use rgb(197,179,129) instead hex code.

Text Font Color

.myTextColor { color: #C5B381; }

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

This text font color is #C5B381.


Background Color

.myBgColor { background-color: #C5B381; }

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

This div background color is #C5B381.


Border color

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

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

This div border color is #C5B381.


Opacity

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

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

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

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

This text has shadow with #C5B381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B381 on black background.


Color preview on white background

This text has color #C5B381 on white background.



Black color preview on #C5B381 background

This text has black color on #C5B381 background.


White color preview on #C5B381 background

This text has white color on #C5B381 background.