Color Hex Logo

#958964 Color Hex

#958964
(149,137,100)
1 Favorites   1 Comments

Color spaces of #958964

RGB 149137100
HSL0.130.200.49
HSV45°33°58°
CMYK 0.000.080.33   0.42
XYZ23.640325.201015.6749
Yxy25.20100.36640.3906
Hunter Lab50.2006-3.792416.6274
CIE-Lab57.2707-1.379421.5087

#958964 color RGB value is (149,137,100).

#958964 hex color red value is 149, green value is 137 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #958964 hue: 0.13 , saturation: 0.20 and the lightness value of 958964 is 0.49.

The process color (four color CMYK) of #958964 color hex is 0.00, 0.08, 0.33, 0.42. Web safe color of #958964 is #999966. Color #958964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 01100100
Octal 225 211 144
Decimal 149 137 100
Hex 95 89 64

RGB Percentages of Color #958964

%38.60
%35.49
%25.91

CMYK Percentages of Color #958964

%0
%8
%33
%42

Triadic Colors of #958964

#958964 #649589 #896495

Analogous Colors of #958964

#958964 #899564 #957164

Monochromatic Colors of #958964

#958964

Complementary Color

#958964 #647095

#958964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958964 Color CSS Codes

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

#958964 Text Font Color

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

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


#958964 Background Color

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

This div background color is #958964


#958964 Border Color

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

This div border color is #958964


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,137,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958964; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958964;
  -webkit-box-shadow: 1px 1px 3px 2px #958964;
  box-shadow:         1px 1px 3px 2px #958964; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958964


Comments

14 Apr 2023, 10:46 gutenabendsunshine

The color 958964 in Latin can be described as Viridi-Aureus which translates to Greenish-Golden in English.In Latin, colors are often described using two or more words to convey a specific hue or shade. Viridis typically refers to a green color, while Aureus often connotes a golden or yellowish hue. The hexadecimal values and RGB values provided indicate a color that is a mix of green and yellow with moderate saturation and lightness, hence the description Viridi-Aureus in Latin.

Please login to write comment.