Color Hex Logo

#c59134 Color Hex

#C59134
(197,145,52)
0 Favorites   0 Comments

Color spaces of #c59134

RGB 19714552
HSL0.110.580.49
HSV38°74°77°
CMYK 0.000.260.74   0.23
XYZ33.771232.36907.7167
Yxy32.36900.45730.4383
Hunter Lab56.89386.390631.7839
CIE-Lab63.646710.833454.5555

#c59134 color RGB value is (197,145,52).

#c59134 hex color red value is 197, green value is 145 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c59134 hue: 0.11 , saturation: 0.58 and the lightness value of c59134 is 0.49.

The process color (four color CMYK) of #c59134 color hex is 0.00, 0.26, 0.74, 0.23. Web safe color of #c59134 is #cc9933. Color #c59134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010001 00110100
Octal 305 221 64
Decimal 197 145 52
Hex C5 91 34

RGB Percentages of Color #c59134

%50.00
%36.80
%13.20

CMYK Percentages of Color #c59134

%0
%26
%74
%23

Triadic Colors of #c59134

#c59134 #34c591 #9134c5

Analogous Colors of #c59134

#c59134 #b1c534 #c54934

Monochromatic Colors of #c59134

#c59134

Complementary Color

#c59134 #3468c5

#c59134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59134 Color CSS Codes

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

#c59134 Text Font Color

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

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


#c59134 Background Color

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

This div background color is #c59134


#c59134 Border Color

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

This div border color is #c59134


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,145,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c59134; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c59134;
  -webkit-box-shadow: 1px 1px 3px 2px #c59134;
  box-shadow:         1px 1px 3px 2px #c59134; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,145,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59134


Comments

No comments written yet.

Please login to write comment.