Color Hex Logo

#4a3115 Color Hex

#4A3115
(74,49,21)
0 Favorites   0 Comments

Color spaces of #4a3115

RGB 744921
HSL0.090.560.19
HSV32°72°29°
CMYK 0.000.340.72   0.71
XYZ4.05773.70661.2111
Yxy3.70660.45210.4130
Hunter Lab19.25253.92919.7471
CIE-Lab22.67678.039922.0393

#4a3115 color RGB value is (74,49,21).

#4a3115 hex color red value is 74, green value is 49 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #4a3115 hue: 0.09 , saturation: 0.56 and the lightness value of 4a3115 is 0.19.

The process color (four color CMYK) of #4a3115 color hex is 0.00, 0.34, 0.72, 0.71. Web safe color of #4a3115 is #333300. Color #4a3115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110001 00010101
Octal 112 61 25
Decimal 74 49 21
Hex 4A 31 15

RGB Percentages of Color #4a3115

%51.39
%34.03
%14.58

CMYK Percentages of Color #4a3115

%0
%34
%72
%71

Triadic Colors of #4a3115

#4a3115 #154a31 #31154a

Analogous Colors of #4a3115

#4a3115 #494a15 #4a1715

Monochromatic Colors of #4a3115

#4a3115

Complementary Color

#4a3115 #152e4a

#4a3115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3115 Color CSS Codes

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

#4a3115 Text Font Color

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

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


#4a3115 Background Color

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

This div background color is #4a3115


#4a3115 Border Color

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

This div border color is #4a3115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3115


Comments

No comments written yet.

Please login to write comment.