COLOR #C27F3B

HEX: #C27F3B RGB: (194,127,59)

Color info

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

RGB color model

#C27F3B color RGB value is (194,127,59).

RGB: (194,127,59) (76%, 50%, 23%)

RGB channels and saturation

R 194 of 255 = 76%
G 127 of 255 = 50%
B 59 of 255 = 23%

194
127
59

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

Portions of RGB colors in percentages

R + G + B = 194 + 127 + 59 = 380 (100%)
R 194 of 380 ~ 51.05%
G 127 of 380 ~ 33.42%
B 59 of 380 ~ 15.53'%

%51.05
%33.42
%15.53

CMYK color model

#C27F3B color CMYK value is (0,35,70,24).

  • cyan value is 0.00%
  • magenta value is 34.54%
  • yellow value is 69.59%
  • key color value is 23.92%
CMYK: (0,35,70,24) C0M35Y70K24 (0%,35%,70%,24%) (0.00/0.35/0.70/0.24) 

CMYK percentages

%0
%34.54
%69.59
%23.92

Codes

Color #C27F3B in popluar color models

C2 7F 3B
RGB 194 127 59
HSL 30° 53.36% 49.61%
HSB/HSV 30° 69.59% 76.08%
CMYK 0.00% 34.54% 69.59%
23.92%

Color #C27F3B in popluar number systems.

HEX C2 7F 3B
Decimal 194 127 59
Binary 11000010 1111111 111011
Octal 302 177 73

Shades and tints

Shades of #C27F3B

#C27F3B
(194,127,59)
#B17436
(177,116,54)
#A06931
(160,105,49)
#8F5E2C
(143,94,44)
#7E5327
(126,83,39)
#6D4822
(109,72,34)
#5C3D1D
(92,61,29)
#4B3218
(75,50,24)
#3A2713
(58,39,19)
#291C0E
(41,28,14)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #C27F3B

#C27F3B
(194,127,59)
#C78A4C
(199,138,76)
#CC955D
(204,149,93)
#D1A06E
(209,160,110)
#D6AB7F
(214,171,127)
#DBB690
(219,182,144)
#E0C1A1
(224,193,161)
#E5CCB2
(229,204,178)
#EAD7C3
(234,215,195)
#EFE2D4
(239,226,212)
#F4EDE5
(244,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27F3B color. Also use rgb(194,127,59) instead hex code.

Text Font Color

.myTextColor { color: #C27F3B; }

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

This text font color is #C27F3B.

Background Color

.myBgColor { background-color: #C27F3B; }

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

This div background color is #C27F3B.

Border color

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

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

This div border color is #C27F3B.

Opacity

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

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

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

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

This text has shadow with #C27F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C27F3B.

Preview

Color preview on black background

This text has color #C27F3B on black background.


Color preview on white background

This text has color #C27F3B on white background.


Black color preview on #C27F3B background

This text has black color on #C27F3B background.


White color preview on #C27F3B background

This text has white color on #C27F3B background.


Related colors

Complementary color

Complementary color for #hex is #3D80C4.


I love getcolorcode.com

Triadic colors

1 #3BC27F and #7F3BC2 with #C27F3B are triadic colors.

2 #3B7FC2 and #7FC23B with #C27F3B are triadic colors.