COLOR #4B683F

HEX: #4B683F
RGB: (75,104,63)

Renk bilgisi

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

RGB renk modeli

#4B683F color RGB value is (75,104,63).

  • kırmız ton 75;
  • yeşil ton 104;
  • mavi ton 63.
RGB:
(75,104,63)
(29%,41%,25%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 104 of 255 = 41%
B 63 of 255 = 25%

75
104
63

R + G + B ~ 32%. #4B683F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 104 + 63 = 242 (100%)
R 75 of 242 ~ 30.99%
G 104 of 242 ~ 42.98%
B 63 of 242 ~ 26.03%

%30.99
%42.98
%26.03

CMYK RENK MODELİ

#4B683F rengi CMYK tonu (28,0,39,59).

  • camgöbeği tonu 27.88%
  • eflatun tonu 0.00%
  • sarı tonu 39.42%
  • ana renk tonu 59.22%
CMYK:
(28,0,39,59)
C28M0Y39K59 
(28%,0%,39%,59%)
(0.28/0.00/0.39/0.59)	

CMYK yüzdeleri

%27.88
%0
%39.42
%59.22

Codes

Color #4B683F in popluar color models

4B683F
RGB7510463
HSL102°24.55%32.75%
HSB/HSV102°39.42%40.78%
CMYK27.88%0.00%39.42%
59.22%

Color #4B683F in popluar number systems.

HEX4B683F
Decimal7510463
Binary10010111101000111111
Octal11315077

Shades and tints

Shades of #4B683F

#4B683F
(75,104,63)
#455F3A
(69,95,58)
#3F5635
(63,86,53)
#394D30
(57,77,48)
#33442B
(51,68,43)
#2D3B26
(45,59,38)
#273221
(39,50,33)
#21291C
(33,41,28)
#1B2017
(27,32,23)
#151712
(21,23,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B683F

#4B683F
(75,104,63)
#5B7550
(91,117,80)
#6B8261
(107,130,97)
#7B8F72
(123,143,114)
#8B9C83
(139,156,131)
#9BA994
(155,169,148)
#ABB6A5
(171,182,165)
#BBC3B6
(187,195,182)
#CBD0C7
(203,208,199)
#DBDDD8
(219,221,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B683F color. Also use rgb(75,104,63) instead hex code.

Text Font Color

.myTextColor { color: #4B683F; }

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

This text font color is #4B683F.


Background Color

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

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

This div background color is #4B683F.


Border color

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

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

This div border color is #4B683F.


Opacity

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

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

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

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

This text has shadow with #4B683F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B683F on black background.


Color preview on white background

This text has color #4B683F on white background.



Black color preview on #4B683F background

This text has black color on #4B683F background.


White color preview on #4B683F background

This text has white color on #4B683F background.