Color Hex Logo

#47360b Color Hex

#47360B
(71,54,11)
0 Favorites   0 Comments

Color spaces of #47360b

RGB 715411
HSL0.120.730.16
HSV43°85°28°
CMYK 0.000.240.85   0.72
XYZ3.97814.00210.8794
Yxy4.00210.44900.4517
Hunter Lab20.00520.486011.3974
CIE-Lab23.67842.572228.2464

#47360b color RGB value is (71,54,11).

#47360b hex color red value is 71, green value is 54 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #47360b hue: 0.12 , saturation: 0.73 and the lightness value of 47360b is 0.16.

The process color (four color CMYK) of #47360b color hex is 0.00, 0.24, 0.85, 0.72. Web safe color of #47360b is #333300. Color #47360b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110110 00001011
Octal 107 66 13
Decimal 71 54 11
Hex 47 36 B

RGB Percentages of Color #47360b

%52.21
%39.71
%8.09

CMYK Percentages of Color #47360b

%0
%24
%85
%72

Triadic Colors of #47360b

#47360b #0b4736 #360b47

Analogous Colors of #47360b

#47360b #3a470b #47180b

Monochromatic Colors of #47360b

#47360b

Complementary Color

#47360b #0b1c47

#47360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47360b Color CSS Codes

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

#47360b Text Font Color

<p style="color:#47360b">Text here</p>

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


#47360b Background Color

<div style="background-color:#47360b">
Div content here</div>

This div background color is #47360b


#47360b Border Color

<div style="border:3px solid #47360b">
Div here</div>

This div border color is #47360b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,54,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47360b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47360b;
  -webkit-box-shadow: 1px 1px 3px 2px #47360b;
  box-shadow:         1px 1px 3px 2px #47360b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,54,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47360b


Comments

No comments written yet.

Please login to write comment.