Color Hex Logo

#975433 Color Hex

#975433
(151,84,51)
0 Favorites   0 Comments

Color spaces of #975433

RGB 1518451
HSL0.060.500.40
HSV20°66°59°
CMYK 0.000.440.66   0.41
XYZ16.530413.15904.8007
Yxy13.15900.47930.3815
Hunter Lab36.275317.859317.5463
CIE-Lab43.001824.776431.0720

#975433 color RGB value is (151,84,51).

#975433 hex color red value is 151, green value is 84 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #975433 hue: 0.06 , saturation: 0.50 and the lightness value of 975433 is 0.40.

The process color (four color CMYK) of #975433 color hex is 0.00, 0.44, 0.66, 0.41. Web safe color of #975433 is #996633. Color #975433 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010100 00110011
Octal 227 124 63
Decimal 151 84 51
Hex 97 54 33

RGB Percentages of Color #975433

%52.80
%29.37
%17.83

CMYK Percentages of Color #975433

%0
%44
%66
%41

Triadic Colors of #975433

#975433 #339754 #543397

Analogous Colors of #975433

#975433 #978633 #973344

Monochromatic Colors of #975433

#975433

Complementary Color

#975433 #337697

#975433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975433 Color CSS Codes

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

#975433 Text Font Color

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

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


#975433 Background Color

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

This div background color is #975433


#975433 Border Color

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

This div border color is #975433


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,84,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975433; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975433;
  -webkit-box-shadow: 1px 1px 3px 2px #975433;
  box-shadow:         1px 1px 3px 2px #975433; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975433


Comments

No comments written yet.

Please login to write comment.