Color Hex Logo

#4a260a Color Hex

#4A260A
(74,38,10)
0 Favorites   0 Comments

Color spaces of #4a260a

RGB 743810
HSL0.070.760.16
HSV26°86°29°
CMYK 0.000.490.86   0.71
XYZ3.57192.86400.6517
Yxy2.86400.50400.4041
Hunter Lab16.92348.05899.5632
CIE-Lab19.490814.500124.2833

#4a260a color RGB value is (74,38,10).

#4a260a hex color red value is 74, green value is 38 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #4a260a hue: 0.07 , saturation: 0.76 and the lightness value of 4a260a is 0.16.

The process color (four color CMYK) of #4a260a color hex is 0.00, 0.49, 0.86, 0.71. Web safe color of #4a260a is #333300. Color #4a260a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100110 00001010
Octal 112 46 12
Decimal 74 38 10
Hex 4A 26 A

RGB Percentages of Color #4a260a

%60.66
%31.15
%8.20

CMYK Percentages of Color #4a260a

%0
%49
%86
%71

Triadic Colors of #4a260a

#4a260a #0a4a26 #260a4a

Analogous Colors of #4a260a

#4a260a #4a460a #4a0a0e

Monochromatic Colors of #4a260a

#4a260a

Complementary Color

#4a260a #0a2e4a

#4a260a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a260a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a260a Color CSS Codes

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

#4a260a Text Font Color

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

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


#4a260a Background Color

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

This div background color is #4a260a


#4a260a Border Color

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

This div border color is #4a260a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a260a


Comments

No comments written yet.

Please login to write comment.