Color Hex Logo

#79993c Color Hex

#79993C
(121,153,60)
0 Favorites   0 Comments

Color spaces of #79993c

RGB 12115360
HSL0.220.440.42
HSV81°61°60°
CMYK 0.210.000.61   0.40
XYZ20.092027.17378.4610
Yxy27.17370.36050.4876
Hunter Lab52.1284-22.424926.8665
CIE-Lab59.1348-26.006344.1966

#79993c color RGB value is (121,153,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011001 00111100
Octal 171 231 74
Decimal 121 153 60
Hex 79 99 3C

RGB Percentages of Color #79993c

%36.23
%45.81
%17.96

CMYK Percentages of Color #79993c

%21
%0
%61
%40

Triadic Colors of #79993c

#79993c #3c7999 #993c79

Analogous Colors of #79993c

#79993c #4b993c #998b3c

Monochromatic Colors of #79993c

#79993c

Complementary Color

#79993c #5c3c99

#79993c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79993c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79993c Color CSS Codes

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

#79993c Text Font Color

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

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


#79993c Background Color

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

This div background color is #79993c


#79993c Border Color

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

This div border color is #79993c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79993c


Comments

No comments written yet.

Please login to write comment.