Color Hex Logo

#4b050f Color Hex

#4B050F
(75,5,15)
0 Favorites   0 Comments

Color spaces of #4b050f

RGB 75515
HSL0.980.880.16
HSV351°93°29°
CMYK 0.000.930.80   0.71
XYZ3.04211.63890.6079
Yxy1.63890.57520.3099
Hunter Lab12.802020.01316.1460
CIE-Lab13.465231.745514.5207

#4b050f color RGB value is (75,5,15).

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

The process color (four color CMYK) of #4b050f color hex is 0.00, 0.93, 0.80, 0.71. Web safe color of #4b050f is #330000. Color #4b050f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000101 00001111
Octal 113 5 17
Decimal 75 5 15
Hex 4B 5 F

RGB Percentages of Color #4b050f

%78.95
%5.26
%15.79

CMYK Percentages of Color #4b050f

%0
%93
%80
%71

Triadic Colors of #4b050f

#4b050f #0f4b05 #050f4b

Analogous Colors of #4b050f

#4b050f #4b1e05 #4b0532

Monochromatic Colors of #4b050f

#4b050f

Complementary Color

#4b050f #054b41

#4b050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b050f Color CSS Codes

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

#4b050f Text Font Color

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

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


#4b050f Background Color

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

This div background color is #4b050f


#4b050f Border Color

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

This div border color is #4b050f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b050f


Comments

No comments written yet.

Please login to write comment.