Color Hex Logo

#c68503 Color Hex

#C68503
(198,133,3)
0 Favorites   0 Comments

Color spaces of #c68503

RGB 1981333
HSL0.110.970.39
HSV40°98°78°
CMYK 0.000.330.98   0.22
XYZ31.692728.78743.9723
Yxy28.78740.49170.4466
Hunter Lab53.653911.543533.1682
CIE-Lab60.593516.573965.7257

#c68503 color RGB value is (198,133,3).

#c68503 hex color red value is 198, green value is 133 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c68503 hue: 0.11 , saturation: 0.97 and the lightness value of c68503 is 0.39.

The process color (four color CMYK) of #c68503 color hex is 0.00, 0.33, 0.98, 0.22. Web safe color of #c68503 is #cc9900. Color #c68503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 00000011
Octal 306 205 3
Decimal 198 133 3
Hex C6 85 3

RGB Percentages of Color #c68503

%59.28
%39.82
%0.90

CMYK Percentages of Color #c68503

%0
%33
%98
%22

Triadic Colors of #c68503

#c68503 #03c685 #8503c6

Analogous Colors of #c68503

#c68503 #a6c603 #c62403

Monochromatic Colors of #c68503

#c68503

Complementary Color

#c68503 #0344c6

#c68503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68503 Color CSS Codes

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

#c68503 Text Font Color

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

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


#c68503 Background Color

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

This div background color is #c68503


#c68503 Border Color

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

This div border color is #c68503


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,133,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68503


Comments

No comments written yet.

Please login to write comment.