Color Hex Logo

#748720 Color Hex

#748720
(116,135,32)
0 Favorites   0 Comments

Color spaces of #748720

RGB 11613532
HSL0.200.620.33
HSV71°76°53°
CMYK 0.140.000.76   0.47
XYZ16.127121.14524.5979
Yxy21.14520.38520.5050
Hunter Lab45.9839-17.869826.2604
CIE-Lab53.1080-21.073249.5057

#748720 color RGB value is (116,135,32).

#748720 hex color red value is 116, green value is 135 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #748720 hue: 0.20 , saturation: 0.62 and the lightness value of 748720 is 0.33.

The process color (four color CMYK) of #748720 color hex is 0.14, 0.00, 0.76, 0.47. Web safe color of #748720 is #669933. Color #748720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 00100000
Octal 164 207 40
Decimal 116 135 32
Hex 74 87 20

RGB Percentages of Color #748720

%40.99
%47.70
%11.31

CMYK Percentages of Color #748720

%14
%0
%76
%47

Triadic Colors of #748720

#748720 #207487 #872074

Analogous Colors of #748720

#748720 #408720 #876720

Monochromatic Colors of #748720

#748720

Complementary Color

#748720 #332087

#748720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748720 Color CSS Codes

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

#748720 Text Font Color

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

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


#748720 Background Color

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

This div background color is #748720


#748720 Border Color

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

This div border color is #748720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748720


Comments

No comments written yet.

Please login to write comment.