Color Hex Logo

#7b953e Color Hex

#7B953E
(123,149,62)
0 Favorites   0 Comments

Color spaces of #7b953e

RGB 12314962
HSL0.220.410.41
HSV78°58°58°
CMYK 0.170.000.58   0.42
XYZ19.785326.05368.5435
Yxy26.05360.36380.4791
Hunter Lab51.0427-20.134225.8060
CIE-Lab58.0879-23.017242.1151

#7b953e color RGB value is (123,149,62).

#7b953e hex color red value is 123, green value is 149 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7b953e hue: 0.22 , saturation: 0.41 and the lightness value of 7b953e is 0.41.

The process color (four color CMYK) of #7b953e color hex is 0.17, 0.00, 0.58, 0.42. Web safe color of #7b953e is #669933. Color #7b953e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010101 00111110
Octal 173 225 76
Decimal 123 149 62
Hex 7B 95 3E

RGB Percentages of Color #7b953e

%36.83
%44.61
%18.56

CMYK Percentages of Color #7b953e

%17
%0
%58
%42

Triadic Colors of #7b953e

#7b953e #3e7b95 #953e7b

Analogous Colors of #7b953e

#7b953e #50953e #95843e

Monochromatic Colors of #7b953e

#7b953e

Complementary Color

#7b953e #583e95

#7b953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b953e Color CSS Codes

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

#7b953e Text Font Color

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

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


#7b953e Background Color

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

This div background color is #7b953e


#7b953e Border Color

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

This div border color is #7b953e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,149,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b953e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b953e;
  -webkit-box-shadow: 1px 1px 3px 2px #7b953e;
  box-shadow:         1px 1px 3px 2px #7b953e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,149,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b953e


Comments

No comments written yet.

Please login to write comment.