COLOR #C07D51

HEX: #C07D51
RGB: (192,125,81)

Color info

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

RGB color model

#C07D51 color RGB value is (192,125,81).

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

RGB channels and saturation

R 192 of 255 = 75%
G 125 of 255 = 49%
B 81 of 255 = 32%

192
125
81

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

Portions of RGB colors in percentages

R + G + B =
192 + 125 + 81 = 398 (100%)
R 192 of 398 ~ 48.24%
G 125 of 398 ~ 31.41%
B 81 of 398 ~ 20.35%

%48.24
%31.41
%20.35

CMYK color model

#C07D51 color CMYK value is (0,35,58,25).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 57.81%
  • key color value is 24.71%
CMYK:
(0,35,58,25)
C0M35Y58K25 
(0%,35%,58%,25%)
(0.00/0.35/0.58/0.25)	

CMYK percentages

%0
%34.9
%57.81
%24.71

Codes

Color #C07D51 in popluar color models

C07D51
RGB19212581
HSL24°46.84%53.53%
HSB/HSV24°57.81%75.29%
CMYK0.00%34.90%57.81%
24.71%

Color #C07D51 in popluar number systems.

HEXC07D51
Decimal19212581
Binary1100000011111011010001
Octal300175121

Shades and tints

Shades of #C07D51

#C07D51
(192,125,81)
#AF724A
(175,114,74)
#9E6743
(158,103,67)
#8D5C3C
(141,92,60)
#7C5135
(124,81,53)
#6B462E
(107,70,46)
#5A3B27
(90,59,39)
#493020
(73,48,32)
#382519
(56,37,25)
#271A12
(39,26,18)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #C07D51

#C07D51
(192,125,81)
#C58860
(197,136,96)
#CA936F
(202,147,111)
#CF9E7E
(207,158,126)
#D4A98D
(212,169,141)
#D9B49C
(217,180,156)
#DEBFAB
(222,191,171)
#E3CABA
(227,202,186)
#E8D5C9
(232,213,201)
#EDE0D8
(237,224,216)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07D51 color. Also use rgb(192,125,81) instead hex code.

Text Font Color

.myTextColor { color: #C07D51; }

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

This text font color is #C07D51.


Background Color

.myBgColor { background-color: #C07D51; }

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

This div background color is #C07D51.


Border color

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

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

This div border color is #C07D51.


Opacity

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

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

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

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

This text has shadow with #C07D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07D51 on black background.


Color preview on white background

This text has color #C07D51 on white background.



Black color preview on #C07D51 background

This text has black color on #C07D51 background.


White color preview on #C07D51 background

This text has white color on #C07D51 background.