COLOR #C7A37F

HEX: #C7A37F
RGB: (199,163,127)

Color info

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

RGB color model

#C7A37F color RGB value is (199,163,127).

  • red value is 199;
  • green value is 163;
  • blue value is 127.
RGB:
(199,163,127)
(78%,64%,50%)

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 127 of 255 = 50%

199
163
127

R + G + B ~ 64%. #C7A37F is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 163 + 127 = 489 (100%)
R 199 of 489 ~ 40.7%
G 163 of 489 ~ 33.33%
B 127 of 489 ~ 25.97%

%40.7
%33.33
%25.97

CMYK color model

#C7A37F color CMYK value is (0,18,36,22).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 36.18%
  • key color value is 21.96%
CMYK:
(0,18,36,22)
C0M18Y36K22 
(0%,18%,36%,22%)
(0.00/0.18/0.36/0.22)	

CMYK percentages

%0
%18.09
%36.18
%21.96

Codes

Color #C7A37F in popluar color models

C7A37F
RGB199163127
HSL30°39.13%63.92%
HSB/HSV30°36.18%78.04%
CMYK0.00%18.09%36.18%
21.96%

Color #C7A37F in popluar number systems.

HEXC7A37F
Decimal199163127
Binary11000111101000111111111
Octal307243177

Shades and tints

Shades of #C7A37F

#C7A37F
(199,163,127)
#B59574
(181,149,116)
#A38769
(163,135,105)
#91795E
(145,121,94)
#7F6B53
(127,107,83)
#6D5D48
(109,93,72)
#5B4F3D
(91,79,61)
#494132
(73,65,50)
#373327
(55,51,39)
#25251C
(37,37,28)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #C7A37F

#C7A37F
(199,163,127)
#CCAB8A
(204,171,138)
#D1B395
(209,179,149)
#D6BBA0
(214,187,160)
#DBC3AB
(219,195,171)
#E0CBB6
(224,203,182)
#E5D3C1
(229,211,193)
#EADBCC
(234,219,204)
#EFE3D7
(239,227,215)
#F4EBE2
(244,235,226)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A37F color. Also use rgb(199,163,127) instead hex code.

Text Font Color

.myTextColor { color: #C7A37F; }

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

This text font color is #C7A37F.


Background Color

.myBgColor { background-color: #C7A37F; }

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

This div background color is #C7A37F.


Border color

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

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

This div border color is #C7A37F.


Opacity

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

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

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

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

This text has shadow with #C7A37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A37F on black background.


Color preview on white background

This text has color #C7A37F on white background.



Black color preview on #C7A37F background

This text has black color on #C7A37F background.


White color preview on #C7A37F background

This text has white color on #C7A37F background.