Color Hex Logo

#749643 Color Hex

#749643
(116,150,67)
0 Favorites   0 Comments

Color spaces of #749643

RGB 11615067
HSL0.230.380.43
HSV85°55°59°
CMYK 0.230.000.55   0.41
XYZ19.121925.93099.3075
Yxy25.93090.35180.4770
Hunter Lab50.9224-22.085524.8088
CIE-Lab57.9714-25.864839.4345

#749643 color RGB value is (116,150,67).

#749643 hex color red value is 116, green value is 150 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #749643 hue: 0.23 , saturation: 0.38 and the lightness value of 749643 is 0.43.

The process color (four color CMYK) of #749643 color hex is 0.23, 0.00, 0.55, 0.41. Web safe color of #749643 is #669933. Color #749643 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010110 01000011
Octal 164 226 103
Decimal 116 150 67
Hex 74 96 43

RGB Percentages of Color #749643

%34.83
%45.05
%20.12

CMYK Percentages of Color #749643

%23
%0
%55
%41

Triadic Colors of #749643

#749643 #437496 #964374

Analogous Colors of #749643

#749643 #4b9643 #968f43

Monochromatic Colors of #749643

#749643

Complementary Color

#749643 #654396

#749643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749643 Color CSS Codes

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

#749643 Text Font Color

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

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


#749643 Background Color

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

This div background color is #749643


#749643 Border Color

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

This div border color is #749643


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,150,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749643; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749643;
  -webkit-box-shadow: 1px 1px 3px 2px #749643;
  box-shadow:         1px 1px 3px 2px #749643; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,150,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749643


Comments

No comments written yet.

Please login to write comment.