Color Hex Logo

#607e2b Color Hex

#607E2B
(96,126,43)
0 Favorites   0 Comments

Color spaces of #607e2b

RGB 9612643
HSL0.230.490.33
HSV82°66°49°
CMYK 0.240.000.66   0.51
XYZ12.720817.58295.0089
Yxy17.58290.36020.4979
Hunter Lab41.9320-19.229822.2700
CIE-Lab48.9863-24.355540.3830

#607e2b color RGB value is (96,126,43).

#607e2b hex color red value is 96, green value is 126 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #607e2b hue: 0.23 , saturation: 0.49 and the lightness value of 607e2b is 0.33.

The process color (four color CMYK) of #607e2b color hex is 0.24, 0.00, 0.66, 0.51. Web safe color of #607e2b is #666633. Color #607e2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111110 00101011
Octal 140 176 53
Decimal 96 126 43
Hex 60 7E 2B

RGB Percentages of Color #607e2b

%36.23
%47.55
%16.23

CMYK Percentages of Color #607e2b

%24
%0
%66
%51

Triadic Colors of #607e2b

#607e2b #2b607e #7e2b60

Analogous Colors of #607e2b

#607e2b #377e2b #7e732b

Monochromatic Colors of #607e2b

#607e2b

Complementary Color

#607e2b #492b7e

#607e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#607e2b Color CSS Codes

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

#607e2b Text Font Color

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

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


#607e2b Background Color

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

This div background color is #607e2b


#607e2b Border Color

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

This div border color is #607e2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,126,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607e2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607e2b;
  -webkit-box-shadow: 1px 1px 3px 2px #607e2b;
  box-shadow:         1px 1px 3px 2px #607e2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,126,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607e2b


Comments

No comments written yet.

Please login to write comment.