COLOR #C3B482

HEX: #C3B482
RGB: (195,180,130)

Color info

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

RGB color model

#C3B482 color RGB value is (195,180,130).

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

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 130 of 255 = 51%

195
180
130

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

Portions of RGB colors in percentages

R + G + B =
195 + 180 + 130 = 505 (100%)
R 195 of 505 ~ 38.61%
G 180 of 505 ~ 35.64%
B 130 of 505 ~ 25.74%

%38.61
%35.64
%25.74

CMYK color model

#C3B482 color CMYK value is (0,8,33,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(0,8,33,24)
C0M8Y33K24 
(0%,8%,33%,24%)
(0.00/0.08/0.33/0.24)	

CMYK percentages

%0
%7.69
%33.33
%23.53

Codes

Color #C3B482 in popluar color models

C3B482
RGB195180130
HSL46°35.14%63.73%
HSB/HSV46°33.33%76.47%
CMYK0.00%7.69%33.33%
23.53%

Color #C3B482 in popluar number systems.

HEXC3B482
Decimal195180130
Binary110000111011010010000010
Octal303264202

Shades and tints

Shades of #C3B482

#C3B482
(195,180,130)
#B2A477
(178,164,119)
#A1946C
(161,148,108)
#908461
(144,132,97)
#7F7456
(127,116,86)
#6E644B
(110,100,75)
#5D5440
(93,84,64)
#4C4435
(76,68,53)
#3B342A
(59,52,42)
#2A241F
(42,36,31)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3B482

#C3B482
(195,180,130)
#C8BA8D
(200,186,141)
#CDC098
(205,192,152)
#D2C6A3
(210,198,163)
#D7CCAE
(215,204,174)
#DCD2B9
(220,210,185)
#E1D8C4
(225,216,196)
#E6DECF
(230,222,207)
#EBE4DA
(235,228,218)
#F0EAE5
(240,234,229)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B482 color. Also use rgb(195,180,130) instead hex code.

Text Font Color

.myTextColor { color: #C3B482; }

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

This text font color is #C3B482.


Background Color

.myBgColor { background-color: #C3B482; }

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

This div background color is #C3B482.


Border color

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

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

This div border color is #C3B482.


Opacity

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

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

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

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

This text has shadow with #C3B482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B482 on black background.


Color preview on white background

This text has color #C3B482 on white background.



Black color preview on #C3B482 background

This text has black color on #C3B482 background.


White color preview on #C3B482 background

This text has white color on #C3B482 background.