COLOR #C7991D

HEX: #C7991D
RGB: (199,153,29)

Color info

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

RGB color model

#C7991D color RGB value is (199,153,29).

  • red value is 199;
  • green value is 153;
  • blue value is 29.
RGB:
(199,153,29)
(78%,60%,11%)

RGB channels and saturation

R 199 of 255 = 78%
G 153 of 255 = 60%
B 29 of 255 = 11%

199
153
29

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

Portions of RGB colors in percentages

R + G + B =
199 + 153 + 29 = 381 (100%)
R 199 of 381 ~ 52.23%
G 153 of 381 ~ 40.16%
B 29 of 381 ~ 7.61%

%52.23
%40.16

CMYK color model

#C7991D color CMYK value is (0,23,85,22).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 85.43%
  • key color value is 21.96%
CMYK:
(0,23,85,22)
C0M23Y85K22 
(0%,23%,85%,22%)
(0.00/0.23/0.85/0.22)	

CMYK percentages

%0
%23.12
%85.43
%21.96

Codes

Color #C7991D in popluar color models

C7991D
RGB19915329
HSL44°74.56%44.71%
HSB/HSV44°85.43%78.04%
CMYK0.00%23.12%85.43%
21.96%

Color #C7991D in popluar number systems.

HEXC7991D
Decimal19915329
Binary110001111001100111101
Octal30723135

Shades and tints

Shades of #C7991D

#C7991D
(199,153,29)
#B58C1B
(181,140,27)
#A37F19
(163,127,25)
#917217
(145,114,23)
#7F6515
(127,101,21)
#6D5813
(109,88,19)
#5B4B11
(91,75,17)
#493E0F
(73,62,15)
#37310D
(55,49,13)
#25240B
(37,36,11)
#131709
(19,23,9)
#000000
(0,0,0)

Tints of #C7991D

#C7991D
(199,153,29)
#CCA231
(204,162,49)
#D1AB45
(209,171,69)
#D6B459
(214,180,89)
#DBBD6D
(219,189,109)
#E0C681
(224,198,129)
#E5CF95
(229,207,149)
#EAD8A9
(234,216,169)
#EFE1BD
(239,225,189)
#F4EAD1
(244,234,209)
#F9F3E5
(249,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7991D color. Also use rgb(199,153,29) instead hex code.

Text Font Color

.myTextColor { color: #C7991D; }

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

This text font color is #C7991D.


Background Color

.myBgColor { background-color: #C7991D; }

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

This div background color is #C7991D.


Border color

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

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

This div border color is #C7991D.


Opacity

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

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

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

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

This text has shadow with #C7991D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7991D on black background.


Color preview on white background

This text has color #C7991D on white background.



Black color preview on #C7991D background

This text has black color on #C7991D background.


White color preview on #C7991D background

This text has white color on #C7991D background.