COLOR #958C59

HEX: #958C59
RGB: (149,140,89)

Renk bilgisi

#958C59 contains mainly red and green colors. #958C59 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#958C59 color RGB value is (149,140,89).

  • kırmız ton 149;
  • yeşil ton 140;
  • mavi ton 89.
RGB:
(149,140,89)
(58%,55%,35%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 140 of 255 = 55%
B 89 of 255 = 35%

149
140
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 140 + 89 = 378 (100%)
R 149 of 378 ~ 39.42%
G 140 of 378 ~ 37.04%
B 89 of 378 ~ 23.54%

%39.42
%37.04
%23.54

CMYK RENK MODELİ

#958C59 rengi CMYK tonu (0,6,40,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.04%
  • sarı tonu 40.27%
  • ana renk tonu 41.57%
CMYK:
(0,6,40,42)
C0M6Y40K42 
(0%,6%,40%,42%)
(0.00/0.06/0.40/0.42)	

CMYK yüzdeleri

%0
%6.04
%40.27
%41.57

Codes

Color #958C59 in popluar color models

958C59
RGB14914089
HSL51°25.21%46.67%
HSB/HSV51°40.27%58.43%
CMYK0.00%6.04%40.27%
41.57%

Color #958C59 in popluar number systems.

HEX958C59
Decimal14914089
Binary10010101100011001011001
Octal225214131

Shades and tints

Shades of #958C59

#958C59
(149,140,89)
#888051
(136,128,81)
#7B7449
(123,116,73)
#6E6841
(110,104,65)
#615C39
(97,92,57)
#545031
(84,80,49)
#474429
(71,68,41)
#3A3821
(58,56,33)
#2D2C19
(45,44,25)
#202011
(32,32,17)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #958C59

#958C59
(149,140,89)
#9E9668
(158,150,104)
#A7A077
(167,160,119)
#B0AA86
(176,170,134)
#B9B495
(185,180,149)
#C2BEA4
(194,190,164)
#CBC8B3
(203,200,179)
#D4D2C2
(212,210,194)
#DDDCD1
(221,220,209)
#E6E6E0
(230,230,224)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958C59 color. Also use rgb(149,140,89) instead hex code.

Text Font Color

.myTextColor { color: #958C59; }

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

This text font color is #958C59.


Background Color

.myBgColor { background-color: #958C59; }

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

This div background color is #958C59.


Border color

.myBorderColor { border: 1px solid #958C59; }

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

This div border color is #958C59.


Opacity

.myOpacity80 { color: #958C59; opacity: 0.8; }

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

Text with #958C59 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 #958C59;}

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

This text has shadow with #958C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958C59 on black background.


Color preview on white background

This text has color #958C59 on white background.



Black color preview on #958C59 background

This text has black color on #958C59 background.


White color preview on #958C59 background

This text has white color on #958C59 background.