Color Hex Logo

#967238 Color Hex

#967238
(150,114,56)
0 Favorites   0 Comments

Color spaces of #967238

RGB 15011456
HSL0.100.460.40
HSV37°63°59°
CMYK 0.000.240.63   0.41
XYZ19.308818.80426.3533
Yxy18.80420.43420.4229
Hunter Lab43.36383.594821.6680
CIE-Lab50.45737.474937.0088

#967238 color RGB value is (150,114,56).

#967238 hex color red value is 150, green value is 114 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #967238 hue: 0.10 , saturation: 0.46 and the lightness value of 967238 is 0.40.

The process color (four color CMYK) of #967238 color hex is 0.00, 0.24, 0.63, 0.41. Web safe color of #967238 is #996633. Color #967238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110010 00111000
Octal 226 162 70
Decimal 150 114 56
Hex 96 72 38

RGB Percentages of Color #967238

%46.88
%35.63
%17.50

CMYK Percentages of Color #967238

%0
%24
%63
%41

Triadic Colors of #967238

#967238 #389672 #723896

Analogous Colors of #967238

#967238 #8b9638 #964338

Monochromatic Colors of #967238

#967238

Complementary Color

#967238 #385c96

#967238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967238 Color CSS Codes

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

#967238 Text Font Color

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

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


#967238 Background Color

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

This div background color is #967238


#967238 Border Color

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

This div border color is #967238


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,114,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967238; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967238;
  -webkit-box-shadow: 1px 1px 3px 2px #967238;
  box-shadow:         1px 1px 3px 2px #967238; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967238


Comments

No comments written yet.

Please login to write comment.