COLOR #955341

HEX: #955341
RGB: (149,83,65)

Renk bilgisi

#955341 contains mainly red color. #955341 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#955341 color RGB value is (149,83,65).

  • kırmız ton 149;
  • yeşil ton 83;
  • mavi ton 65.
RGB:
(149,83,65)
(58%,33%,25%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 83 of 255 = 33%
B 65 of 255 = 25%

149
83
65

R + G + B ~ 39%. #955341 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 83 + 65 = 297 (100%)
R 149 of 297 ~ 50.17%
G 83 of 297 ~ 27.95%
B 65 of 297 ~ 21.89%

%50.17
%27.95
%21.89

CMYK RENK MODELİ

#955341 rengi CMYK tonu (0,44,56,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.30%
  • sarı tonu 56.38%
  • ana renk tonu 41.57%
CMYK:
(0,44,56,42)
C0M44Y56K42 
(0%,44%,56%,42%)
(0.00/0.44/0.56/0.42)	

CMYK yüzdeleri

%0
%44.3
%56.38
%41.57

Codes

Color #955341 in popluar color models

955341
RGB1498365
HSL13°39.25%41.96%
HSB/HSV13°56.38%58.43%
CMYK0.00%44.30%56.38%
41.57%

Color #955341 in popluar number systems.

HEX955341
Decimal1498365
Binary1001010110100111000001
Octal225123101

Shades and tints

Shades of #955341

#955341
(149,83,65)
#884C3C
(136,76,60)
#7B4537
(123,69,55)
#6E3E32
(110,62,50)
#61372D
(97,55,45)
#543028
(84,48,40)
#472923
(71,41,35)
#3A221E
(58,34,30)
#2D1B19
(45,27,25)
#201414
(32,20,20)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #955341

#955341
(149,83,65)
#9E6252
(158,98,82)
#A77163
(167,113,99)
#B08074
(176,128,116)
#B98F85
(185,143,133)
#C29E96
(194,158,150)
#CBADA7
(203,173,167)
#D4BCB8
(212,188,184)
#DDCBC9
(221,203,201)
#E6DADA
(230,218,218)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955341 color. Also use rgb(149,83,65) instead hex code.

Text Font Color

.myTextColor { color: #955341; }

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

This text font color is #955341.


Background Color

.myBgColor { background-color: #955341; }

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

This div background color is #955341.


Border color

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

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

This div border color is #955341.


Opacity

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

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

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

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

This text has shadow with #955341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955341 on black background.


Color preview on white background

This text has color #955341 on white background.



Black color preview on #955341 background

This text has black color on #955341 background.


White color preview on #955341 background

This text has white color on #955341 background.