COLOR #C27C26

HEX: #C27C26
RGB: (194,124,38)

Color info

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

RGB color model

#C27C26 color RGB value is (194,124,38).

  • red value is 194;
  • green value is 124;
  • blue value is 38.
RGB:
(194,124,38)
(76%,49%,15%)

RGB channels and saturation

R 194 of 255 = 76%
G 124 of 255 = 49%
B 38 of 255 = 15%

194
124
38

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

Portions of RGB colors in percentages

R + G + B =
194 + 124 + 38 = 356 (100%)
R 194 of 356 ~ 54.49%
G 124 of 356 ~ 34.83%
B 38 of 356 ~ 10.67%

%54.49
%34.83
%10.67

CMYK color model

#C27C26 color CMYK value is (0,36,80,24).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 80.41%
  • key color value is 23.92%
CMYK:
(0,36,80,24)
C0M36Y80K24 
(0%,36%,80%,24%)
(0.00/0.36/0.80/0.24)	

CMYK percentages

%0
%36.08
%80.41
%23.92

Codes

Color #C27C26 in popluar color models

C27C26
RGB19412438
HSL33°67.24%45.49%
HSB/HSV33°80.41%76.08%
CMYK0.00%36.08%80.41%
23.92%

Color #C27C26 in popluar number systems.

HEXC27C26
Decimal19412438
Binary110000101111100100110
Octal30217446

Shades and tints

Shades of #C27C26

#C27C26
(194,124,38)
#B17123
(177,113,35)
#A06620
(160,102,32)
#8F5B1D
(143,91,29)
#7E501A
(126,80,26)
#6D4517
(109,69,23)
#5C3A14
(92,58,20)
#4B2F11
(75,47,17)
#3A240E
(58,36,14)
#29190B
(41,25,11)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #C27C26

#C27C26
(194,124,38)
#C78739
(199,135,57)
#CC924C
(204,146,76)
#D19D5F
(209,157,95)
#D6A872
(214,168,114)
#DBB385
(219,179,133)
#E0BE98
(224,190,152)
#E5C9AB
(229,201,171)
#EAD4BE
(234,212,190)
#EFDFD1
(239,223,209)
#F4EAE4
(244,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27C26 color. Also use rgb(194,124,38) instead hex code.

Text Font Color

.myTextColor { color: #C27C26; }

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

This text font color is #C27C26.


Background Color

.myBgColor { background-color: #C27C26; }

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

This div background color is #C27C26.


Border color

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

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

This div border color is #C27C26.


Opacity

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

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

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

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

This text has shadow with #C27C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27C26 on black background.


Color preview on white background

This text has color #C27C26 on white background.



Black color preview on #C27C26 background

This text has black color on #C27C26 background.


White color preview on #C27C26 background

This text has white color on #C27C26 background.