Color Hex Logo

#79993d Color Hex

#79993D
(121,153,61)
0 Favorites   0 Comments

Color spaces of #79993d

RGB 12115361
HSL0.220.430.42
HSV81°60°60°
CMYK 0.210.000.60   0.40
XYZ20.118727.18438.6016
Yxy27.18430.35990.4863
Hunter Lab52.1386-22.364726.7156
CIE-Lab59.1445-25.916543.7432

#79993d color RGB value is (121,153,61).

#79993d hex color red value is 121, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #79993d hue: 0.22 , saturation: 0.43 and the lightness value of 79993d is 0.42.

The process color (four color CMYK) of #79993d color hex is 0.21, 0.00, 0.60, 0.40. Web safe color of #79993d is #669933. Color #79993d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011001 00111101
Octal 171 231 75
Decimal 121 153 61
Hex 79 99 3D

RGB Percentages of Color #79993d

%36.12
%45.67
%18.21

CMYK Percentages of Color #79993d

%21
%0
%60
%40

Triadic Colors of #79993d

#79993d #3d7999 #993d79

Analogous Colors of #79993d

#79993d #4b993d #998b3d

Monochromatic Colors of #79993d

#79993d

Complementary Color

#79993d #5d3d99

#79993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79993d Color CSS Codes

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

#79993d Text Font Color

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

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


#79993d Background Color

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

This div background color is #79993d


#79993d Border Color

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

This div border color is #79993d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,153,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79993d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79993d;
  -webkit-box-shadow: 1px 1px 3px 2px #79993d;
  box-shadow:         1px 1px 3px 2px #79993d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,153,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79993d


Comments

No comments written yet.

Please login to write comment.