Color Hex Logo

#736231 Color Hex

#736231
(115,98,49)
0 Favorites   0 Comments

Color spaces of #736231

RGB 1159849
HSL0.120.400.32
HSV45°57°45°
CMYK 0.000.150.57   0.55
XYZ11.992312.60204.7061
Yxy12.60200.40930.4301
Hunter Lab35.4993-1.823316.9895
CIE-Lab42.15730.101030.0831

#736231 color RGB value is (115,98,49).

#736231 hex color red value is 115, green value is 98 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #736231 hue: 0.12 , saturation: 0.40 and the lightness value of 736231 is 0.32.

The process color (four color CMYK) of #736231 color hex is 0.00, 0.15, 0.57, 0.55. Web safe color of #736231 is #666633. Color #736231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 00110001
Octal 163 142 61
Decimal 115 98 49
Hex 73 62 31

RGB Percentages of Color #736231

%43.89
%37.40
%18.70

CMYK Percentages of Color #736231

%0
%15
%57
%55

Triadic Colors of #736231

#736231 #317362 #623173

Analogous Colors of #736231

#736231 #637331 #734131

Monochromatic Colors of #736231

#736231

Complementary Color

#736231 #314273

#736231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736231 Color CSS Codes

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

#736231 Text Font Color

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

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


#736231 Background Color

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

This div background color is #736231


#736231 Border Color

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

This div border color is #736231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736231


Comments

No comments written yet.

Please login to write comment.