Color Hex Logo

#4a502b Color Hex

#4A502B
(74,80,43)
0 Favorites   0 Comments

Color spaces of #4a502b

RGB 748043
HSL0.190.300.24
HSV70°46°31°
CMYK 0.070.000.46   0.69
XYZ6.12877.36763.3846
Yxy7.36760.36310.4364
Hunter Lab27.1433-7.197211.6072
CIE-Lab32.6295-9.110520.9592

#4a502b color RGB value is (74,80,43).

#4a502b hex color red value is 74, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4a502b hue: 0.19 , saturation: 0.30 and the lightness value of 4a502b is 0.24.

The process color (four color CMYK) of #4a502b color hex is 0.07, 0.00, 0.46, 0.69. Web safe color of #4a502b is #336633. Color #4a502b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010000 00101011
Octal 112 120 53
Decimal 74 80 43
Hex 4A 50 2B

RGB Percentages of Color #4a502b

%37.56
%40.61
%21.83

CMYK Percentages of Color #4a502b

%7
%0
%46
%69

Triadic Colors of #4a502b

#4a502b #2b4a50 #502b4a

Analogous Colors of #4a502b

#4a502b #38502b #50442b

Monochromatic Colors of #4a502b

#4a502b

Complementary Color

#4a502b #312b50

#4a502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a502b Color CSS Codes

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

#4a502b Text Font Color

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

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


#4a502b Background Color

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

This div background color is #4a502b


#4a502b Border Color

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

This div border color is #4a502b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a502b


Comments

No comments written yet.

Please login to write comment.