Color Hex Logo

#74862d Color Hex

#74862D
(116,134,45)
0 Favorites   0 Comments

Color spaces of #74862d

RGB 11613445
HSL0.200.500.35
HSV72°66°53°
CMYK 0.130.000.66   0.47
XYZ16.201220.95275.6730
Yxy20.95270.37830.4892
Hunter Lab45.7741-16.926824.6938
CIE-Lab52.8977-19.743244.0902

#74862d color RGB value is (116,134,45).

#74862d hex color red value is 116, green value is 134 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #74862d hue: 0.20 , saturation: 0.50 and the lightness value of 74862d is 0.35.

The process color (four color CMYK) of #74862d color hex is 0.13, 0.00, 0.66, 0.47. Web safe color of #74862d is #669933. Color #74862d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 00101101
Octal 164 206 55
Decimal 116 134 45
Hex 74 86 2D

RGB Percentages of Color #74862d

%39.32
%45.42
%15.25

CMYK Percentages of Color #74862d

%13
%0
%66
%47

Triadic Colors of #74862d

#74862d #2d7486 #862d74

Analogous Colors of #74862d

#74862d #48862d #866c2d

Monochromatic Colors of #74862d

#74862d

Complementary Color

#74862d #3f2d86

#74862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74862d Color CSS Codes

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

#74862d Text Font Color

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

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


#74862d Background Color

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

This div background color is #74862d


#74862d Border Color

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

This div border color is #74862d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,134,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74862d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74862d;
  -webkit-box-shadow: 1px 1px 3px 2px #74862d;
  box-shadow:         1px 1px 3px 2px #74862d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74862d


Comments

No comments written yet.

Please login to write comment.