Color Hex Logo

#738073 Color Hex

#738073
(115,128,115)
0 Favorites   0 Comments

Color spaces of #738073

RGB 115128115
HSL0.330.050.48
HSV120°10°50°
CMYK 0.100.000.10   0.50
XYZ17.883920.321019.1994
Yxy20.32100.31150.3540
Hunter Lab45.0788-8.07256.3031
CIE-Lab52.1982-7.44465.4314

#738073 color RGB value is (115,128,115).

#738073 hex color red value is 115, green value is 128 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #738073 hue: 0.33 , saturation: 0.05 and the lightness value of 738073 is 0.48.

The process color (four color CMYK) of #738073 color hex is 0.10, 0.00, 0.10, 0.50. Web safe color of #738073 is #669966. Color #738073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 01110011
Octal 163 200 163
Decimal 115 128 115
Hex 73 80 73

RGB Percentages of Color #738073

%32.12
%35.75
%32.12

CMYK Percentages of Color #738073

%10
%0
%10
%50

Triadic Colors of #738073

#738073 #737380 #807373

Analogous Colors of #738073

#738073 #73807a #7a8073

Monochromatic Colors of #738073

#738073

Complementary Color

#738073 #807380

#738073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738073 Color CSS Codes

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

#738073 Text Font Color

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

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


#738073 Background Color

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

This div background color is #738073


#738073 Border Color

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

This div border color is #738073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,128,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738073;
  -webkit-box-shadow: 1px 1px 3px 2px #738073;
  box-shadow:         1px 1px 3px 2px #738073; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738073


Comments

No comments written yet.

Please login to write comment.