Color Hex Logo

#46754a Color Hex

#46754A
(70,117,74)
0 Favorites   0 Comments

Color spaces of #46754a

RGB 7011774
HSL0.350.250.37
HSV125°40°46°
CMYK 0.400.000.37   0.54
XYZ10.123114.51918.7475
Yxy14.51910.30320.4348
Hunter Lab38.1039-19.259713.0616
CIE-Lab44.9684-25.787418.8191

#46754a color RGB value is (70,117,74).

#46754a hex color red value is 70, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #46754a hue: 0.35 , saturation: 0.25 and the lightness value of 46754a is 0.37.

The process color (four color CMYK) of #46754a color hex is 0.40, 0.00, 0.37, 0.54. Web safe color of #46754a is #336633. Color #46754a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110101 01001010
Octal 106 165 112
Decimal 70 117 74
Hex 46 75 4A

RGB Percentages of Color #46754a

%26.82
%44.83
%28.35

CMYK Percentages of Color #46754a

%40
%0
%37
%54

Triadic Colors of #46754a

#46754a #4a4675 #754a46

Analogous Colors of #46754a

#46754a #467562 #5a7546

Monochromatic Colors of #46754a

#46754a

Complementary Color

#46754a #754671

#46754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46754a Color CSS Codes

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

#46754a Text Font Color

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

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


#46754a Background Color

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

This div background color is #46754a


#46754a Border Color

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

This div border color is #46754a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,117,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46754a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46754a;
  -webkit-box-shadow: 1px 1px 3px 2px #46754a;
  box-shadow:         1px 1px 3px 2px #46754a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46754a


Comments

No comments written yet.

Please login to write comment.