COLOR #C68F38

HEX: #C68F38
RGB: (198,143,56)

Color info

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

RGB color model

#C68F38 color RGB value is (198,143,56).

  • red value is 198;
  • green value is 143;
  • blue value is 56.
RGB:
(198,143,56)
(78%,56%,22%)

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 56 of 255 = 22%

198
143
56

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

Portions of RGB colors in percentages

R + G + B =
198 + 143 + 56 = 397 (100%)
R 198 of 397 ~ 49.87%
G 143 of 397 ~ 36.02%
B 56 of 397 ~ 14.11%

%49.87
%36.02
%14.11

CMYK color model

#C68F38 color CMYK value is (0,28,72,22).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 71.72%
  • key color value is 22.35%
CMYK:
(0,28,72,22)
C0M28Y72K22 
(0%,28%,72%,22%)
(0.00/0.28/0.72/0.22)	

CMYK percentages

%0
%27.78
%71.72
%22.35

Codes

Color #C68F38 in popluar color models

C68F38
RGB19814356
HSL37°55.91%49.80%
HSB/HSV37°71.72%77.65%
CMYK0.00%27.78%71.72%
22.35%

Color #C68F38 in popluar number systems.

HEXC68F38
Decimal19814356
Binary1100011010001111111000
Octal30621770

Shades and tints

Shades of #C68F38

#C68F38
(198,143,56)
#B48233
(180,130,51)
#A2752E
(162,117,46)
#906829
(144,104,41)
#7E5B24
(126,91,36)
#6C4E1F
(108,78,31)
#5A411A
(90,65,26)
#483415
(72,52,21)
#362710
(54,39,16)
#241A0B
(36,26,11)
#120D06
(18,13,6)
#000000
(0,0,0)

Tints of #C68F38

#C68F38
(198,143,56)
#CB994A
(203,153,74)
#D0A35C
(208,163,92)
#D5AD6E
(213,173,110)
#DAB780
(218,183,128)
#DFC192
(223,193,146)
#E4CBA4
(228,203,164)
#E9D5B6
(233,213,182)
#EEDFC8
(238,223,200)
#F3E9DA
(243,233,218)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68F38 color. Also use rgb(198,143,56) instead hex code.

Text Font Color

.myTextColor { color: #C68F38; }

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

This text font color is #C68F38.


Background Color

.myBgColor { background-color: #C68F38; }

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

This div background color is #C68F38.


Border color

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

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

This div border color is #C68F38.


Opacity

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

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

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

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

This text has shadow with #C68F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68F38 on black background.


Color preview on white background

This text has color #C68F38 on white background.



Black color preview on #C68F38 background

This text has black color on #C68F38 background.


White color preview on #C68F38 background

This text has white color on #C68F38 background.