Color Hex Logo

#474530 Color Hex

#474530
(71,69,48)
0 Favorites   0 Comments

Color spaces of #474530

RGB 716948
HSL0.150.190.23
HSV55°32°28°
CMYK 0.000.030.32   0.72
XYZ5.26025.80923.6404
Yxy5.80920.35760.3949
Hunter Lab24.1023-3.22237.9165
CIE-Lab28.9259-3.103913.0277

#474530 color RGB value is (71,69,48).

#474530 hex color red value is 71, green value is 69 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #474530 hue: 0.15 , saturation: 0.19 and the lightness value of 474530 is 0.23.

The process color (four color CMYK) of #474530 color hex is 0.00, 0.03, 0.32, 0.72. Web safe color of #474530 is #333333. Color #474530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000101 00110000
Octal 107 105 60
Decimal 71 69 48
Hex 47 45 30

RGB Percentages of Color #474530

%37.77
%36.70
%25.53

CMYK Percentages of Color #474530

%0
%3
%32
%72

Triadic Colors of #474530

#474530 #304745 #453047

Analogous Colors of #474530

#474530 #3e4730 #473a30

Monochromatic Colors of #474530

#474530

Complementary Color

#474530 #303247

#474530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474530 Color CSS Codes

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

#474530 Text Font Color

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

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


#474530 Background Color

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

This div background color is #474530


#474530 Border Color

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

This div border color is #474530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474530


Comments

No comments written yet.

Please login to write comment.