COLOR #46684A

HEX: #46684A
RGB: (70,104,74)

Renk bilgisi

#46684A contains red, green and blue colors in about the same proportion. #46684A ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#46684A color RGB value is (70,104,74).

  • kırmız ton 70;
  • yeşil ton 104;
  • mavi ton 74.
RGB:
(70,104,74)
(27%,41%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 104 of 255 = 41%
B 74 of 255 = 29%

70
104
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 104 + 74 = 248 (100%)
R 70 of 248 ~ 28.23%
G 104 of 248 ~ 41.94%
B 74 of 248 ~ 29.84%

%28.23
%41.94
%29.84

CMYK RENK MODELİ

#46684A rengi CMYK tonu (33,0,29,59).

  • camgöbeği tonu 32.69%
  • eflatun tonu 0.00%
  • sarı tonu 28.85%
  • ana renk tonu 59.22%
CMYK:
(33,0,29,59)
C33M0Y29K59 
(33%,0%,29%,59%)
(0.33/0.00/0.29/0.59)	

CMYK yüzdeleri

%32.69
%0
%28.85
%59.22

Codes

Color #46684A in popluar color models

46684A
RGB7010474
HSL127°19.54%34.12%
HSB/HSV127°32.69%40.78%
CMYK32.69%0.00%28.85%
59.22%

Color #46684A in popluar number systems.

HEX46684A
Decimal7010474
Binary100011011010001001010
Octal106150112

Shades and tints

Shades of #46684A

#46684A
(70,104,74)
#405F44
(64,95,68)
#3A563E
(58,86,62)
#344D38
(52,77,56)
#2E4432
(46,68,50)
#283B2C
(40,59,44)
#223226
(34,50,38)
#1C2920
(28,41,32)
#16201A
(22,32,26)
#101714
(16,23,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #46684A

#46684A
(70,104,74)
#56755A
(86,117,90)
#66826A
(102,130,106)
#768F7A
(118,143,122)
#869C8A
(134,156,138)
#96A99A
(150,169,154)
#A6B6AA
(166,182,170)
#B6C3BA
(182,195,186)
#C6D0CA
(198,208,202)
#D6DDDA
(214,221,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46684A color. Also use rgb(70,104,74) instead hex code.

Text Font Color

.myTextColor { color: #46684A; }

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

This text font color is #46684A.


Background Color

.myBgColor { background-color: #46684A; }

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

This div background color is #46684A.


Border color

.myBorderColor { border: 1px solid #46684A; }

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

This div border color is #46684A.


Opacity

.myOpacity80 { color: #46684A; opacity: 0.8; }

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

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

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

This text has shadow with #46684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46684A on black background.


Color preview on white background

This text has color #46684A on white background.



Black color preview on #46684A background

This text has black color on #46684A background.


White color preview on #46684A background

This text has white color on #46684A background.