COLOR #C67B36

HEX: #C67B36
RGB: (198,123,54)

Color info

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

RGB color model

#C67B36 color RGB value is (198,123,54).

  • red value is 198;
  • green value is 123;
  • blue value is 54.
RGB:
(198,123,54)
(78%,48%,21%)

RGB channels and saturation

R 198 of 255 = 78%
G 123 of 255 = 48%
B 54 of 255 = 21%

198
123
54

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

Portions of RGB colors in percentages

R + G + B =
198 + 123 + 54 = 375 (100%)
R 198 of 375 ~ 52.8%
G 123 of 375 ~ 32.8%
B 54 of 375 ~ 14.4%

%52.8
%32.8
%14.4

CMYK color model

#C67B36 color CMYK value is (0,38,73,22).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 72.73%
  • key color value is 22.35%
CMYK:
(0,38,73,22)
C0M38Y73K22 
(0%,38%,73%,22%)
(0.00/0.38/0.73/0.22)	

CMYK percentages

%0
%37.88
%72.73
%22.35

Codes

Color #C67B36 in popluar color models

C67B36
RGB19812354
HSL29°57.14%49.41%
HSB/HSV29°72.73%77.65%
CMYK0.00%37.88%72.73%
22.35%

Color #C67B36 in popluar number systems.

HEXC67B36
Decimal19812354
Binary110001101111011110110
Octal30617366

Shades and tints

Shades of #C67B36

#C67B36
(198,123,54)
#B47032
(180,112,50)
#A2652E
(162,101,46)
#905A2A
(144,90,42)
#7E4F26
(126,79,38)
#6C4422
(108,68,34)
#5A391E
(90,57,30)
#482E1A
(72,46,26)
#362316
(54,35,22)
#241812
(36,24,18)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #C67B36

#C67B36
(198,123,54)
#CB8748
(203,135,72)
#D0935A
(208,147,90)
#D59F6C
(213,159,108)
#DAAB7E
(218,171,126)
#DFB790
(223,183,144)
#E4C3A2
(228,195,162)
#E9CFB4
(233,207,180)
#EEDBC6
(238,219,198)
#F3E7D8
(243,231,216)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67B36 color. Also use rgb(198,123,54) instead hex code.

Text Font Color

.myTextColor { color: #C67B36; }

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

This text font color is #C67B36.


Background Color

.myBgColor { background-color: #C67B36; }

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

This div background color is #C67B36.


Border color

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

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

This div border color is #C67B36.


Opacity

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

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

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

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

This text has shadow with #C67B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67B36 on black background.


Color preview on white background

This text has color #C67B36 on white background.



Black color preview on #C67B36 background

This text has black color on #C67B36 background.


White color preview on #C67B36 background

This text has white color on #C67B36 background.