Color Hex Logo

#4b270a Color Hex

#4B270A
(75,39,10)
0 Favorites   0 Comments

Color spaces of #4b270a

RGB 753910
HSL0.070.760.17
HSV27°87°29°
CMYK 0.000.480.87   0.71
XYZ3.68202.96880.6661
Yxy2.96880.50320.4057
Hunter Lab17.23027.99169.7691
CIE-Lab19.918514.359924.8147

#4b270a color RGB value is (75,39,10).

#4b270a hex color red value is 75, green value is 39 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #4b270a hue: 0.07 , saturation: 0.76 and the lightness value of 4b270a is 0.17.

The process color (four color CMYK) of #4b270a color hex is 0.00, 0.48, 0.87, 0.71. Web safe color of #4b270a is #333300. Color #4b270a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100111 00001010
Octal 113 47 12
Decimal 75 39 10
Hex 4B 27 A

RGB Percentages of Color #4b270a

%60.48
%31.45
%8.06

CMYK Percentages of Color #4b270a

%0
%48
%87
%71

Triadic Colors of #4b270a

#4b270a #0a4b27 #270a4b

Analogous Colors of #4b270a

#4b270a #4b480a #4b0a0e

Monochromatic Colors of #4b270a

#4b270a

Complementary Color

#4b270a #0a2e4b

#4b270a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b270a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b270a Color CSS Codes

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

#4b270a Text Font Color

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

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


#4b270a Background Color

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

This div background color is #4b270a


#4b270a Border Color

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

This div border color is #4b270a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b270a


Comments

No comments written yet.

Please login to write comment.