Color Hex Logo

#748748 Color Hex

#748748
(116,135,72)
0 Favorites   0 Comments

Color spaces of #748748

RGB 11613572
HSL0.220.300.41
HSV78°47°53°
CMYK 0.140.000.47   0.47
XYZ17.036121.50889.3846
Yxy21.50880.35540.4488
Hunter Lab46.3776-15.591520.4669
CIE-Lab53.5019-17.664931.4859

#748748 color RGB value is (116,135,72).

#748748 hex color red value is 116, green value is 135 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #748748 hue: 0.22 , saturation: 0.30 and the lightness value of 748748 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 01001000
Octal 164 207 110
Decimal 116 135 72
Hex 74 87 48

RGB Percentages of Color #748748

%35.91
%41.80
%22.29

CMYK Percentages of Color #748748

%14
%0
%47
%47

Triadic Colors of #748748

#748748 #487487 #874874

Analogous Colors of #748748

#748748 #548748 #877b48

Monochromatic Colors of #748748

#748748

Complementary Color

#748748 #5b4887

#748748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748748 Color CSS Codes

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

#748748 Text Font Color

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

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


#748748 Background Color

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

This div background color is #748748


#748748 Border Color

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

This div border color is #748748


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,135,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 #748748">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748748


Comments

No comments written yet.

Please login to write comment.