Color Hex Logo

#748845 Color Hex

#748845
(116,136,69)
0 Favorites   0 Comments

Color spaces of #748845

RGB 11613669
HSL0.220.330.40
HSV78°49°53°
CMYK 0.150.000.49   0.47
XYZ17.080821.75108.9283
Yxy21.75100.35760.4554
Hunter Lab46.6380-16.242221.2962
CIE-Lab53.7618-18.538933.3897

#748845 color RGB value is (116,136,69).

#748845 hex color red value is 116, green value is 136 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #748845 hue: 0.22 , saturation: 0.33 and the lightness value of 748845 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001000 01000101
Octal 164 210 105
Decimal 116 136 69
Hex 74 88 45

RGB Percentages of Color #748845

%36.14
%42.37
%21.50

CMYK Percentages of Color #748845

%15
%0
%49
%47

Triadic Colors of #748845

#748845 #457488 #884574

Analogous Colors of #748845

#748845 #538845 #887b45

Monochromatic Colors of #748845

#748845

Complementary Color

#748845 #594588

#748845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748845 Color CSS Codes

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

#748845 Text Font Color

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

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


#748845 Background Color

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

This div background color is #748845


#748845 Border Color

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

This div border color is #748845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748845


Comments

No comments written yet.

Please login to write comment.