COLOR #976348

HEX: #976348
RGB: (151,99,72)

Renk bilgisi

#976348 contains mainly red and green colors. #976348 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#976348 color RGB value is (151,99,72).

  • kırmız ton 151;
  • yeşil ton 99;
  • mavi ton 72.
RGB:
(151,99,72)
(59%,39%,28%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 99 of 255 = 39%
B 72 of 255 = 28%

151
99
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 99 + 72 = 322 (100%)
R 151 of 322 ~ 46.89%
G 99 of 322 ~ 30.75%
B 72 of 322 ~ 22.36%

%46.89
%30.75
%22.36

CMYK RENK MODELİ

#976348 rengi CMYK tonu (0,34,52,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.44%
  • sarı tonu 52.32%
  • ana renk tonu 40.78%
CMYK:
(0,34,52,41)
C0M34Y52K41 
(0%,34%,52%,41%)
(0.00/0.34/0.52/0.41)	

CMYK yüzdeleri

%0
%34.44
%52.32
%40.78

Codes

Color #976348 in popluar color models

976348
RGB1519972
HSL21°35.43%43.73%
HSB/HSV21°52.32%59.22%
CMYK0.00%34.44%52.32%
40.78%

Color #976348 in popluar number systems.

HEX976348
Decimal1519972
Binary1001011111000111001000
Octal227143110

Shades and tints

Shades of #976348

#976348
(151,99,72)
#8A5A42
(138,90,66)
#7D513C
(125,81,60)
#704836
(112,72,54)
#633F30
(99,63,48)
#56362A
(86,54,42)
#492D24
(73,45,36)
#3C241E
(60,36,30)
#2F1B18
(47,27,24)
#221212
(34,18,18)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #976348

#976348
(151,99,72)
#A07158
(160,113,88)
#A97F68
(169,127,104)
#B28D78
(178,141,120)
#BB9B88
(187,155,136)
#C4A998
(196,169,152)
#CDB7A8
(205,183,168)
#D6C5B8
(214,197,184)
#DFD3C8
(223,211,200)
#E8E1D8
(232,225,216)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976348 color. Also use rgb(151,99,72) instead hex code.

Text Font Color

.myTextColor { color: #976348; }

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

This text font color is #976348.


Background Color

.myBgColor { background-color: #976348; }

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

This div background color is #976348.


Border color

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

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

This div border color is #976348.


Opacity

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

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

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

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

This text has shadow with #976348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976348 on black background.


Color preview on white background

This text has color #976348 on white background.



Black color preview on #976348 background

This text has black color on #976348 background.


White color preview on #976348 background

This text has white color on #976348 background.