Color Hex Logo

#474103 Color Hex

#474103
(71,65,3)
0 Favorites   0 Comments

Color spaces of #474103

RGB 71653
HSL0.150.920.15
HSV55°96°28°
CMYK 0.000.080.96   0.72
XYZ4.50535.12680.8383
Yxy5.12680.43030.4896
Hunter Lab22.6424-4.107113.6546
CIE-Lab27.0930-4.793034.7215

#474103 color RGB value is (71,65,3).

#474103 hex color red value is 71, green value is 65 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #474103 hue: 0.15 , saturation: 0.92 and the lightness value of 474103 is 0.15.

The process color (four color CMYK) of #474103 color hex is 0.00, 0.08, 0.96, 0.72. Web safe color of #474103 is #333300. Color #474103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 00000011
Octal 107 101 3
Decimal 71 65 3
Hex 47 41 3

RGB Percentages of Color #474103

%51.08
%46.76
%2.16

CMYK Percentages of Color #474103

%0
%8
%96
%72

Triadic Colors of #474103

#474103 #034741 #410347

Analogous Colors of #474103

#474103 #2b4703 #471f03

Monochromatic Colors of #474103

#474103

Complementary Color

#474103 #030947

#474103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474103 Color CSS Codes

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

#474103 Text Font Color

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

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


#474103 Background Color

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

This div background color is #474103


#474103 Border Color

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

This div border color is #474103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474103


Comments

No comments written yet.

Please login to write comment.