COLOR #958371

HEX: #958371
RGB: (149,131,113)

Renk bilgisi

#958371 contains red, green and blue colors in about the same proportion. #958371 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#958371 color RGB value is (149,131,113).

  • kırmız ton 149;
  • yeşil ton 131;
  • mavi ton 113.
RGB:
(149,131,113)
(58%,51%,44%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 131 of 255 = 51%
B 113 of 255 = 44%

149
131
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 131 + 113 = 393 (100%)
R 149 of 393 ~ 37.91%
G 131 of 393 ~ 33.33%
B 113 of 393 ~ 28.75%

%37.91
%33.33
%28.75

CMYK RENK MODELİ

#958371 rengi CMYK tonu (0,12,24,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.08%
  • sarı tonu 24.16%
  • ana renk tonu 41.57%
CMYK:
(0,12,24,42)
C0M12Y24K42 
(0%,12%,24%,42%)
(0.00/0.12/0.24/0.42)	

CMYK yüzdeleri

%0
%12.08
%24.16
%41.57

Codes

Color #958371 in popluar color models

958371
RGB149131113
HSL30°14.52%51.37%
HSB/HSV30°24.16%58.43%
CMYK0.00%12.08%24.16%
41.57%

Color #958371 in popluar number systems.

HEX958371
Decimal149131113
Binary10010101100000111110001
Octal225203161

Shades and tints

Shades of #958371

#958371
(149,131,113)
#887867
(136,120,103)
#7B6D5D
(123,109,93)
#6E6253
(110,98,83)
#615749
(97,87,73)
#544C3F
(84,76,63)
#474135
(71,65,53)
#3A362B
(58,54,43)
#2D2B21
(45,43,33)
#202017
(32,32,23)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #958371

#958371
(149,131,113)
#9E8E7D
(158,142,125)
#A79989
(167,153,137)
#B0A495
(176,164,149)
#B9AFA1
(185,175,161)
#C2BAAD
(194,186,173)
#CBC5B9
(203,197,185)
#D4D0C5
(212,208,197)
#DDDBD1
(221,219,209)
#E6E6DD
(230,230,221)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958371 color. Also use rgb(149,131,113) instead hex code.

Text Font Color

.myTextColor { color: #958371; }

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

This text font color is #958371.


Background Color

.myBgColor { background-color: #958371; }

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

This div background color is #958371.


Border color

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

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

This div border color is #958371.


Opacity

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

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

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

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

This text has shadow with #958371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958371 on black background.


Color preview on white background

This text has color #958371 on white background.



Black color preview on #958371 background

This text has black color on #958371 background.


White color preview on #958371 background

This text has white color on #958371 background.