Color Hex Logo

#7d883a Color Hex

#7D883A
(125,136,58)
0 Favorites   0 Comments

Color spaces of #7d883a

RGB 12513658
HSL0.190.400.38
HSV68°57°53°
CMYK 0.080.000.57   0.47
XYZ18.025322.27387.3522
Yxy22.27380.37830.4674
Hunter Lab47.1951-14.416723.8002
CIE-Lab54.3163-15.821239.7929

#7d883a color RGB value is (125,136,58).

#7d883a hex color red value is 125, green value is 136 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #7d883a hue: 0.19 , saturation: 0.40 and the lightness value of 7d883a is 0.38.

The process color (four color CMYK) of #7d883a color hex is 0.08, 0.00, 0.57, 0.47. Web safe color of #7d883a is #669933. Color #7d883a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001000 00111010
Octal 175 210 72
Decimal 125 136 58
Hex 7D 88 3A

RGB Percentages of Color #7d883a

%39.18
%42.63
%18.18

CMYK Percentages of Color #7d883a

%8
%0
%57
%47

Triadic Colors of #7d883a

#7d883a #3a7d88 #883a7d

Analogous Colors of #7d883a

#7d883a #56883a #886c3a

Monochromatic Colors of #7d883a

#7d883a

Complementary Color

#7d883a #453a88

#7d883a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d883a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d883a Color CSS Codes

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

#7d883a Text Font Color

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

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


#7d883a Background Color

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

This div background color is #7d883a


#7d883a Border Color

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

This div border color is #7d883a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,136,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d883a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d883a;
  -webkit-box-shadow: 1px 1px 3px 2px #7d883a;
  box-shadow:         1px 1px 3px 2px #7d883a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,136,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d883a


Comments

No comments written yet.

Please login to write comment.