COLOR #C5B67B

HEX: #C5B67B RGB: (197,182,123)

Color info

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

RGB color model

#C5B67B color RGB value is (197,182,123).

RGB: (197,182,123) (77%, 71%, 48%)

RGB channels and saturation

R 197 of 255 = 77%
G 182 of 255 = 71%
B 123 of 255 = 48%

197
182
123

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

Portions of RGB colors in percentages

R + G + B = 197 + 182 + 123 = 502 (100%)
R 197 of 502 ~ 39.24%
G 182 of 502 ~ 36.25%
B 123 of 502 ~ 24.5'%

%39.24
%36.25
%24.5

CMYK color model

#C5B67B color CMYK value is (0,8,38,23).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 37.56%
  • key color value is 22.75%

CMYK: (0,8,38,23)
C0M8Y38K23 (0%, 8%, 38%, 23%)
(0.00 / 0.08 / 0.38 / 0.23)

CMYK percentages

%0
%7.61
%37.56
%22.75

Codes

Color #C5B67B in popluar color models

C5 B6 7B
RGB 197 182 123
HSL 48° 38.95% 62.75%
HSB/HSV 48° 37.56% 77.25%
CMYK 0.00% 7.61% 37.56%
22.75%

Color #C5B67B in popluar number systems.

HEX C5 B6 7B
Decimal 197 182 123
Binary 11000101 10110110 1111011
Octal 305 266 173

Shades and tints

Shades of #C5B67B

#C5B67B
(197,182,123)
#B4A670
(180,166,112)
#A39665
(163,150,101)
#92865A
(146,134,90)
#81764F
(129,118,79)
#706644
(112,102,68)
#5F5639
(95,86,57)
#4E462E
(78,70,46)
#3D3623
(61,54,35)
#2C2618
(44,38,24)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #C5B67B

#C5B67B
(197,182,123)
#CABC87
(202,188,135)
#CFC293
(207,194,147)
#D4C89F
(212,200,159)
#D9CEAB
(217,206,171)
#DED4B7
(222,212,183)
#E3DAC3
(227,218,195)
#E8E0CF
(232,224,207)
#EDE6DB
(237,230,219)
#F2ECE7
(242,236,231)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B67B color. Also use rgb(197,182,123) instead hex code.

Text Font Color

.myTextColor { color: #C5B67B; }

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

This text font color is #C5B67B.

Background Color

.myBgColor { background-color: #C5B67B; }

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

This div background color is #C5B67B.

Border color

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

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

This div border color is #C5B67B.

Opacity

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

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

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

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

This text has shadow with #C5B67B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B67B.

Preview

Color preview on black background

This text has color #C5B67B on black background.


Color preview on white background

This text has color #C5B67B on white background.


Black color preview on #C5B67B background

This text has black color on #C5B67B background.


White color preview on #C5B67B background

This text has white color on #C5B67B background.


Related colors

Complementary color

Complementary color for #hex is #3A4984.


I love getcolorcode.com

Triadic colors

1 #7BC5B6 and #B67BC5 with #C5B67B are triadic colors.

2 #7BB6C5 and #B6C57B with #C5B67B are triadic colors.