Color Hex Logo

#465f5b Color Hex

#465F5B
(70,95,91)
0 Favorites   0 Comments

Color spaces of #465f5b

RGB 709591
HSL0.470.150.32
HSV170°26°37°
CMYK 0.260.000.04   0.63
XYZ8.506310.241811.4261
Yxy10.24180.28190.3394
Hunter Lab32.0028-8.55991.2334
CIE-Lab38.2729-10.2842-0.7616

#465f5b color RGB value is (70,95,91).

#465f5b hex color red value is 70, green value is 95 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #465f5b hue: 0.47 , saturation: 0.15 and the lightness value of 465f5b is 0.32.

The process color (four color CMYK) of #465f5b color hex is 0.26, 0.00, 0.04, 0.63. Web safe color of #465f5b is #336666. Color #465f5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011111 01011011
Octal 106 137 133
Decimal 70 95 91
Hex 46 5F 5B

RGB Percentages of Color #465f5b

%27.34
%37.11
%35.55

CMYK Percentages of Color #465f5b

%26
%0
%4
%63

Triadic Colors of #465f5b

#465f5b #5b465f #5f5b46

Analogous Colors of #465f5b

#465f5b #46575f #465f4f

Monochromatic Colors of #465f5b

#465f5b

Complementary Color

#465f5b #5f464a

#465f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#465f5b Color CSS Codes

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

#465f5b Text Font Color

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

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


#465f5b Background Color

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

This div background color is #465f5b


#465f5b Border Color

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

This div border color is #465f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,95,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #465f5b;
  box-shadow:         1px 1px 3px 2px #465f5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465f5b


Comments

No comments written yet.

Please login to write comment.