Color Hex Logo

#706501 Color Hex

#706501
(112,101,1)
0 Favorites   0 Comments

Color spaces of #706501

RGB 1121011
HSL0.150.980.22
HSV54°99°44°
CMYK 0.000.100.99   0.56
XYZ11.341312.75431.8928
Yxy12.75430.43640.4908
Hunter Lab35.7132-5.812421.8568
CIE-Lab42.3907-5.527448.8638

#706501 color RGB value is (112,101,1).

#706501 hex color red value is 112, green value is 101 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #706501 hue: 0.15 , saturation: 0.98 and the lightness value of 706501 is 0.22.

The process color (four color CMYK) of #706501 color hex is 0.00, 0.10, 0.99, 0.56. Web safe color of #706501 is #666600. Color #706501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 00000001
Octal 160 145 1
Decimal 112 101 1
Hex 70 65 1

RGB Percentages of Color #706501

%52.34
%47.20
%0.47

CMYK Percentages of Color #706501

%0
%10
%99
%56

Triadic Colors of #706501

#706501 #017065 #650170

Analogous Colors of #706501

#706501 #447001 #702e01

Monochromatic Colors of #706501

#706501

Complementary Color

#706501 #010c70

#706501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706501 Color CSS Codes

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

#706501 Text Font Color

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

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


#706501 Background Color

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

This div background color is #706501


#706501 Border Color

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

This div border color is #706501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,101,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706501


Comments

No comments written yet.

Please login to write comment.