color codes Logo

#a83d07 color codes

#A83D07
(168,61,7)
0 Favorites   0 Comments

Color spaces of #a83d07

RGB 168617
HSL0.060.920.34
HSV20°96°66°
CMYK 0.000.640.96   0.34
XYZ17.855511.67771.5139
Yxy11.67770.57510.3761
Hunter Lab34.172633.465621.2942
CIE-Lab40.699241.968249.6650

#a83d07 color RGB value is (168,61,7).

#a83d07 hex color red value is 168, green value is 61 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a83d07 hue: 0.06 , saturation: 0.92 and the lightness value of a83d07 is 0.34.

The process color (four color CMYK) of #a83d07 color code is 0.00, 0.64, 0.96, 0.34. Web safe color of #a83d07 is #993300. Color #a83d07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111101 00000111
Octal 250 75 7
Decimal 168 61 7
Hex A8 3D 7

RGB Percentages of Color #a83d07

%71.19
%25.85
%2.97

CMYK Percentages of Color #a83d07

%0
%64
%96
%34

Triadic Colors of #a83d07

#a83d07 #07a83d #3d07a8

Analogous Colors of #a83d07

#a83d07 #a88e07 #a80721

Monochromatic Colors of #a83d07

#a83d07

Complementary Color

#a83d07 #0772a8

#a83d07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83d07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83d07 Color CSS Codes

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

#a83d07 Text Font Color

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

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


#a83d07 Background Color

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

This div background color is #a83d07


#a83d07 Border Color

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

This div border color is #a83d07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,61,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a83d07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a83d07;
  -webkit-box-shadow: 1px 1px 3px 2px #a83d07;
  box-shadow:         1px 1px 3px 2px #a83d07; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,61,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83d07


Comments

No comments written yet.

Please login to write comment.