COLOR #C3997F

HEX: #C3997F
RGB: (195,153,127)

Color info

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

RGB color model

#C3997F color RGB value is (195,153,127).

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

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 127 of 255 = 50%

195
153
127

R + G + B ~ 62%. #C3997F is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 127 = 475 (100%)
R 195 of 475 ~ 41.05%
G 153 of 475 ~ 32.21%
B 127 of 475 ~ 26.74%

%41.05
%32.21
%26.74

CMYK color model

#C3997F color CMYK value is (0,22,35,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(0,22,35,24)
C0M22Y35K24 
(0%,22%,35%,24%)
(0.00/0.22/0.35/0.24)	

CMYK percentages

%0
%21.54
%34.87
%23.53

Codes

Color #C3997F in popluar color models

C3997F
RGB195153127
HSL23°36.17%63.14%
HSB/HSV23°34.87%76.47%
CMYK0.00%21.54%34.87%
23.53%

Color #C3997F in popluar number systems.

HEXC3997F
Decimal195153127
Binary11000011100110011111111
Octal303231177

Shades and tints

Shades of #C3997F

#C3997F
(195,153,127)
#B28C74
(178,140,116)
#A17F69
(161,127,105)
#90725E
(144,114,94)
#7F6553
(127,101,83)
#6E5848
(110,88,72)
#5D4B3D
(93,75,61)
#4C3E32
(76,62,50)
#3B3127
(59,49,39)
#2A241C
(42,36,28)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #C3997F

#C3997F
(195,153,127)
#C8A28A
(200,162,138)
#CDAB95
(205,171,149)
#D2B4A0
(210,180,160)
#D7BDAB
(215,189,171)
#DCC6B6
(220,198,182)
#E1CFC1
(225,207,193)
#E6D8CC
(230,216,204)
#EBE1D7
(235,225,215)
#F0EAE2
(240,234,226)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3997F; }

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

This text font color is #C3997F.


Background Color

.myBgColor { background-color: #C3997F; }

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

This div background color is #C3997F.


Border color

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

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

This div border color is #C3997F.


Opacity

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

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

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

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

This text has shadow with #C3997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3997F on black background.


Color preview on white background

This text has color #C3997F on white background.



Black color preview on #C3997F background

This text has black color on #C3997F background.


White color preview on #C3997F background

This text has white color on #C3997F background.