COLOR #C3B977

HEX: #C3B977
RGB: (195,185,119)

Color info

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

RGB color model

#C3B977 color RGB value is (195,185,119).

  • red value is 195;
  • green value is 185;
  • blue value is 119.
RGB:
(195,185,119)
(76%,73%,47%)

RGB channels and saturation

R 195 of 255 = 76%
G 185 of 255 = 73%
B 119 of 255 = 47%

195
185
119

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

Portions of RGB colors in percentages

R + G + B =
195 + 185 + 119 = 499 (100%)
R 195 of 499 ~ 39.08%
G 185 of 499 ~ 37.07%
B 119 of 499 ~ 23.85%

%39.08
%37.07
%23.85

CMYK color model

#C3B977 color CMYK value is (0,5,39,24).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 38.97%
  • key color value is 23.53%
CMYK:
(0,5,39,24)
C0M5Y39K24 
(0%,5%,39%,24%)
(0.00/0.05/0.39/0.24)	

CMYK percentages

%0
%5.13
%38.97
%23.53

Codes

Color #C3B977 in popluar color models

C3B977
RGB195185119
HSL52°38.78%61.57%
HSB/HSV52°38.97%76.47%
CMYK0.00%5.13%38.97%
23.53%

Color #C3B977 in popluar number systems.

HEXC3B977
Decimal195185119
Binary11000011101110011110111
Octal303271167

Shades and tints

Shades of #C3B977

#C3B977
(195,185,119)
#B2A96D
(178,169,109)
#A19963
(161,153,99)
#908959
(144,137,89)
#7F794F
(127,121,79)
#6E6945
(110,105,69)
#5D593B
(93,89,59)
#4C4931
(76,73,49)
#3B3927
(59,57,39)
#2A291D
(42,41,29)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3B977

#C3B977
(195,185,119)
#C8BF83
(200,191,131)
#CDC58F
(205,197,143)
#D2CB9B
(210,203,155)
#D7D1A7
(215,209,167)
#DCD7B3
(220,215,179)
#E1DDBF
(225,221,191)
#E6E3CB
(230,227,203)
#EBE9D7
(235,233,215)
#F0EFE3
(240,239,227)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B977 color. Also use rgb(195,185,119) instead hex code.

Text Font Color

.myTextColor { color: #C3B977; }

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

This text font color is #C3B977.


Background Color

.myBgColor { background-color: #C3B977; }

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

This div background color is #C3B977.


Border color

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

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

This div border color is #C3B977.


Opacity

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

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

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

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

This text has shadow with #C3B977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B977 on black background.


Color preview on white background

This text has color #C3B977 on white background.



Black color preview on #C3B977 background

This text has black color on #C3B977 background.


White color preview on #C3B977 background

This text has white color on #C3B977 background.