COLOR #C27D35

HEX: #C27D35
RGB: (194,125,53)

Color info

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

RGB color model

#C27D35 color RGB value is (194,125,53).

  • red value is 194;
  • green value is 125;
  • blue value is 53.
RGB:
(194,125,53)
(76%,49%,21%)

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 53 of 255 = 21%

194
125
53

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

Portions of RGB colors in percentages

R + G + B =
194 + 125 + 53 = 372 (100%)
R 194 of 372 ~ 52.15%
G 125 of 372 ~ 33.6%
B 53 of 372 ~ 14.25%

%52.15
%33.6
%14.25

CMYK color model

#C27D35 color CMYK value is (0,36,73,24).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 72.68%
  • key color value is 23.92%
CMYK:
(0,36,73,24)
C0M36Y73K24 
(0%,36%,73%,24%)
(0.00/0.36/0.73/0.24)	

CMYK percentages

%0
%35.57
%72.68
%23.92

Codes

Color #C27D35 in popluar color models

C27D35
RGB19412553
HSL31°57.09%48.43%
HSB/HSV31°72.68%76.08%
CMYK0.00%35.57%72.68%
23.92%

Color #C27D35 in popluar number systems.

HEXC27D35
Decimal19412553
Binary110000101111101110101
Octal30217565

Shades and tints

Shades of #C27D35

#C27D35
(194,125,53)
#B17231
(177,114,49)
#A0672D
(160,103,45)
#8F5C29
(143,92,41)
#7E5125
(126,81,37)
#6D4621
(109,70,33)
#5C3B1D
(92,59,29)
#4B3019
(75,48,25)
#3A2515
(58,37,21)
#291A11
(41,26,17)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #C27D35

#C27D35
(194,125,53)
#C78847
(199,136,71)
#CC9359
(204,147,89)
#D19E6B
(209,158,107)
#D6A97D
(214,169,125)
#DBB48F
(219,180,143)
#E0BFA1
(224,191,161)
#E5CAB3
(229,202,179)
#EAD5C5
(234,213,197)
#EFE0D7
(239,224,215)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27D35 color. Also use rgb(194,125,53) instead hex code.

Text Font Color

.myTextColor { color: #C27D35; }

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

This text font color is #C27D35.


Background Color

.myBgColor { background-color: #C27D35; }

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

This div background color is #C27D35.


Border color

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

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

This div border color is #C27D35.


Opacity

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

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

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

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

This text has shadow with #C27D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27D35 on black background.


Color preview on white background

This text has color #C27D35 on white background.



Black color preview on #C27D35 background

This text has black color on #C27D35 background.


White color preview on #C27D35 background

This text has white color on #C27D35 background.