COLOR #4B6F49

HEX: #4B6F49
RGB: (75,111,73)

Renk bilgisi

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

RGB renk modeli

#4B6F49 color RGB value is (75,111,73).

  • kırmız ton 75;
  • yeşil ton 111;
  • mavi ton 73.
RGB:
(75,111,73)
(29%,44%,29%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 111 of 255 = 44%
B 73 of 255 = 29%

75
111
73

R + G + B ~ 34%. #4B6F49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 111 + 73 = 259 (100%)
R 75 of 259 ~ 28.96%
G 111 of 259 ~ 42.86%
B 73 of 259 ~ 28.19%

%28.96
%42.86
%28.19

CMYK RENK MODELİ

#4B6F49 rengi CMYK tonu (32,0,34,56).

  • camgöbeği tonu 32.43%
  • eflatun tonu 0.00%
  • sarı tonu 34.23%
  • ana renk tonu 56.47%
CMYK:
(32,0,34,56)
C32M0Y34K56 
(32%,0%,34%,56%)
(0.32/0.00/0.34/0.56)	

CMYK yüzdeleri

%32.43
%0
%34.23
%56.47

Codes

Color #4B6F49 in popluar color models

4B6F49
RGB7511173
HSL117°20.65%36.08%
HSB/HSV117°34.23%43.53%
CMYK32.43%0.00%34.23%
56.47%

Color #4B6F49 in popluar number systems.

HEX4B6F49
Decimal7511173
Binary100101111011111001001
Octal113157111

Shades and tints

Shades of #4B6F49

#4B6F49
(75,111,73)
#456543
(69,101,67)
#3F5B3D
(63,91,61)
#395137
(57,81,55)
#334731
(51,71,49)
#2D3D2B
(45,61,43)
#273325
(39,51,37)
#21291F
(33,41,31)
#1B1F19
(27,31,25)
#151513
(21,21,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B6F49

#4B6F49
(75,111,73)
#5B7C59
(91,124,89)
#6B8969
(107,137,105)
#7B9679
(123,150,121)
#8BA389
(139,163,137)
#9BB099
(155,176,153)
#ABBDA9
(171,189,169)
#BBCAB9
(187,202,185)
#CBD7C9
(203,215,201)
#DBE4D9
(219,228,217)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6F49 color. Also use rgb(75,111,73) instead hex code.

Text Font Color

.myTextColor { color: #4B6F49; }

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

This text font color is #4B6F49.


Background Color

.myBgColor { background-color: #4B6F49; }

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

This div background color is #4B6F49.


Border color

.myBorderColor { border: 1px solid #4B6F49; }

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

This div border color is #4B6F49.


Opacity

.myOpacity80 { color: #4B6F49; opacity: 0.8; }

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

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

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

This text has shadow with #4B6F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6F49 on black background.


Color preview on white background

This text has color #4B6F49 on white background.



Black color preview on #4B6F49 background

This text has black color on #4B6F49 background.


White color preview on #4B6F49 background

This text has white color on #4B6F49 background.