COLOR #C7633D

HEX: #C7633D
RGB: (199,99,61)

Color info

#C7633D contains mainly red color. Web safe color of #C7633D is #CC6633 (or #C63).

RGB color model

#C7633D color RGB value is (199,99,61).

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

RGB channels and saturation

R 199 of 255 = 78%
G 99 of 255 = 39%
B 61 of 255 = 24%

199
99
61

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

Portions of RGB colors in percentages

R + G + B =
199 + 99 + 61 = 359 (100%)
R 199 of 359 ~ 55.43%
G 99 of 359 ~ 27.58%
B 61 of 359 ~ 16.99%

%55.43
%27.58
%16.99

CMYK color model

#C7633D color CMYK value is (0,50,69,22).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 69.35%
  • key color value is 21.96%
CMYK:
(0,50,69,22)
C0M50Y69K22 
(0%,50%,69%,22%)
(0.00/0.50/0.69/0.22)	

CMYK percentages

%0
%50.25
%69.35
%21.96

Codes

Color #C7633D in popluar color models

C7633D
RGB1999961
HSL17°55.20%50.98%
HSB/HSV17°69.35%78.04%
CMYK0.00%50.25%69.35%
21.96%

Color #C7633D in popluar number systems.

HEXC7633D
Decimal1999961
Binary110001111100011111101
Octal30714375

Shades and tints

Shades of #C7633D

#C7633D
(199,99,61)
#B55A38
(181,90,56)
#A35133
(163,81,51)
#91482E
(145,72,46)
#7F3F29
(127,63,41)
#6D3624
(109,54,36)
#5B2D1F
(91,45,31)
#49241A
(73,36,26)
#371B15
(55,27,21)
#251210
(37,18,16)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #C7633D

#C7633D
(199,99,61)
#CC714E
(204,113,78)
#D17F5F
(209,127,95)
#D68D70
(214,141,112)
#DB9B81
(219,155,129)
#E0A992
(224,169,146)
#E5B7A3
(229,183,163)
#EAC5B4
(234,197,180)
#EFD3C5
(239,211,197)
#F4E1D6
(244,225,214)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7633D; }

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

This text font color is #C7633D.


Background Color

.myBgColor { background-color: #C7633D; }

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

This div background color is #C7633D.


Border color

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

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

This div border color is #C7633D.


Opacity

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

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

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

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

This text has shadow with #C7633D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7633D on black background.


Color preview on white background

This text has color #C7633D on white background.



Black color preview on #C7633D background

This text has black color on #C7633D background.


White color preview on #C7633D background

This text has white color on #C7633D background.