COLOR #C7634F

HEX: #C7634F
RGB: (199,99,79)

Color info

#C7634F contains mainly red color. Web safe color of #C7634F is #CC6666 (or #C66).

RGB color model

#C7634F color RGB value is (199,99,79).

  • red value is 199;
  • green value is 99;
  • blue value is 79.
RGB:
(199,99,79)
(78%,39%,31%)

RGB channels and saturation

R 199 of 255 = 78%
G 99 of 255 = 39%
B 79 of 255 = 31%

199
99
79

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

Portions of RGB colors in percentages

R + G + B =
199 + 99 + 79 = 377 (100%)
R 199 of 377 ~ 52.79%
G 99 of 377 ~ 26.26%
B 79 of 377 ~ 20.95%

%52.79
%26.26
%20.95

CMYK color model

#C7634F color CMYK value is (0,50,60,22).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 60.30%
  • key color value is 21.96%
CMYK:
(0,50,60,22)
C0M50Y60K22 
(0%,50%,60%,22%)
(0.00/0.50/0.60/0.22)	

CMYK percentages

%0
%50.25
%60.3
%21.96

Codes

Color #C7634F in popluar color models

C7634F
RGB1999979
HSL10°51.72%54.51%
HSB/HSV10°60.30%78.04%
CMYK0.00%50.25%60.30%
21.96%

Color #C7634F in popluar number systems.

HEXC7634F
Decimal1999979
Binary1100011111000111001111
Octal307143117

Shades and tints

Shades of #C7634F

#C7634F
(199,99,79)
#B55A48
(181,90,72)
#A35141
(163,81,65)
#91483A
(145,72,58)
#7F3F33
(127,63,51)
#6D362C
(109,54,44)
#5B2D25
(91,45,37)
#49241E
(73,36,30)
#371B17
(55,27,23)
#251210
(37,18,16)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #C7634F

#C7634F
(199,99,79)
#CC715F
(204,113,95)
#D17F6F
(209,127,111)
#D68D7F
(214,141,127)
#DB9B8F
(219,155,143)
#E0A99F
(224,169,159)
#E5B7AF
(229,183,175)
#EAC5BF
(234,197,191)
#EFD3CF
(239,211,207)
#F4E1DF
(244,225,223)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7634F color. Also use rgb(199,99,79) instead hex code.

Text Font Color

.myTextColor { color: #C7634F; }

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

This text font color is #C7634F.


Background Color

.myBgColor { background-color: #C7634F; }

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

This div background color is #C7634F.


Border color

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

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

This div border color is #C7634F.


Opacity

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

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

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

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

This text has shadow with #C7634F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7634F on black background.


Color preview on white background

This text has color #C7634F on white background.



Black color preview on #C7634F background

This text has black color on #C7634F background.


White color preview on #C7634F background

This text has white color on #C7634F background.