Color Hex Logo

#c27930 Color Hex

#C27930
(194,121,48)
0 Favorites   0 Comments

Color spaces of #c27930

RGB 19412148
HSL0.080.600.47
HSV30°75°76°
CMYK 0.000.380.75   0.24
XYZ29.619025.35756.1297
Yxy25.35750.48470.4150
Hunter Lab50.356216.868428.0322
CIE-Lab57.422122.510649.9379

#c27930 color RGB value is (194,121,48).

#c27930 hex color red value is 194, green value is 121 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c27930 hue: 0.08 , saturation: 0.60 and the lightness value of c27930 is 0.47.

The process color (four color CMYK) of #c27930 color hex is 0.00, 0.38, 0.75, 0.24. Web safe color of #c27930 is #cc6633. Color #c27930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 00110000
Octal 302 171 60
Decimal 194 121 48
Hex C2 79 30

RGB Percentages of Color #c27930

%53.44
%33.33
%13.22

CMYK Percentages of Color #c27930

%0
%38
%75
%24

Triadic Colors of #c27930

#c27930 #30c279 #7930c2

Analogous Colors of #c27930

#c27930 #c2c230 #c23030

Monochromatic Colors of #c27930

#c27930

Complementary Color

#c27930 #3079c2

#c27930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27930 Color CSS Codes

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

#c27930 Text Font Color

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

This sample text font color is #c27930
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.


#c27930 Background Color

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

This div background color is #c27930


#c27930 Border Color

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

This div border color is #c27930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27930


Comments

No comments written yet.

Please login to write comment.