COLOR #C07B27

HEX: #C07B27
RGB: (192,123,39)

Color info

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

RGB color model

#C07B27 color RGB value is (192,123,39).

  • red value is 192;
  • green value is 123;
  • blue value is 39.
RGB:
(192,123,39)
(75%,48%,15%)

RGB channels and saturation

R 192 of 255 = 75%
G 123 of 255 = 48%
B 39 of 255 = 15%

192
123
39

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

Portions of RGB colors in percentages

R + G + B =
192 + 123 + 39 = 354 (100%)
R 192 of 354 ~ 54.24%
G 123 of 354 ~ 34.75%
B 39 of 354 ~ 11.02%

%54.24
%34.75
%11.02

CMYK color model

#C07B27 color CMYK value is (0,36,80,25).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 79.69%
  • key color value is 24.71%
CMYK:
(0,36,80,25)
C0M36Y80K25 
(0%,36%,80%,25%)
(0.00/0.36/0.80/0.25)	

CMYK percentages

%0
%35.94
%79.69
%24.71

Codes

Color #C07B27 in popluar color models

C07B27
RGB19212339
HSL33°66.23%45.29%
HSB/HSV33°79.69%75.29%
CMYK0.00%35.94%79.69%
24.71%

Color #C07B27 in popluar number systems.

HEXC07B27
Decimal19212339
Binary110000001111011100111
Octal30017347

Shades and tints

Shades of #C07B27

#C07B27
(192,123,39)
#AF7024
(175,112,36)
#9E6521
(158,101,33)
#8D5A1E
(141,90,30)
#7C4F1B
(124,79,27)
#6B4418
(107,68,24)
#5A3915
(90,57,21)
#492E12
(73,46,18)
#38230F
(56,35,15)
#27180C
(39,24,12)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #C07B27

#C07B27
(192,123,39)
#C5873A
(197,135,58)
#CA934D
(202,147,77)
#CF9F60
(207,159,96)
#D4AB73
(212,171,115)
#D9B786
(217,183,134)
#DEC399
(222,195,153)
#E3CFAC
(227,207,172)
#E8DBBF
(232,219,191)
#EDE7D2
(237,231,210)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07B27; }

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

This text font color is #C07B27.


Background Color

.myBgColor { background-color: #C07B27; }

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

This div background color is #C07B27.


Border color

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

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

This div border color is #C07B27.


Opacity

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

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

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

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

This text has shadow with #C07B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07B27 on black background.


Color preview on white background

This text has color #C07B27 on white background.



Black color preview on #C07B27 background

This text has black color on #C07B27 background.


White color preview on #C07B27 background

This text has white color on #C07B27 background.