Color Hex Logo

#476238 Color Hex

#476238
(71,98,56)
0 Favorites   0 Comments

Color spaces of #476238

RGB 719856
HSL0.270.270.30
HSV99°43°38°
CMYK 0.280.000.43   0.62
XYZ7.680010.36055.3364
Yxy10.36050.32850.4432
Hunter Lab32.1877-13.738412.7017
CIE-Lab38.4818-18.674320.7429

#476238 color RGB value is (71,98,56).

#476238 hex color red value is 71, green value is 98 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #476238 hue: 0.27 , saturation: 0.27 and the lightness value of 476238 is 0.30.

The process color (four color CMYK) of #476238 color hex is 0.28, 0.00, 0.43, 0.62. Web safe color of #476238 is #336633. Color #476238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100010 00111000
Octal 107 142 70
Decimal 71 98 56
Hex 47 62 38

RGB Percentages of Color #476238

%31.56
%43.56
%24.89

CMYK Percentages of Color #476238

%28
%0
%43
%62

Triadic Colors of #476238

#476238 #384762 #623847

Analogous Colors of #476238

#476238 #38623e #5c6238

Monochromatic Colors of #476238

#476238

Complementary Color

#476238 #533862

#476238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476238 Color CSS Codes

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

#476238 Text Font Color

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

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


#476238 Background Color

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

This div background color is #476238


#476238 Border Color

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

This div border color is #476238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476238


Comments

No comments written yet.

Please login to write comment.