Color Hex Logo

#475026 Color Hex

#475026
(71,80,38)
0 Favorites   0 Comments

Color spaces of #475026

RGB 718038
HSL0.200.360.23
HSV73°53°31°
CMYK 0.110.000.53   0.69
XYZ5.81707.21692.9201
Yxy7.21690.36460.4524
Hunter Lab26.8643-8.361412.3603
CIE-Lab32.2957-11.129923.4030

#475026 color RGB value is (71,80,38).

#475026 hex color red value is 71, green value is 80 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #475026 hue: 0.20 , saturation: 0.36 and the lightness value of 475026 is 0.23.

The process color (four color CMYK) of #475026 color hex is 0.11, 0.00, 0.53, 0.69. Web safe color of #475026 is #336633. Color #475026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 00100110
Octal 107 120 46
Decimal 71 80 38
Hex 47 50 26

RGB Percentages of Color #475026

%37.57
%42.33
%20.11

CMYK Percentages of Color #475026

%11
%0
%53
%69

Triadic Colors of #475026

#475026 #264750 #502647

Analogous Colors of #475026

#475026 #325026 #504426

Monochromatic Colors of #475026

#475026

Complementary Color

#475026 #2f2650

#475026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475026 Color CSS Codes

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

#475026 Text Font Color

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

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


#475026 Background Color

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

This div background color is #475026


#475026 Border Color

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

This div border color is #475026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475026


Comments

No comments written yet.

Please login to write comment.