Color Hex Logo

#4b080e Color Hex

#4B080E
(75,8,14)
0 Favorites   0 Comments

Color spaces of #4b080e

RGB 75814
HSL0.990.810.16
HSV355°89°29°
CMYK 0.000.890.81   0.71
XYZ3.06771.70120.5821
Yxy1.70120.57330.3179
Hunter Lab13.043019.15776.4840
CIE-Lab13.833930.600215.5255

#4b080e color RGB value is (75,8,14).

#4b080e hex color red value is 75, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #4b080e hue: 0.99 , saturation: 0.81 and the lightness value of 4b080e is 0.16.

The process color (four color CMYK) of #4b080e color hex is 0.00, 0.89, 0.81, 0.71. Web safe color of #4b080e is #330000. Color #4b080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001000 00001110
Octal 113 10 16
Decimal 75 8 14
Hex 4B 8 E

RGB Percentages of Color #4b080e

%77.32
%8.25
%14.43

CMYK Percentages of Color #4b080e

%0
%89
%81
%71

Triadic Colors of #4b080e

#4b080e #0e4b08 #080e4b

Analogous Colors of #4b080e

#4b080e #4b2408 #4b0830

Monochromatic Colors of #4b080e

#4b080e

Complementary Color

#4b080e #084b45

#4b080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b080e Color CSS Codes

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

#4b080e Text Font Color

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

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


#4b080e Background Color

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

This div background color is #4b080e


#4b080e Border Color

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

This div border color is #4b080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b080e


Comments

No comments written yet.

Please login to write comment.