Color Hex Logo

#748e45 Color Hex

#748E45
(116,142,69)
0 Favorites   0 Comments

Color spaces of #748e45

RGB 11614269
HSL0.230.350.41
HSV81°51°56°
CMYK 0.180.000.51   0.44
XYZ17.949623.48879.2179
Yxy23.48870.35430.4637
Hunter Lab48.4651-18.704622.6488
CIE-Lab55.5722-21.637235.5816

#748e45 color RGB value is (116,142,69).

#748e45 hex color red value is 116, green value is 142 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #748e45 hue: 0.23 , saturation: 0.35 and the lightness value of 748e45 is 0.41.

The process color (four color CMYK) of #748e45 color hex is 0.18, 0.00, 0.51, 0.44. Web safe color of #748e45 is #669933. Color #748e45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001110 01000101
Octal 164 216 105
Decimal 116 142 69
Hex 74 8E 45

RGB Percentages of Color #748e45

%35.47
%43.43
%21.10

CMYK Percentages of Color #748e45

%18
%0
%51
%44

Triadic Colors of #748e45

#748e45 #45748e #8e4574

Analogous Colors of #748e45

#748e45 #508e45 #8e8445

Monochromatic Colors of #748e45

#748e45

Complementary Color

#748e45 #5f458e

#748e45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748e45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748e45 Color CSS Codes

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

#748e45 Text Font Color

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

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


#748e45 Background Color

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

This div background color is #748e45


#748e45 Border Color

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

This div border color is #748e45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,142,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748e45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748e45;
  -webkit-box-shadow: 1px 1px 3px 2px #748e45;
  box-shadow:         1px 1px 3px 2px #748e45; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748e45


Comments

No comments written yet.

Please login to write comment.