COLOR #955D4F

HEX: #955D4F
RGB: (149,93,79)

Renk bilgisi

#955D4F contains mainly red and green colors. #955D4F ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#955D4F color RGB value is (149,93,79).

  • kırmız ton 149;
  • yeşil ton 93;
  • mavi ton 79.
RGB:
(149,93,79)
(58%,36%,31%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 93 of 255 = 36%
B 79 of 255 = 31%

149
93
79

R + G + B ~ 42%. #955D4F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 93 + 79 = 321 (100%)
R 149 of 321 ~ 46.42%
G 93 of 321 ~ 28.97%
B 79 of 321 ~ 24.61%

%46.42
%28.97
%24.61

CMYK RENK MODELİ

#955D4F rengi CMYK tonu (0,38,47,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.58%
  • sarı tonu 46.98%
  • ana renk tonu 41.57%
CMYK:
(0,38,47,42)
C0M38Y47K42 
(0%,38%,47%,42%)
(0.00/0.38/0.47/0.42)	

CMYK yüzdeleri

%0
%37.58
%46.98
%41.57

Codes

Color #955D4F in popluar color models

955D4F
RGB1499379
HSL12°30.70%44.71%
HSB/HSV12°46.98%58.43%
CMYK0.00%37.58%46.98%
41.57%

Color #955D4F in popluar number systems.

HEX955D4F
Decimal1499379
Binary1001010110111011001111
Octal225135117

Shades and tints

Shades of #955D4F

#955D4F
(149,93,79)
#885548
(136,85,72)
#7B4D41
(123,77,65)
#6E453A
(110,69,58)
#613D33
(97,61,51)
#54352C
(84,53,44)
#472D25
(71,45,37)
#3A251E
(58,37,30)
#2D1D17
(45,29,23)
#201510
(32,21,16)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #955D4F

#955D4F
(149,93,79)
#9E6B5F
(158,107,95)
#A7796F
(167,121,111)
#B0877F
(176,135,127)
#B9958F
(185,149,143)
#C2A39F
(194,163,159)
#CBB1AF
(203,177,175)
#D4BFBF
(212,191,191)
#DDCDCF
(221,205,207)
#E6DBDF
(230,219,223)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955D4F color. Also use rgb(149,93,79) instead hex code.

Text Font Color

.myTextColor { color: #955D4F; }

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

This text font color is #955D4F.


Background Color

.myBgColor { background-color: #955D4F; }

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

This div background color is #955D4F.


Border color

.myBorderColor { border: 1px solid #955D4F; }

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

This div border color is #955D4F.


Opacity

.myOpacity80 { color: #955D4F; opacity: 0.8; }

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

Text with #955D4F 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 #955D4F;}

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

This text has shadow with #955D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955D4F on black background.


Color preview on white background

This text has color #955D4F on white background.



Black color preview on #955D4F background

This text has black color on #955D4F background.


White color preview on #955D4F background

This text has white color on #955D4F background.