COLOR #C7893D

HEX: #C7893D
RGB: (199,137,61)

Color info

#C7893D contains mainly red color. Web safe color of #C7893D is #CC9933 (or #C93).

RGB color model

#C7893D color RGB value is (199,137,61).

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

RGB channels and saturation

R 199 of 255 = 78%
G 137 of 255 = 54%
B 61 of 255 = 24%

199
137
61

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

Portions of RGB colors in percentages

R + G + B =
199 + 137 + 61 = 397 (100%)
R 199 of 397 ~ 50.13%
G 137 of 397 ~ 34.51%
B 61 of 397 ~ 15.37%

%50.13
%34.51
%15.37

CMYK color model

#C7893D color CMYK value is (0,31,69,22).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 69.35%
  • key color value is 21.96%
CMYK:
(0,31,69,22)
C0M31Y69K22 
(0%,31%,69%,22%)
(0.00/0.31/0.69/0.22)	

CMYK percentages

%0
%31.16
%69.35
%21.96

Codes

Color #C7893D in popluar color models

C7893D
RGB19913761
HSL33°55.20%50.98%
HSB/HSV33°69.35%78.04%
CMYK0.00%31.16%69.35%
21.96%

Color #C7893D in popluar number systems.

HEXC7893D
Decimal19913761
Binary1100011110001001111101
Octal30721175

Shades and tints

Shades of #C7893D

#C7893D
(199,137,61)
#B57D38
(181,125,56)
#A37133
(163,113,51)
#91652E
(145,101,46)
#7F5929
(127,89,41)
#6D4D24
(109,77,36)
#5B411F
(91,65,31)
#49351A
(73,53,26)
#372915
(55,41,21)
#251D10
(37,29,16)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #C7893D

#C7893D
(199,137,61)
#CC934E
(204,147,78)
#D19D5F
(209,157,95)
#D6A770
(214,167,112)
#DBB181
(219,177,129)
#E0BB92
(224,187,146)
#E5C5A3
(229,197,163)
#EACFB4
(234,207,180)
#EFD9C5
(239,217,197)
#F4E3D6
(244,227,214)
#F9EDE7
(249,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7893D; }

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

This text font color is #C7893D.


Background Color

.myBgColor { background-color: #C7893D; }

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

This div background color is #C7893D.


Border color

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

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

This div border color is #C7893D.


Opacity

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

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

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

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

This text has shadow with #C7893D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7893D on black background.


Color preview on white background

This text has color #C7893D on white background.



Black color preview on #C7893D background

This text has black color on #C7893D background.


White color preview on #C7893D background

This text has white color on #C7893D background.