COLOR #C3B681

HEX: #C3B681
RGB: (195,182,129)

Color info

#C3B681 contains mainly red and green colors. Web safe color of #C3B681 is #CCCC99 (or #CC9).

RGB color model

#C3B681 color RGB value is (195,182,129).

  • red value is 195;
  • green value is 182;
  • blue value is 129.
RGB:
(195,182,129)
(76%,71%,51%)

RGB channels and saturation

R 195 of 255 = 76%
G 182 of 255 = 71%
B 129 of 255 = 51%

195
182
129

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

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 129 = 506 (100%)
R 195 of 506 ~ 38.54%
G 182 of 506 ~ 35.97%
B 129 of 506 ~ 25.49%

%38.54
%35.97
%25.49

CMYK color model

#C3B681 color CMYK value is (0,7,34,24).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 33.85%
  • key color value is 23.53%
CMYK:
(0,7,34,24)
C0M7Y34K24 
(0%,7%,34%,24%)
(0.00/0.07/0.34/0.24)	

CMYK percentages

%0
%6.67
%33.85
%23.53

Codes

Color #C3B681 in popluar color models

C3B681
RGB195182129
HSL48°35.48%63.53%
HSB/HSV48°33.85%76.47%
CMYK0.00%6.67%33.85%
23.53%

Color #C3B681 in popluar number systems.

HEXC3B681
Decimal195182129
Binary110000111011011010000001
Octal303266201

Shades and tints

Shades of #C3B681

#C3B681
(195,182,129)
#B2A676
(178,166,118)
#A1966B
(161,150,107)
#908660
(144,134,96)
#7F7655
(127,118,85)
#6E664A
(110,102,74)
#5D563F
(93,86,63)
#4C4634
(76,70,52)
#3B3629
(59,54,41)
#2A261E
(42,38,30)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #C3B681

#C3B681
(195,182,129)
#C8BC8C
(200,188,140)
#CDC297
(205,194,151)
#D2C8A2
(210,200,162)
#D7CEAD
(215,206,173)
#DCD4B8
(220,212,184)
#E1DAC3
(225,218,195)
#E6E0CE
(230,224,206)
#EBE6D9
(235,230,217)
#F0ECE4
(240,236,228)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B681 color. Also use rgb(195,182,129) instead hex code.

Text Font Color

.myTextColor { color: #C3B681; }

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

This text font color is #C3B681.


Background Color

.myBgColor { background-color: #C3B681; }

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

This div background color is #C3B681.


Border color

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

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

This div border color is #C3B681.


Opacity

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

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

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

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

This text has shadow with #C3B681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B681 on black background.


Color preview on white background

This text has color #C3B681 on white background.



Black color preview on #C3B681 background

This text has black color on #C3B681 background.


White color preview on #C3B681 background

This text has white color on #C3B681 background.