Color Hex Logo

#747825 Color Hex

#747825
(116,120,37)
0 Favorites   0 Comments

Color spaces of #747825

RGB 11612037
HSL0.170.530.31
HSV63°69°47°
CMYK 0.030.000.69   0.53
XYZ14.252917.27954.3343
Yxy17.27950.39740.4818
Hunter Lab41.5686-11.541622.9159
CIE-Lab48.6103-12.853843.1082

#747825 color RGB value is (116,120,37).

#747825 hex color red value is 116, green value is 120 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #747825 hue: 0.17 , saturation: 0.53 and the lightness value of 747825 is 0.31.

The process color (four color CMYK) of #747825 color hex is 0.03, 0.00, 0.69, 0.53. Web safe color of #747825 is #666633. Color #747825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111000 00100101
Octal 164 170 45
Decimal 116 120 37
Hex 74 78 25

RGB Percentages of Color #747825

%42.49
%43.96
%13.55

CMYK Percentages of Color #747825

%3
%0
%69
%53

Triadic Colors of #747825

#747825 #257478 #782574

Analogous Colors of #747825

#747825 #4b7825 #785325

Monochromatic Colors of #747825

#747825

Complementary Color

#747825 #292578

#747825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747825 Color CSS Codes

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

#747825 Text Font Color

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

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


#747825 Background Color

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

This div background color is #747825


#747825 Border Color

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

This div border color is #747825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747825


Comments

No comments written yet.

Please login to write comment.