Color Hex Logo

#c48538 Color Hex

#C48538
(196,133,56)
0 Favorites   0 Comments

Color spaces of #c48538

RGB 19613356
HSL0.090.560.49
HSV33°71°77°
CMYK 0.000.320.71   0.23
XYZ31.866328.79637.6201
Yxy28.79630.46670.4217
Hunter Lab53.662212.090129.1443
CIE-Lab60.601417.171849.6519

#c48538 color RGB value is (196,133,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000101 00111000
Octal 304 205 70
Decimal 196 133 56
Hex C4 85 38

RGB Percentages of Color #c48538

%50.91
%34.55
%14.55

CMYK Percentages of Color #c48538

%0
%32
%71
%23

Triadic Colors of #c48538

#c48538 #38c485 #8538c4

Analogous Colors of #c48538

#c48538 #bdc438 #c43f38

Monochromatic Colors of #c48538

#c48538

Complementary Color

#c48538 #3877c4

#c48538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48538 Color CSS Codes

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

#c48538 Text Font Color

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

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


#c48538 Background Color

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

This div background color is #c48538


#c48538 Border Color

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

This div border color is #c48538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48538


Comments

No comments written yet.

Please login to write comment.