COLOR #C07B53

HEX: #C07B53 RGB: (192,123,83)

Color info

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

RGB color model

#C07B53 color RGB value is (192,123,83).

RGB: (192,123,83) (75%, 48%, 33%)

RGB channels and saturation

R 192 of 255 = 75%
G 123 of 255 = 48%
B 83 of 255 = 33%

192
123
83

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

Portions of RGB colors in percentages

R + G + B = 192 + 123 + 83 = 398 (100%)
R 192 of 398 ~ 48.24%
G 123 of 398 ~ 30.9%
B 83 of 398 ~ 20.85'%

%48.24
%30.9
%20.85

CMYK color model

#C07B53 color CMYK value is (0,36,57,25).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 56.77%
  • key color value is 24.71%
CMYK: (0,36,57,25) C0M36Y57K25 (0%,36%,57%,25%) (0.00/0.36/0.57/0.25) 

CMYK percentages

%0
%35.94
%56.77
%24.71

Codes

Color #C07B53 in popluar color models

C0 7B 53
RGB 192 123 83
HSL 22° 46.38% 53.92%
HSB/HSV 22° 56.77% 75.29%
CMYK 0.00% 35.94% 56.77%
24.71%

Color #C07B53 in popluar number systems.

HEX C0 7B 53
Decimal 192 123 83
Binary 11000000 1111011 1010011
Octal 300 173 123

Shades and tints

Shades of #C07B53

#C07B53
(192,123,83)
#AF704C
(175,112,76)
#9E6545
(158,101,69)
#8D5A3E
(141,90,62)
#7C4F37
(124,79,55)
#6B4430
(107,68,48)
#5A3929
(90,57,41)
#492E22
(73,46,34)
#38231B
(56,35,27)
#271814
(39,24,20)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #C07B53

#C07B53
(192,123,83)
#C58762
(197,135,98)
#CA9371
(202,147,113)
#CF9F80
(207,159,128)
#D4AB8F
(212,171,143)
#D9B79E
(217,183,158)
#DEC3AD
(222,195,173)
#E3CFBC
(227,207,188)
#E8DBCB
(232,219,203)
#EDE7DA
(237,231,218)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07B53 color. Also use rgb(192,123,83) instead hex code.

Text Font Color

.myTextColor { color: #C07B53; }

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

This text font color is #C07B53.

Background Color

.myBgColor { background-color: #C07B53; }

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

This div background color is #C07B53.

Border color

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

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

This div border color is #C07B53.

Opacity

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

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

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

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

This text has shadow with #C07B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07B53.

Preview

Color preview on black background

This text has color #C07B53 on black background.


Color preview on white background

This text has color #C07B53 on white background.


Black color preview on #C07B53 background

This text has black color on #C07B53 background.


White color preview on #C07B53 background

This text has white color on #C07B53 background.


Related colors

Complementary color

Complementary color for #hex is #3F84AC.


I love getcolorcode.com

Triadic colors

1 #53C07B and #7B53C0 with #C07B53 are triadic colors.

2 #537BC0 and #7BC053 with #C07B53 are triadic colors.