Color Hex Logo

#47230b Color Hex

#47230B
(71,35,11)
0 Favorites   0 Comments

Color spaces of #47230b

RGB 713511
HSL0.070.730.16
HSV24°85°28°
CMYK 0.000.510.85   0.72
XYZ3.26002.56580.6400
Yxy2.56580.50420.3968
Hunter Lab16.01818.29658.8438
CIE-Lab18.213614.981322.2486

#47230b color RGB value is (71,35,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100011 00001011
Octal 107 43 13
Decimal 71 35 11
Hex 47 23 B

RGB Percentages of Color #47230b

%60.68
%29.91
%9.40

CMYK Percentages of Color #47230b

%0
%51
%85
%72

Triadic Colors of #47230b

#47230b #0b4723 #230b47

Analogous Colors of #47230b

#47230b #47410b #470b11

Monochromatic Colors of #47230b

#47230b

Complementary Color

#47230b #0b2f47

#47230b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47230b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47230b Color CSS Codes

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

#47230b Text Font Color

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

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


#47230b Background Color

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

This div background color is #47230b


#47230b Border Color

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

This div border color is #47230b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,35,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 #47230b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47230b


Comments

No comments written yet.

Please login to write comment.