Color Hex Logo

#c48238 Color Hex

#C48238
(196,130,56)
0 Favorites   0 Comments

Color spaces of #c48238

RGB 19613056
HSL0.090.560.49
HSV32°71°77°
CMYK 0.000.340.71   0.23
XYZ31.461427.98657.4851
Yxy27.98650.47000.4181
Hunter Lab52.902313.576428.6427
CIE-Lab59.876518.818948.8917

#c48238 color RGB value is (196,130,56).

#c48238 hex color red value is 196, green value is 130 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #c48238 hue: 0.09 , saturation: 0.56 and the lightness value of c48238 is 0.49.

The process color (four color CMYK) of #c48238 color hex is 0.00, 0.34, 0.71, 0.23. Web safe color of #c48238 is #cc9933. Color #c48238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 00111000
Octal 304 202 70
Decimal 196 130 56
Hex C4 82 38

RGB Percentages of Color #c48238

%51.31
%34.03
%14.66

CMYK Percentages of Color #c48238

%0
%34
%71
%23

Triadic Colors of #c48238

#c48238 #38c482 #8238c4

Analogous Colors of #c48238

#c48238 #c0c438 #c43c38

Monochromatic Colors of #c48238

#c48238

Complementary Color

#c48238 #387ac4

#c48238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48238 Color CSS Codes

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

#c48238 Text Font Color

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

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


#c48238 Background Color

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

This div background color is #c48238


#c48238 Border Color

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

This div border color is #c48238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48238


Comments

No comments written yet.

Please login to write comment.