Color Hex Logo

#c4830b Color Hex

#C4830B
(196,131,11)
0 Favorites   0 Comments

Color spaces of #c4830b

RGB 19613111
HSL0.110.890.41
HSV39°94°77°
CMYK 0.000.330.94   0.23
XYZ30.941727.99254.0889
Yxy27.99250.49100.4442
Hunter Lab52.907911.801732.4534
CIE-Lab59.882016.880563.8561

#c4830b color RGB value is (196,131,11).

#c4830b hex color red value is 196, green value is 131 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c4830b hue: 0.11 , saturation: 0.89 and the lightness value of c4830b is 0.41.

The process color (four color CMYK) of #c4830b color hex is 0.00, 0.33, 0.94, 0.23. Web safe color of #c4830b is #cc9900. Color #c4830b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000011 00001011
Octal 304 203 13
Decimal 196 131 11
Hex C4 83 B

RGB Percentages of Color #c4830b

%57.99
%38.76
%3.25

CMYK Percentages of Color #c4830b

%0
%33
%94
%23

Triadic Colors of #c4830b

#c4830b #0bc483 #830bc4

Analogous Colors of #c4830b

#c4830b #a9c40b #c4260b

Monochromatic Colors of #c4830b

#c4830b

Complementary Color

#c4830b #0b4cc4

#c4830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4830b Color CSS Codes

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

#c4830b Text Font Color

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

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


#c4830b Background Color

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

This div background color is #c4830b


#c4830b Border Color

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

This div border color is #c4830b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4830b


Comments

No comments written yet.

Please login to write comment.