Color Hex Logo

#4b4605 Color Hex

#4B4605
(75,70,5)
0 Favorites   0 Comments

Color spaces of #4b4605

RGB 75705
HSL0.150.880.16
HSV56°93°29°
CMYK 0.000.070.93   0.71
XYZ5.11925.88711.0101
Yxy5.88710.42600.4899
Hunter Lab24.2633-4.800114.5161
CIE-Lab29.1258-5.683535.7791

#4b4605 color RGB value is (75,70,5).

#4b4605 hex color red value is 75, green value is 70 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #4b4605 hue: 0.15 , saturation: 0.88 and the lightness value of 4b4605 is 0.16.

The process color (four color CMYK) of #4b4605 color hex is 0.00, 0.07, 0.93, 0.71. Web safe color of #4b4605 is #333300. Color #4b4605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000110 00000101
Octal 113 106 5
Decimal 75 70 5
Hex 4B 46 5

RGB Percentages of Color #4b4605

%50.00
%46.67
%3.33

CMYK Percentages of Color #4b4605

%0
%7
%93
%71

Triadic Colors of #4b4605

#4b4605 #054b46 #46054b

Analogous Colors of #4b4605

#4b4605 #2d4b05 #4b2305

Monochromatic Colors of #4b4605

#4b4605

Complementary Color

#4b4605 #050a4b

#4b4605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4605 Color CSS Codes

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

#4b4605 Text Font Color

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

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


#4b4605 Background Color

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

This div background color is #4b4605


#4b4605 Border Color

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

This div border color is #4b4605


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,70,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b4605; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b4605;
  -webkit-box-shadow: 1px 1px 3px 2px #4b4605;
  box-shadow:         1px 1px 3px 2px #4b4605; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,70,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4605


Comments

No comments written yet.

Please login to write comment.