Color Hex Logo

#46903d Color Hex

#46903D
(70,144,61)
0 Favorites   0 Comments

Color spaces of #46903d

RGB 7014461
HSL0.320.400.40
HSV113°58°56°
CMYK 0.510.000.58   0.44
XYZ13.341421.58557.8781
Yxy21.58550.31170.5043
Hunter Lab46.4602-30.047722.4685
CIE-Lab53.5844-40.081936.6337

#46903d color RGB value is (70,144,61).

#46903d hex color red value is 70, green value is 144 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #46903d hue: 0.32 , saturation: 0.40 and the lightness value of 46903d is 0.40.

The process color (four color CMYK) of #46903d color hex is 0.51, 0.00, 0.58, 0.44. Web safe color of #46903d is #339933. Color #46903d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010000 00111101
Octal 106 220 75
Decimal 70 144 61
Hex 46 90 3D

RGB Percentages of Color #46903d

%25.45
%52.36
%22.18

CMYK Percentages of Color #46903d

%51
%0
%58
%44

Triadic Colors of #46903d

#46903d #3d4690 #903d46

Analogous Colors of #46903d

#46903d #3d905e #70903d

Monochromatic Colors of #46903d

#46903d

Complementary Color

#46903d #873d90

#46903d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46903d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46903d Color CSS Codes

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

#46903d Text Font Color

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

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


#46903d Background Color

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

This div background color is #46903d


#46903d Border Color

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

This div border color is #46903d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,144,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46903d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46903d;
  -webkit-box-shadow: 1px 1px 3px 2px #46903d;
  box-shadow:         1px 1px 3px 2px #46903d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46903d


Comments

No comments written yet.

Please login to write comment.