COLOR #949476

HEX: #949476
RGB: (148,148,118)

Renk bilgisi

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

RGB renk modeli

#949476 color RGB value is (148,148,118).

  • kırmız ton 148;
  • yeşil ton 148;
  • mavi ton 118.
RGB:
(148,148,118)
(58%,58%,46%)

RGB bağlantıları ve doygunluk

R 148 of 255 = 58%
G 148 of 255 = 58%
B 118 of 255 = 46%

148
148
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
148 + 148 + 118 = 414 (100%)
R 148 of 414 ~ 35.75%
G 148 of 414 ~ 35.75%
B 118 of 414 ~ 28.5%

%35.75
%35.75
%28.5

CMYK RENK MODELİ

#949476 rengi CMYK tonu (0,0,20,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 20.27%
  • ana renk tonu 41.96%
CMYK:
(0,0,20,42)
C0M0Y20K42 
(0%,0%,20%,42%)
(0.00/0.00/0.20/0.42)	

CMYK yüzdeleri

%0
%0
%20.27
%41.96

Codes

Color #949476 in popluar color models

949476
RGB148148118
HSL60°12.30%52.16%
HSB/HSV60°20.27%58.04%
CMYK0.00%0.00%20.27%
41.96%

Color #949476 in popluar number systems.

HEX949476
Decimal148148118
Binary10010100100101001110110
Octal224224166

Shades and tints

Shades of #949476

#949476
(148,148,118)
#87876C
(135,135,108)
#7A7A62
(122,122,98)
#6D6D58
(109,109,88)
#60604E
(96,96,78)
#535344
(83,83,68)
#46463A
(70,70,58)
#393930
(57,57,48)
#2C2C26
(44,44,38)
#1F1F1C
(31,31,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #949476

#949476
(148,148,118)
#9D9D82
(157,157,130)
#A6A68E
(166,166,142)
#AFAF9A
(175,175,154)
#B8B8A6
(184,184,166)
#C1C1B2
(193,193,178)
#CACABE
(202,202,190)
#D3D3CA
(211,211,202)
#DCDCD6
(220,220,214)
#E5E5E2
(229,229,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949476 color. Also use rgb(148,148,118) instead hex code.

Text Font Color

.myTextColor { color: #949476; }

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

This text font color is #949476.


Background Color

.myBgColor { background-color: #949476; }

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

This div background color is #949476.


Border color

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

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

This div border color is #949476.


Opacity

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

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

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

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

This text has shadow with #949476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949476 on black background.


Color preview on white background

This text has color #949476 on white background.



Black color preview on #949476 background

This text has black color on #949476 background.


White color preview on #949476 background

This text has white color on #949476 background.