COLOR #C07C52

HEX: #C07C52
RGB: (192,124,82)

Color info

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

RGB color model

#C07C52 color RGB value is (192,124,82).

  • red value is 192;
  • green value is 124;
  • blue value is 82.
RGB:
(192,124,82)
(75%,49%,32%)

RGB channels and saturation

R 192 of 255 = 75%
G 124 of 255 = 49%
B 82 of 255 = 32%

192
124
82

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

Portions of RGB colors in percentages

R + G + B =
192 + 124 + 82 = 398 (100%)
R 192 of 398 ~ 48.24%
G 124 of 398 ~ 31.16%
B 82 of 398 ~ 20.6%

%48.24
%31.16
%20.6

CMYK color model

#C07C52 color CMYK value is (0,35,57,25).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 57.29%
  • key color value is 24.71%
CMYK:
(0,35,57,25)
C0M35Y57K25 
(0%,35%,57%,25%)
(0.00/0.35/0.57/0.25)	

CMYK percentages

%0
%35.42
%57.29
%24.71

Codes

Color #C07C52 in popluar color models

C07C52
RGB19212482
HSL23°46.61%53.73%
HSB/HSV23°57.29%75.29%
CMYK0.00%35.42%57.29%
24.71%

Color #C07C52 in popluar number systems.

HEXC07C52
Decimal19212482
Binary1100000011111001010010
Octal300174122

Shades and tints

Shades of #C07C52

#C07C52
(192,124,82)
#AF714B
(175,113,75)
#9E6644
(158,102,68)
#8D5B3D
(141,91,61)
#7C5036
(124,80,54)
#6B452F
(107,69,47)
#5A3A28
(90,58,40)
#492F21
(73,47,33)
#38241A
(56,36,26)
#271913
(39,25,19)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #C07C52

#C07C52
(192,124,82)
#C58761
(197,135,97)
#CA9270
(202,146,112)
#CF9D7F
(207,157,127)
#D4A88E
(212,168,142)
#D9B39D
(217,179,157)
#DEBEAC
(222,190,172)
#E3C9BB
(227,201,187)
#E8D4CA
(232,212,202)
#EDDFD9
(237,223,217)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07C52 color. Also use rgb(192,124,82) instead hex code.

Text Font Color

.myTextColor { color: #C07C52; }

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

This text font color is #C07C52.


Background Color

.myBgColor { background-color: #C07C52; }

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

This div background color is #C07C52.


Border color

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

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

This div border color is #C07C52.


Opacity

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

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

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

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

This text has shadow with #C07C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07C52 on black background.


Color preview on white background

This text has color #C07C52 on white background.



Black color preview on #C07C52 background

This text has black color on #C07C52 background.


White color preview on #C07C52 background

This text has white color on #C07C52 background.