COLOR #958658

HEX: #958658
RGB: (149,134,88)

Color info

#958658 contains mainly red and green colors. Web safe color of #958658 is #999966 (or #996).

RGB color model

#958658 color RGB value is (149,134,88).

  • red value is 149;
  • green value is 134;
  • blue value is 88.
RGB:
(149,134,88)
(58%,53%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 88 of 255 = 35%

149
134
88

R + G + B ~ 49%. #958658 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 88 = 371 (100%)
R 149 of 371 ~ 40.16%
G 134 of 371 ~ 36.12%
B 88 of 371 ~ 23.72%

%40.16
%36.12
%23.72

CMYK color model

#958658 color CMYK value is (0,10,41,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 40.94%
  • key color value is 41.57%
CMYK:
(0,10,41,42)
C0M10Y41K42 
(0%,10%,41%,42%)
(0.00/0.10/0.41/0.42)	

CMYK percentages

%0
%10.07
%40.94
%41.57

Codes

Color #958658 in popluar color models

958658
RGB14913488
HSL45°25.74%46.47%
HSB/HSV45°40.94%58.43%
CMYK0.00%10.07%40.94%
41.57%

Color #958658 in popluar number systems.

HEX958658
Decimal14913488
Binary10010101100001101011000
Octal225206130

Shades and tints

Shades of #958658

#958658
(149,134,88)
#887A50
(136,122,80)
#7B6E48
(123,110,72)
#6E6240
(110,98,64)
#615638
(97,86,56)
#544A30
(84,74,48)
#473E28
(71,62,40)
#3A3220
(58,50,32)
#2D2618
(45,38,24)
#201A10
(32,26,16)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #958658

#958658
(149,134,88)
#9E9167
(158,145,103)
#A79C76
(167,156,118)
#B0A785
(176,167,133)
#B9B294
(185,178,148)
#C2BDA3
(194,189,163)
#CBC8B2
(203,200,178)
#D4D3C1
(212,211,193)
#DDDED0
(221,222,208)
#E6E9DF
(230,233,223)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958658 color. Also use rgb(149,134,88) instead hex code.

Text Font Color

.myTextColor { color: #958658; }

<p style="color:#958658">This sample text font color is #958658.</p>

This text font color is #958658.


Background Color

.myBgColor { background-color: #958658; }

<div style="background-color:#958658">Inner text</div>

This div background color is #958658.


Border color

.myBorderColor { border: 1px solid #958658; }

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

This div border color is #958658.


Opacity

.myOpacity80 { color: #958658; opacity: 0.8; }

<p style="color:#958658;opacity:0.8;">80%</p>

Text with #958658 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #958658;}

<p style="text-shadow: 3px 3px 1px #958658">Text here.</p>

This text has shadow with #958658 color.

.textShadow {text-shadow: 3px 3px 1px #958658, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #958658, 5px 5px 20px red">Text here.</p>

This text has shadow with #958658 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958658, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#958658, Direction=45, Strength=4)">Text</p>

This text has shadow with #958658 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #958658;
  -webkit-box-shadow:	1px 1px 3px 2px #958658;
  box-shadow:		1px 1px 3px 2px #958658;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958658;
-webkit-box-shadow: 1px 1px 3px 2px #958658;
box-shadow:1px 1px 3px 2px #958658;">
Div content here</div>
This div box has shadow with color #958658.

Preview

Color preview on black background

This text has color #958658 on black background.


Color preview on white background

This text has color #958658 on white background.



Black color preview on #958658 background

This text has black color on #958658 background.


White color preview on #958658 background

This text has white color on #958658 background.