COLOR #C3B775

HEX: #C3B775
RGB: (195,183,117)

Color info

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

RGB color model

#C3B775 color RGB value is (195,183,117).

  • red value is 195;
  • green value is 183;
  • blue value is 117.
RGB:
(195,183,117)
(76%,72%,46%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 117 of 255 = 46%

195
183
117

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

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 117 = 495 (100%)
R 195 of 495 ~ 39.39%
G 183 of 495 ~ 36.97%
B 117 of 495 ~ 23.64%

%39.39
%36.97
%23.64

CMYK color model

#C3B775 color CMYK value is (0,6,40,24).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 40.00%
  • key color value is 23.53%
CMYK:
(0,6,40,24)
C0M6Y40K24 
(0%,6%,40%,24%)
(0.00/0.06/0.40/0.24)	

CMYK percentages

%0
%6.15
%40
%23.53

Codes

Color #C3B775 in popluar color models

C3B775
RGB195183117
HSL51°39.39%61.18%
HSB/HSV51°40.00%76.47%
CMYK0.00%6.15%40.00%
23.53%

Color #C3B775 in popluar number systems.

HEXC3B775
Decimal195183117
Binary11000011101101111110101
Octal303267165

Shades and tints

Shades of #C3B775

#C3B775
(195,183,117)
#B2A76B
(178,167,107)
#A19761
(161,151,97)
#908757
(144,135,87)
#7F774D
(127,119,77)
#6E6743
(110,103,67)
#5D5739
(93,87,57)
#4C472F
(76,71,47)
#3B3725
(59,55,37)
#2A271B
(42,39,27)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #C3B775

#C3B775
(195,183,117)
#C8BD81
(200,189,129)
#CDC38D
(205,195,141)
#D2C999
(210,201,153)
#D7CFA5
(215,207,165)
#DCD5B1
(220,213,177)
#E1DBBD
(225,219,189)
#E6E1C9
(230,225,201)
#EBE7D5
(235,231,213)
#F0EDE1
(240,237,225)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B775 color. Also use rgb(195,183,117) instead hex code.

Text Font Color

.myTextColor { color: #C3B775; }

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

This text font color is #C3B775.


Background Color

.myBgColor { background-color: #C3B775; }

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

This div background color is #C3B775.


Border color

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

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

This div border color is #C3B775.


Opacity

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

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

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

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

This text has shadow with #C3B775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B775 on black background.


Color preview on white background

This text has color #C3B775 on white background.



Black color preview on #C3B775 background

This text has black color on #C3B775 background.


White color preview on #C3B775 background

This text has white color on #C3B775 background.