Color Hex Logo

#465948 Color Hex

#465948
(70,89,72)
0 Favorites   0 Comments

Color spaces of #465948

RGB 708972
HSL0.350.120.31
HSV126°21°35°
CMYK 0.210.000.19   0.65
XYZ7.26798.91477.4685
Yxy8.91470.30730.3769
Hunter Lab29.8575-8.80026.0696
CIE-Lab35.8195-11.13667.4747

#465948 color RGB value is (70,89,72).

#465948 hex color red value is 70, green value is 89 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #465948 hue: 0.35 , saturation: 0.12 and the lightness value of 465948 is 0.31.

The process color (four color CMYK) of #465948 color hex is 0.21, 0.00, 0.19, 0.65. Web safe color of #465948 is #336633. Color #465948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011001 01001000
Octal 106 131 110
Decimal 70 89 72
Hex 46 59 48

RGB Percentages of Color #465948

%30.30
%38.53
%31.17

CMYK Percentages of Color #465948

%21
%0
%19
%65

Triadic Colors of #465948

#465948 #484659 #594846

Analogous Colors of #465948

#465948 #465952 #4e5946

Monochromatic Colors of #465948

#465948

Complementary Color

#465948 #594657

#465948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465948 Color CSS Codes

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

#465948 Text Font Color

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

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


#465948 Background Color

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

This div background color is #465948


#465948 Border Color

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

This div border color is #465948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465948


Comments

No comments written yet.

Please login to write comment.