COLOR #953828

HEX: #953828
RGB: (149,56,40)

Renk bilgisi

#953828 contains mainly red color. #953828 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#953828 color RGB value is (149,56,40).

  • kırmız ton 149;
  • yeşil ton 56;
  • mavi ton 40.
RGB:
(149,56,40)
(58%,22%,16%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 56 of 255 = 22%
B 40 of 255 = 16%

149
56
40

R + G + B ~ 32%. #953828 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 56 + 40 = 245 (100%)
R 149 of 245 ~ 60.82%
G 56 of 245 ~ 22.86%
B 40 of 245 ~ 16.33%

%60.82
%22.86
%16.33

CMYK RENK MODELİ

#953828 rengi CMYK tonu (0,62,73,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.42%
  • sarı tonu 73.15%
  • ana renk tonu 41.57%
CMYK:
(0,62,73,42)
C0M62Y73K42 
(0%,62%,73%,42%)
(0.00/0.62/0.73/0.42)	

CMYK yüzdeleri

%0
%62.42
%73.15
%41.57

Codes

Color #953828 in popluar color models

953828
RGB1495640
HSL57.67%37.06%
HSB/HSV73.15%58.43%
CMYK0.00%62.42%73.15%
41.57%

Color #953828 in popluar number systems.

HEX953828
Decimal1495640
Binary10010101111000101000
Octal2257050

Shades and tints

Shades of #953828

#953828
(149,56,40)
#883325
(136,51,37)
#7B2E22
(123,46,34)
#6E291F
(110,41,31)
#61241C
(97,36,28)
#541F19
(84,31,25)
#471A16
(71,26,22)
#3A1513
(58,21,19)
#2D1010
(45,16,16)
#200B0D
(32,11,13)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #953828

#953828
(149,56,40)
#9E4A3B
(158,74,59)
#A75C4E
(167,92,78)
#B06E61
(176,110,97)
#B98074
(185,128,116)
#C29287
(194,146,135)
#CBA49A
(203,164,154)
#D4B6AD
(212,182,173)
#DDC8C0
(221,200,192)
#E6DAD3
(230,218,211)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953828 color. Also use rgb(149,56,40) instead hex code.

Text Font Color

.myTextColor { color: #953828; }

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

This text font color is #953828.


Background Color

.myBgColor { background-color: #953828; }

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

This div background color is #953828.


Border color

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

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

This div border color is #953828.


Opacity

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

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

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

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

This text has shadow with #953828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953828 on black background.


Color preview on white background

This text has color #953828 on white background.



Black color preview on #953828 background

This text has black color on #953828 background.


White color preview on #953828 background

This text has white color on #953828 background.