Color Hex Logo

#70434b Color Hex

#70434B
(112,67,75)
0 Favorites   0 Comments

Color spaces of #70434b

RGB 1126775
HSL0.970.250.35
HSV349°40°44°
CMYK 0.000.400.33   0.56
XYZ9.95927.96717.6695
Yxy7.96710.38910.3113
Hunter Lab28.226113.58583.6481
CIE-Lab33.914320.57353.4618

#70434b color RGB value is (112,67,75).

#70434b hex color red value is 112, green value is 67 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #70434b hue: 0.97 , saturation: 0.25 and the lightness value of 70434b is 0.35.

The process color (four color CMYK) of #70434b color hex is 0.00, 0.40, 0.33, 0.56. Web safe color of #70434b is #663333. Color #70434b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 01001011
Octal 160 103 113
Decimal 112 67 75
Hex 70 43 4B

RGB Percentages of Color #70434b

%44.09
%26.38
%29.53

CMYK Percentages of Color #70434b

%0
%40
%33
%56

Triadic Colors of #70434b

#70434b #4b7043 #434b70

Analogous Colors of #70434b

#70434b #705243 #704362

Monochromatic Colors of #70434b

#70434b

Complementary Color

#70434b #437068

#70434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70434b Color CSS Codes

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

#70434b Text Font Color

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

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


#70434b Background Color

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

This div background color is #70434b


#70434b Border Color

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

This div border color is #70434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70434b


Comments

No comments written yet.

Please login to write comment.