Color Hex Logo

#474630 Color Hex

#474630
(71,70,48)
0 Favorites   0 Comments

Color spaces of #474630

RGB 717048
HSL0.160.190.23
HSV57°32°28°
CMYK 0.000.010.32   0.72
XYZ5.32225.93333.6610
Yxy5.93330.35680.3978
Hunter Lab24.3584-3.62568.1397
CIE-Lab29.2436-3.727413.4541

#474630 color RGB value is (71,70,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 00110000
Octal 107 106 60
Decimal 71 70 48
Hex 47 46 30

RGB Percentages of Color #474630

%37.57
%37.04
%25.40

CMYK Percentages of Color #474630

%0
%1
%32
%72

Triadic Colors of #474630

#474630 #304746 #463047

Analogous Colors of #474630

#474630 #3d4730 #473b30

Monochromatic Colors of #474630

#474630

Complementary Color

#474630 #303147

#474630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474630 Color CSS Codes

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

#474630 Text Font Color

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

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


#474630 Background Color

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

This div background color is #474630


#474630 Border Color

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

This div border color is #474630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474630


Comments

No comments written yet.

Please login to write comment.