COLOR #956A68

HEX: #956A68
RGB: (149,106,104)

Renk bilgisi

#956A68 contains red, green and blue colors in about the same proportion. #956A68 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#956A68 color RGB value is (149,106,104).

  • kırmız ton 149;
  • yeşil ton 106;
  • mavi ton 104.
RGB:
(149,106,104)
(58%,42%,41%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 106 of 255 = 42%
B 104 of 255 = 41%

149
106
104

R + G + B ~ 47%. #956A68 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 106 + 104 = 359 (100%)
R 149 of 359 ~ 41.5%
G 106 of 359 ~ 29.53%
B 104 of 359 ~ 28.97%

%41.5
%29.53
%28.97

CMYK RENK MODELİ

#956A68 rengi CMYK tonu (0,29,30,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.86%
  • sarı tonu 30.20%
  • ana renk tonu 41.57%
CMYK:
(0,29,30,42)
C0M29Y30K42 
(0%,29%,30%,42%)
(0.00/0.29/0.30/0.42)	

CMYK yüzdeleri

%0
%28.86
%30.2
%41.57

Codes

Color #956A68 in popluar color models

956A68
RGB149106104
HSL17.79%49.61%
HSB/HSV30.20%58.43%
CMYK0.00%28.86%30.20%
41.57%

Color #956A68 in popluar number systems.

HEX956A68
Decimal149106104
Binary1001010111010101101000
Octal225152150

Shades and tints

Shades of #956A68

#956A68
(149,106,104)
#88615F
(136,97,95)
#7B5856
(123,88,86)
#6E4F4D
(110,79,77)
#614644
(97,70,68)
#543D3B
(84,61,59)
#473432
(71,52,50)
#3A2B29
(58,43,41)
#2D2220
(45,34,32)
#201917
(32,25,23)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #956A68

#956A68
(149,106,104)
#9E7775
(158,119,117)
#A78482
(167,132,130)
#B0918F
(176,145,143)
#B99E9C
(185,158,156)
#C2ABA9
(194,171,169)
#CBB8B6
(203,184,182)
#D4C5C3
(212,197,195)
#DDD2D0
(221,210,208)
#E6DFDD
(230,223,221)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956A68 color. Also use rgb(149,106,104) instead hex code.

Text Font Color

.myTextColor { color: #956A68; }

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

This text font color is #956A68.


Background Color

.myBgColor { background-color: #956A68; }

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

This div background color is #956A68.


Border color

.myBorderColor { border: 1px solid #956A68; }

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

This div border color is #956A68.


Opacity

.myOpacity80 { color: #956A68; opacity: 0.8; }

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

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

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

This text has shadow with #956A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A68 on black background.


Color preview on white background

This text has color #956A68 on white background.



Black color preview on #956A68 background

This text has black color on #956A68 background.


White color preview on #956A68 background

This text has white color on #956A68 background.