Color Hex Logo

#4a671d Color Hex

#4A671D
(74,103,29)
0 Favorites   0 Comments

Color spaces of #4a671d

RGB 7410329
HSL0.230.560.26
HSV84°72°40°
CMYK 0.280.000.72   0.60
XYZ7.896111.24512.9167
Yxy11.24510.35800.5098
Hunter Lab33.5337-16.653118.3167
CIE-Lab39.9903-23.167436.6928

#4a671d color RGB value is (74,103,29).

#4a671d hex color red value is 74, green value is 103 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #4a671d hue: 0.23 , saturation: 0.56 and the lightness value of 4a671d is 0.26.

The process color (four color CMYK) of #4a671d color hex is 0.28, 0.00, 0.72, 0.60. Web safe color of #4a671d is #336633. Color #4a671d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100111 00011101
Octal 112 147 35
Decimal 74 103 29
Hex 4A 67 1D

RGB Percentages of Color #4a671d

%35.92
%50.00
%14.08

CMYK Percentages of Color #4a671d

%28
%0
%72
%60

Triadic Colors of #4a671d

#4a671d #1d4a67 #671d4a

Analogous Colors of #4a671d

#4a671d #25671d #675f1d

Monochromatic Colors of #4a671d

#4a671d

Complementary Color

#4a671d #3a1d67

#4a671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a671d Color CSS Codes

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

#4a671d Text Font Color

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

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


#4a671d Background Color

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

This div background color is #4a671d


#4a671d Border Color

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

This div border color is #4a671d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,103,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a671d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a671d;
  -webkit-box-shadow: 1px 1px 3px 2px #4a671d;
  box-shadow:         1px 1px 3px 2px #4a671d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,103,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a671d


Comments

No comments written yet.

Please login to write comment.