Color Hex Logo

#c48838 Color Hex

#C48838
(196,136,56)
0 Favorites   0 Comments

Color spaces of #c48838

RGB 19613656
HSL0.100.560.49
HSV34°71°77°
CMYK 0.000.310.71   0.23
XYZ32.282929.62967.7590
Yxy29.62960.46340.4253
Hunter Lab54.433110.606029.6518
CIE-Lab61.333315.524350.4160

#c48838 color RGB value is (196,136,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 00111000
Octal 304 210 70
Decimal 196 136 56
Hex C4 88 38

RGB Percentages of Color #c48838

%50.52
%35.05
%14.43

CMYK Percentages of Color #c48838

%0
%31
%71
%23

Triadic Colors of #c48838

#c48838 #38c488 #8838c4

Analogous Colors of #c48838

#c48838 #bac438 #c44238

Monochromatic Colors of #c48838

#c48838

Complementary Color

#c48838 #3874c4

#c48838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48838 Color CSS Codes

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

#c48838 Text Font Color

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

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


#c48838 Background Color

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

This div background color is #c48838


#c48838 Border Color

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

This div border color is #c48838


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,136,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 #c48838">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48838


Comments

No comments written yet.

Please login to write comment.