COLOR #606D49

HEX: #606D49
RGB: (96,109,73)

Renk bilgisi

#606D49 contains red, green and blue colors in about the same proportion. #606D49 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#606D49 color RGB value is (96,109,73).

  • kırmız ton 96;
  • yeşil ton 109;
  • mavi ton 73.
RGB:
(96,109,73)
(38%,43%,29%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 109 of 255 = 43%
B 73 of 255 = 29%

96
109
73

R + G + B ~ 37%. #606D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 109 + 73 = 278 (100%)
R 96 of 278 ~ 34.53%
G 109 of 278 ~ 39.21%
B 73 of 278 ~ 26.26%

%34.53
%39.21
%26.26

CMYK RENK MODELİ

#606D49 rengi CMYK tonu (12,0,33,57).

  • camgöbeği tonu 11.93%
  • eflatun tonu 0.00%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(12,0,33,57)
C12M0Y33K57 
(12%,0%,33%,57%)
(0.12/0.00/0.33/0.57)	

CMYK yüzdeleri

%11.93
%0
%33.03
%57.25

Codes

Color #606D49 in popluar color models

606D49
RGB9610973
HSL82°19.78%35.69%
HSB/HSV82°33.03%42.75%
CMYK11.93%0.00%33.03%
57.25%

Color #606D49 in popluar number systems.

HEX606D49
Decimal9610973
Binary110000011011011001001
Octal140155111

Shades and tints

Shades of #606D49

#606D49
(96,109,73)
#586443
(88,100,67)
#505B3D
(80,91,61)
#485237
(72,82,55)
#404931
(64,73,49)
#38402B
(56,64,43)
#303725
(48,55,37)
#282E1F
(40,46,31)
#202519
(32,37,25)
#181C13
(24,28,19)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #606D49

#606D49
(96,109,73)
#6E7A59
(110,122,89)
#7C8769
(124,135,105)
#8A9479
(138,148,121)
#98A189
(152,161,137)
#A6AE99
(166,174,153)
#B4BBA9
(180,187,169)
#C2C8B9
(194,200,185)
#D0D5C9
(208,213,201)
#DEE2D9
(222,226,217)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606D49 color. Also use rgb(96,109,73) instead hex code.

Text Font Color

.myTextColor { color: #606D49; }

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

This text font color is #606D49.


Background Color

.myBgColor { background-color: #606D49; }

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

This div background color is #606D49.


Border color

.myBorderColor { border: 1px solid #606D49; }

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

This div border color is #606D49.


Opacity

.myOpacity80 { color: #606D49; opacity: 0.8; }

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

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

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

This text has shadow with #606D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606D49 on black background.


Color preview on white background

This text has color #606D49 on white background.



Black color preview on #606D49 background

This text has black color on #606D49 background.


White color preview on #606D49 background

This text has white color on #606D49 background.