Color Hex Logo

#424831 Color Hex

#424831
(66,72,49)
0 Favorites   0 Comments

Color spaces of #424831

RGB 667249
HSL0.210.190.24
HSV76°32°28°
CMYK 0.080.000.32   0.72
XYZ5.11856.01473.7969
Yxy6.01470.34280.4029
Hunter Lab24.5249-5.66457.9882
CIE-Lab29.4495-7.087413.0202

#424831 color RGB value is (66,72,49).

#424831 hex color red value is 66, green value is 72 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #424831 hue: 0.21 , saturation: 0.19 and the lightness value of 424831 is 0.24.

The process color (four color CMYK) of #424831 color hex is 0.08, 0.00, 0.32, 0.72. Web safe color of #424831 is #333333. Color #424831 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 00110001
Octal 102 110 61
Decimal 66 72 49
Hex 42 48 31

RGB Percentages of Color #424831

%35.29
%38.50
%26.20

CMYK Percentages of Color #424831

%8
%0
%32
%72

Triadic Colors of #424831

#424831 #314248 #483142

Analogous Colors of #424831

#424831 #374831 #484331

Monochromatic Colors of #424831

#424831

Complementary Color

#424831 #373148

#424831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424831 Color CSS Codes

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

#424831 Text Font Color

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

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


#424831 Background Color

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

This div background color is #424831


#424831 Border Color

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

This div border color is #424831


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,72,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424831; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424831;
  -webkit-box-shadow: 1px 1px 3px 2px #424831;
  box-shadow:         1px 1px 3px 2px #424831; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,72,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424831


Comments

No comments written yet.

Please login to write comment.