COLOR #C69847

HEX: #C69847
RGB: (198,152,71)

Color info

#C69847 contains mainly red and green colors. Web safe color of #C69847 is #CC9933 (or #C93).

RGB color model

#C69847 color RGB value is (198,152,71).

  • red value is 198;
  • green value is 152;
  • blue value is 71.
RGB:
(198,152,71)
(78%,60%,28%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 71 of 255 = 28%

198
152
71

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

Portions of RGB colors in percentages

R + G + B =
198 + 152 + 71 = 421 (100%)
R 198 of 421 ~ 47.03%
G 152 of 421 ~ 36.1%
B 71 of 421 ~ 16.86%

%47.03
%36.1
%16.86

CMYK color model

#C69847 color CMYK value is (0,23,64,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 64.14%
  • key color value is 22.35%
CMYK:
(0,23,64,22)
C0M23Y64K22 
(0%,23%,64%,22%)
(0.00/0.23/0.64/0.22)	

CMYK percentages

%0
%23.23
%64.14
%22.35

Codes

Color #C69847 in popluar color models

C69847
RGB19815271
HSL38°52.70%52.75%
HSB/HSV38°64.14%77.65%
CMYK0.00%23.23%64.14%
22.35%

Color #C69847 in popluar number systems.

HEXC69847
Decimal19815271
Binary11000110100110001000111
Octal306230107

Shades and tints

Shades of #C69847

#C69847
(198,152,71)
#B48B41
(180,139,65)
#A27E3B
(162,126,59)
#907135
(144,113,53)
#7E642F
(126,100,47)
#6C5729
(108,87,41)
#5A4A23
(90,74,35)
#483D1D
(72,61,29)
#363017
(54,48,23)
#242311
(36,35,17)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #C69847

#C69847
(198,152,71)
#CBA157
(203,161,87)
#D0AA67
(208,170,103)
#D5B377
(213,179,119)
#DABC87
(218,188,135)
#DFC597
(223,197,151)
#E4CEA7
(228,206,167)
#E9D7B7
(233,215,183)
#EEE0C7
(238,224,199)
#F3E9D7
(243,233,215)
#F8F2E7
(248,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69847 color. Also use rgb(198,152,71) instead hex code.

Text Font Color

.myTextColor { color: #C69847; }

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

This text font color is #C69847.


Background Color

.myBgColor { background-color: #C69847; }

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

This div background color is #C69847.


Border color

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

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

This div border color is #C69847.


Opacity

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

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

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

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

This text has shadow with #C69847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69847 on black background.


Color preview on white background

This text has color #C69847 on white background.



Black color preview on #C69847 background

This text has black color on #C69847 background.


White color preview on #C69847 background

This text has white color on #C69847 background.