Color Hex Logo

#738352 Color Hex

#738352
(115,131,82)
0 Favorites   0 Comments

Color spaces of #738352

RGB 11513182
HSL0.220.230.42
HSV80°37°51°
CMYK 0.120.000.37   0.49
XYZ16.709520.486611.0563
Yxy20.48660.34630.4246
Hunter Lab45.2621-13.311617.2006
CIE-Lab52.3830-14.655124.5949

#738352 color RGB value is (115,131,82).

#738352 hex color red value is 115, green value is 131 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #738352 hue: 0.22 , saturation: 0.23 and the lightness value of 738352 is 0.42.

The process color (four color CMYK) of #738352 color hex is 0.12, 0.00, 0.37, 0.49. Web safe color of #738352 is #669966. Color #738352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000011 01010010
Octal 163 203 122
Decimal 115 131 82
Hex 73 83 52

RGB Percentages of Color #738352

%35.06
%39.94
%25.00

CMYK Percentages of Color #738352

%12
%0
%37
%49

Triadic Colors of #738352

#738352 #527383 #835273

Analogous Colors of #738352

#738352 #5b8352 #837b52

Monochromatic Colors of #738352

#738352

Complementary Color

#738352 #625283

#738352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738352 Color CSS Codes

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

#738352 Text Font Color

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

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


#738352 Background Color

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

This div background color is #738352


#738352 Border Color

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

This div border color is #738352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738352


Comments

No comments written yet.

Please login to write comment.