Color Hex Logo

#46975c Color Hex

#46975C
(70,151,92)
0 Favorites   0 Comments

Color spaces of #46975c

RGB 7015192
HSL0.380.370.43
HSV136°54°59°
CMYK 0.540.000.39   0.41
XYZ15.524224.208013.9796
Yxy24.20800.28900.4507
Hunter Lab49.2016-29.782217.5951
CIE-Lab56.2954-38.305323.7511

#46975c color RGB value is (70,151,92).

#46975c hex color red value is 70, green value is 151 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #46975c hue: 0.38 , saturation: 0.37 and the lightness value of 46975c is 0.43.

The process color (four color CMYK) of #46975c color hex is 0.54, 0.00, 0.39, 0.41. Web safe color of #46975c is #339966. Color #46975c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010111 01011100
Octal 106 227 134
Decimal 70 151 92
Hex 46 97 5C

RGB Percentages of Color #46975c

%22.36
%48.24
%29.39

CMYK Percentages of Color #46975c

%54
%0
%39
%41

Triadic Colors of #46975c

#46975c #5c4697 #975c46

Analogous Colors of #46975c

#46975c #469785 #599746

Monochromatic Colors of #46975c

#46975c

Complementary Color

#46975c #974681

#46975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46975c Color CSS Codes

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

#46975c Text Font Color

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

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


#46975c Background Color

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

This div background color is #46975c


#46975c Border Color

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

This div border color is #46975c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,151,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46975c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46975c;
  -webkit-box-shadow: 1px 1px 3px 2px #46975c;
  box-shadow:         1px 1px 3px 2px #46975c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46975c


Comments

No comments written yet.

Please login to write comment.