COLOR #C3995F

HEX: #C3995F
RGB: (195,153,95)

Color info

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

RGB color model

#C3995F color RGB value is (195,153,95).

  • red value is 195;
  • green value is 153;
  • blue value is 95.
RGB:
(195,153,95)
(76%,60%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 95 of 255 = 37%

195
153
95

R + G + B ~ 58%. #C3995F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 95 = 443 (100%)
R 195 of 443 ~ 44.02%
G 153 of 443 ~ 34.54%
B 95 of 443 ~ 21.44%

%44.02
%34.54
%21.44

CMYK color model

#C3995F color CMYK value is (0,22,51,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 51.28%
  • key color value is 23.53%
CMYK:
(0,22,51,24)
C0M22Y51K24 
(0%,22%,51%,24%)
(0.00/0.22/0.51/0.24)	

CMYK percentages

%0
%21.54
%51.28
%23.53

Codes

Color #C3995F in popluar color models

C3995F
RGB19515395
HSL35°45.45%56.86%
HSB/HSV35°51.28%76.47%
CMYK0.00%21.54%51.28%
23.53%

Color #C3995F in popluar number systems.

HEXC3995F
Decimal19515395
Binary11000011100110011011111
Octal303231137

Shades and tints

Shades of #C3995F

#C3995F
(195,153,95)
#B28C57
(178,140,87)
#A17F4F
(161,127,79)
#907247
(144,114,71)
#7F653F
(127,101,63)
#6E5837
(110,88,55)
#5D4B2F
(93,75,47)
#4C3E27
(76,62,39)
#3B311F
(59,49,31)
#2A2417
(42,36,23)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3995F

#C3995F
(195,153,95)
#C8A26D
(200,162,109)
#CDAB7B
(205,171,123)
#D2B489
(210,180,137)
#D7BD97
(215,189,151)
#DCC6A5
(220,198,165)
#E1CFB3
(225,207,179)
#E6D8C1
(230,216,193)
#EBE1CF
(235,225,207)
#F0EADD
(240,234,221)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3995F color. Also use rgb(195,153,95) instead hex code.

Text Font Color

.myTextColor { color: #C3995F; }

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

This text font color is #C3995F.


Background Color

.myBgColor { background-color: #C3995F; }

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

This div background color is #C3995F.


Border color

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

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

This div border color is #C3995F.


Opacity

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

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

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

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

This text has shadow with #C3995F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3995F on black background.


Color preview on white background

This text has color #C3995F on white background.



Black color preview on #C3995F background

This text has black color on #C3995F background.


White color preview on #C3995F background

This text has white color on #C3995F background.