Color Hex Logo

#464843 Color Hex

#464843
(70,72,67)
0 Favorites   0 Comments

Color spaces of #464843

RGB 707267
HSL0.230.040.27
HSV84°28°
CMYK 0.030.000.07   0.72
XYZ5.85636.34216.2257
Yxy6.34210.31790.3442
Hunter Lab25.1835-2.56192.9712
CIE-Lab30.2597-1.91122.7080

#464843 color RGB value is (70,72,67).

#464843 hex color red value is 70, green value is 72 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #464843 hue: 0.23 , saturation: 0.04 and the lightness value of 464843 is 0.27.

The process color (four color CMYK) of #464843 color hex is 0.03, 0.00, 0.07, 0.72. Web safe color of #464843 is #333333. Color #464843 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 01000011
Octal 106 110 103
Decimal 70 72 67
Hex 46 48 43

RGB Percentages of Color #464843

%33.49
%34.45
%32.06

CMYK Percentages of Color #464843

%3
%0
%7
%72

Triadic Colors of #464843

#464843 #434648 #484346

Analogous Colors of #464843

#464843 #444843 #484843

Monochromatic Colors of #464843

#464843

Complementary Color

#464843 #454348

#464843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464843 Color CSS Codes

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

#464843 Text Font Color

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

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


#464843 Background Color

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

This div background color is #464843


#464843 Border Color

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

This div border color is #464843


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,72,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464843; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464843;
  -webkit-box-shadow: 1px 1px 3px 2px #464843;
  box-shadow:         1px 1px 3px 2px #464843; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464843


Comments

No comments written yet.

Please login to write comment.