Color Hex Logo

#c49f3d Color Hex

#C49F3D
(196,159,61)
0 Favorites   0 Comments

Color spaces of #c49f3d

RGB 19615961
HSL0.120.530.50
HSV44°69°77°
CMYK 0.000.190.69   0.23
XYZ36.005436.86909.6336
Yxy36.86900.43640.4469
Hunter Lab60.7198-0.413633.0971
CIE-Lab67.17863.253054.2919

#c49f3d color RGB value is (196,159,61).

#c49f3d hex color red value is 196, green value is 159 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c49f3d hue: 0.12 , saturation: 0.53 and the lightness value of c49f3d is 0.50.

The process color (four color CMYK) of #c49f3d color hex is 0.00, 0.19, 0.69, 0.23. Web safe color of #c49f3d is #cc9933. Color #c49f3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 00111101
Octal 304 237 75
Decimal 196 159 61
Hex C4 9F 3D

RGB Percentages of Color #c49f3d

%47.12
%38.22
%14.66

CMYK Percentages of Color #c49f3d

%0
%19
%69
%23

Triadic Colors of #c49f3d

#c49f3d #3dc49f #9f3dc4

Analogous Colors of #c49f3d

#c49f3d #a6c43d #c45c3d

Monochromatic Colors of #c49f3d

#c49f3d

Complementary Color

#c49f3d #3d62c4

#c49f3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49f3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49f3d Color CSS Codes

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

#c49f3d Text Font Color

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

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


#c49f3d Background Color

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

This div background color is #c49f3d


#c49f3d Border Color

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

This div border color is #c49f3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,159,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c49f3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c49f3d;
  -webkit-box-shadow: 1px 1px 3px 2px #c49f3d;
  box-shadow:         1px 1px 3px 2px #c49f3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,159,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49f3d


Comments

No comments written yet.

Please login to write comment.