Color Hex Logo

#c27740 Color Hex

#C27740
(194,119,64)
0 Favorites   0 Comments

Color spaces of #c27740

RGB 19411964
HSL0.070.520.51
HSV25°67°76°
CMYK 0.000.390.67   0.24
XYZ29.770425.03328.1133
Yxy25.03320.47320.3979
Hunter Lab50.033218.651725.4089
CIE-Lab57.107824.442141.8872

#c27740 color RGB value is (194,119,64).

#c27740 hex color red value is 194, green value is 119 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c27740 hue: 0.07 , saturation: 0.52 and the lightness value of c27740 is 0.51.

The process color (four color CMYK) of #c27740 color hex is 0.00, 0.39, 0.67, 0.24. Web safe color of #c27740 is #cc6633. Color #c27740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 01000000
Octal 302 167 100
Decimal 194 119 64
Hex C2 77 40

RGB Percentages of Color #c27740

%51.46
%31.56
%16.98

CMYK Percentages of Color #c27740

%0
%39
%67
%24

Triadic Colors of #c27740

#c27740 #40c277 #7740c2

Analogous Colors of #c27740

#c27740 #c2b840 #c2404a

Monochromatic Colors of #c27740

#c27740

Complementary Color

#c27740 #408bc2

#c27740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27740 Color CSS Codes

.mybgcolor {background-color:#c27740; } 
.myforecolor {color:#c27740; }
.mybordercolor {border:3px solid #c27740; }

#c27740 Text Font Color

<p style="color:#c27740">Text here</p>

This sample text font color is #c27740
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c27740 Background Color

<div style="background-color:#c27740">
Div content here</div>

This div background color is #c27740


#c27740 Border Color

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

This div border color is #c27740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,119,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27740;
  -webkit-box-shadow: 1px 1px 3px 2px #c27740;
  box-shadow:         1px 1px 3px 2px #c27740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,119,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c27740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c27740;
  -webkit-box-shadow: 1px 1px 3px 2px #c27740;
  box-shadow:         1px 1px 3px 2px #c27740;">
Div content here</div>

This div box has shadow with color #c27740


Comments

No comments written yet.

Please login to write comment.