Color Hex Logo

#42594b Color Hex

#42594B
(66,89,75)
0 Favorites   0 Comments

Color spaces of #42594b

RGB 668975
HSL0.400.150.30
HSV143°26°35°
CMYK 0.260.000.16   0.65
XYZ7.08918.81107.9837
Yxy8.81100.29680.3689
Hunter Lab29.6833-9.31574.8315
CIE-Lab35.6178-12.02195.2861

#42594b color RGB value is (66,89,75).

#42594b hex color red value is 66, green value is 89 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #42594b hue: 0.40 , saturation: 0.15 and the lightness value of 42594b is 0.30.

The process color (four color CMYK) of #42594b color hex is 0.26, 0.00, 0.16, 0.65. Web safe color of #42594b is #336633. Color #42594b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 01001011
Octal 102 131 113
Decimal 66 89 75
Hex 42 59 4B

RGB Percentages of Color #42594b

%28.70
%38.70
%32.61

CMYK Percentages of Color #42594b

%26
%0
%16
%65

Triadic Colors of #42594b

#42594b #4b4259 #594b42

Analogous Colors of #42594b

#42594b #425957 #455942

Monochromatic Colors of #42594b

#42594b

Complementary Color

#42594b #594250

#42594b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42594b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42594b Color CSS Codes

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

#42594b Text Font Color

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

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


#42594b Background Color

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

This div background color is #42594b


#42594b Border Color

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

This div border color is #42594b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,89,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42594b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42594b;
  -webkit-box-shadow: 1px 1px 3px 2px #42594b;
  box-shadow:         1px 1px 3px 2px #42594b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42594b


Comments

No comments written yet.

Please login to write comment.