COLOR #466D53

HEX: #466D53
RGB: (70,109,83)

Renk bilgisi

#466D53 contains red, green and blue colors in about the same proportion. #466D53 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#466D53 color RGB value is (70,109,83).

  • kırmız ton 70;
  • yeşil ton 109;
  • mavi ton 83.
RGB:
(70,109,83)
(27%,43%,33%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 109 of 255 = 43%
B 83 of 255 = 33%

70
109
83

R + G + B ~ 34%. #466D53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 109 + 83 = 262 (100%)
R 70 of 262 ~ 26.72%
G 109 of 262 ~ 41.6%
B 83 of 262 ~ 31.68%

%26.72
%41.6
%31.68

CMYK RENK MODELİ

#466D53 rengi CMYK tonu (36,0,24,57).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 23.85%
  • ana renk tonu 57.25%
CMYK:
(36,0,24,57)
C36M0Y24K57 
(36%,0%,24%,57%)
(0.36/0.00/0.24/0.57)	

CMYK yüzdeleri

%35.78
%0
%23.85
%57.25

Codes

Color #466D53 in popluar color models

466D53
RGB7010983
HSL140°21.79%35.10%
HSB/HSV140°35.78%42.75%
CMYK35.78%0.00%23.85%
57.25%

Color #466D53 in popluar number systems.

HEX466D53
Decimal7010983
Binary100011011011011010011
Octal106155123

Shades and tints

Shades of #466D53

#466D53
(70,109,83)
#40644C
(64,100,76)
#3A5B45
(58,91,69)
#34523E
(52,82,62)
#2E4937
(46,73,55)
#284030
(40,64,48)
#223729
(34,55,41)
#1C2E22
(28,46,34)
#16251B
(22,37,27)
#101C14
(16,28,20)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #466D53

#466D53
(70,109,83)
#567A62
(86,122,98)
#668771
(102,135,113)
#769480
(118,148,128)
#86A18F
(134,161,143)
#96AE9E
(150,174,158)
#A6BBAD
(166,187,173)
#B6C8BC
(182,200,188)
#C6D5CB
(198,213,203)
#D6E2DA
(214,226,218)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466D53 color. Also use rgb(70,109,83) instead hex code.

Text Font Color

.myTextColor { color: #466D53; }

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

This text font color is #466D53.


Background Color

.myBgColor { background-color: #466D53; }

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

This div background color is #466D53.


Border color

.myBorderColor { border: 1px solid #466D53; }

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

This div border color is #466D53.


Opacity

.myOpacity80 { color: #466D53; opacity: 0.8; }

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

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

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

This text has shadow with #466D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D53 on black background.


Color preview on white background

This text has color #466D53 on white background.



Black color preview on #466D53 background

This text has black color on #466D53 background.


White color preview on #466D53 background

This text has white color on #466D53 background.