COLOR #C3BD78

HEX: #C3BD78
RGB: (195,189,120)

Color info

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

RGB color model

#C3BD78 color RGB value is (195,189,120).

  • red value is 195;
  • green value is 189;
  • blue value is 120.
RGB:
(195,189,120)
(76%,74%,47%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 120 of 255 = 47%

195
189
120

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

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 120 = 504 (100%)
R 195 of 504 ~ 38.69%
G 189 of 504 ~ 37.5%
B 120 of 504 ~ 23.81%

%38.69
%37.5
%23.81

CMYK color model

#C3BD78 color CMYK value is (0,3,38,24).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(0,3,38,24)
C0M3Y38K24 
(0%,3%,38%,24%)
(0.00/0.03/0.38/0.24)	

CMYK percentages

%0
%3.08
%38.46
%23.53

Codes

Color #C3BD78 in popluar color models

C3BD78
RGB195189120
HSL55°38.46%61.76%
HSB/HSV55°38.46%76.47%
CMYK0.00%3.08%38.46%
23.53%

Color #C3BD78 in popluar number systems.

HEXC3BD78
Decimal195189120
Binary11000011101111011111000
Octal303275170

Shades and tints

Shades of #C3BD78

#C3BD78
(195,189,120)
#B2AC6E
(178,172,110)
#A19B64
(161,155,100)
#908A5A
(144,138,90)
#7F7950
(127,121,80)
#6E6846
(110,104,70)
#5D573C
(93,87,60)
#4C4632
(76,70,50)
#3B3528
(59,53,40)
#2A241E
(42,36,30)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #C3BD78

#C3BD78
(195,189,120)
#C8C384
(200,195,132)
#CDC990
(205,201,144)
#D2CF9C
(210,207,156)
#D7D5A8
(215,213,168)
#DCDBB4
(220,219,180)
#E1E1C0
(225,225,192)
#E6E7CC
(230,231,204)
#EBEDD8
(235,237,216)
#F0F3E4
(240,243,228)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BD78 color. Also use rgb(195,189,120) instead hex code.

Text Font Color

.myTextColor { color: #C3BD78; }

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

This text font color is #C3BD78.


Background Color

.myBgColor { background-color: #C3BD78; }

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

This div background color is #C3BD78.


Border color

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

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

This div border color is #C3BD78.


Opacity

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

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

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

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

This text has shadow with #C3BD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BD78 on black background.


Color preview on white background

This text has color #C3BD78 on white background.



Black color preview on #C3BD78 background

This text has black color on #C3BD78 background.


White color preview on #C3BD78 background

This text has white color on #C3BD78 background.