Color Hex Logo

#747b1c Color Hex

#747B1C
(116,123,28)
0 Favorites   0 Comments

Color spaces of #747b1c

RGB 11612328
HSL0.180.630.30
HSV64°77°48°
CMYK 0.060.000.77   0.52
XYZ14.495017.96283.8018
Yxy17.96280.39980.4954
Hunter Lab42.3825-13.121724.3493
CIE-Lab49.4510-14.981747.4773

#747b1c color RGB value is (116,123,28).

#747b1c hex color red value is 116, green value is 123 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #747b1c hue: 0.18 , saturation: 0.63 and the lightness value of 747b1c is 0.30.

The process color (four color CMYK) of #747b1c color hex is 0.06, 0.00, 0.77, 0.52. Web safe color of #747b1c is #666633. Color #747b1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111011 00011100
Octal 164 173 34
Decimal 116 123 28
Hex 74 7B 1C

RGB Percentages of Color #747b1c

%43.45
%46.07
%10.49

CMYK Percentages of Color #747b1c

%6
%0
%77
%52

Triadic Colors of #747b1c

#747b1c #1c747b #7b1c74

Analogous Colors of #747b1c

#747b1c #457b1c #7b531c

Monochromatic Colors of #747b1c

#747b1c

Complementary Color

#747b1c #231c7b

#747b1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747b1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#747b1c Color CSS Codes

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

#747b1c Text Font Color

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

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


#747b1c Background Color

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

This div background color is #747b1c


#747b1c Border Color

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

This div border color is #747b1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,123,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747b1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747b1c;
  -webkit-box-shadow: 1px 1px 3px 2px #747b1c;
  box-shadow:         1px 1px 3px 2px #747b1c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747b1c


Comments

No comments written yet.

Please login to write comment.