COLOR #C3B073

HEX: #C3B073
RGB: (195,176,115)

Color info

#C3B073 contains mainly red and green colors. Web safe color of #C3B073 is #CC9966 (or #C96).

RGB color model

#C3B073 color RGB value is (195,176,115).

  • red value is 195;
  • green value is 176;
  • blue value is 115.
RGB:
(195,176,115)
(76%,69%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 115 of 255 = 45%

195
176
115

R + G + B ~ 63%. #C3B073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 115 = 486 (100%)
R 195 of 486 ~ 40.12%
G 176 of 486 ~ 36.21%
B 115 of 486 ~ 23.66%

%40.12
%36.21
%23.66

CMYK color model

#C3B073 color CMYK value is (0,10,41,24).

  • cyan value is 0.00%
  • magenta value is 9.74%
  • yellow value is 41.03%
  • key color value is 23.53%
CMYK:
(0,10,41,24)
C0M10Y41K24 
(0%,10%,41%,24%)
(0.00/0.10/0.41/0.24)	

CMYK percentages

%0
%9.74
%41.03
%23.53

Codes

Color #C3B073 in popluar color models

C3B073
RGB195176115
HSL46°40.00%60.78%
HSB/HSV46°41.03%76.47%
CMYK0.00%9.74%41.03%
23.53%

Color #C3B073 in popluar number systems.

HEXC3B073
Decimal195176115
Binary11000011101100001110011
Octal303260163

Shades and tints

Shades of #C3B073

#C3B073
(195,176,115)
#B2A069
(178,160,105)
#A1905F
(161,144,95)
#908055
(144,128,85)
#7F704B
(127,112,75)
#6E6041
(110,96,65)
#5D5037
(93,80,55)
#4C402D
(76,64,45)
#3B3023
(59,48,35)
#2A2019
(42,32,25)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #C3B073

#C3B073
(195,176,115)
#C8B77F
(200,183,127)
#CDBE8B
(205,190,139)
#D2C597
(210,197,151)
#D7CCA3
(215,204,163)
#DCD3AF
(220,211,175)
#E1DABB
(225,218,187)
#E6E1C7
(230,225,199)
#EBE8D3
(235,232,211)
#F0EFDF
(240,239,223)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B073 color. Also use rgb(195,176,115) instead hex code.

Text Font Color

.myTextColor { color: #C3B073; }

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

This text font color is #C3B073.


Background Color

.myBgColor { background-color: #C3B073; }

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

This div background color is #C3B073.


Border color

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

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

This div border color is #C3B073.


Opacity

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

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

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

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

This text has shadow with #C3B073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B073 on black background.


Color preview on white background

This text has color #C3B073 on white background.



Black color preview on #C3B073 background

This text has black color on #C3B073 background.


White color preview on #C3B073 background

This text has white color on #C3B073 background.