Color Hex Logo

#7b882d Color Hex

#7B882D
(123,136,45)
0 Favorites   0 Comments

Color spaces of #7b882d

RGB 12313645
HSL0.190.500.35
HSV69°67°53°
CMYK 0.100.000.67   0.47
XYZ17.446222.00875.8112
Yxy22.00870.38540.4862
Hunter Lab46.9134-15.717825.4951
CIE-Lab54.0362-17.723945.4515

#7b882d color RGB value is (123,136,45).

#7b882d hex color red value is 123, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #7b882d hue: 0.19 , saturation: 0.50 and the lightness value of 7b882d is 0.35.

The process color (four color CMYK) of #7b882d color hex is 0.10, 0.00, 0.67, 0.47. Web safe color of #7b882d is #669933. Color #7b882d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001000 00101101
Octal 173 210 55
Decimal 123 136 45
Hex 7B 88 2D

RGB Percentages of Color #7b882d

%40.46
%44.74
%14.80

CMYK Percentages of Color #7b882d

%10
%0
%67
%47

Triadic Colors of #7b882d

#7b882d #2d7b88 #882d7b

Analogous Colors of #7b882d

#7b882d #4e882d #88682d

Monochromatic Colors of #7b882d

#7b882d

Complementary Color

#7b882d #3a2d88

#7b882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b882d Color CSS Codes

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

#7b882d Text Font Color

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

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


#7b882d Background Color

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

This div background color is #7b882d


#7b882d Border Color

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

This div border color is #7b882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b882d


Comments

No comments written yet.

Please login to write comment.