COLOR #4B713F

HEX: #4B713F
RGB: (75,113,63)

Renk bilgisi

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

RGB renk modeli

#4B713F color RGB value is (75,113,63).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 113 of 255 = 44%
B 63 of 255 = 25%

75
113
63

R + G + B ~ 33%. #4B713F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 113 + 63 = 251 (100%)
R 75 of 251 ~ 29.88%
G 113 of 251 ~ 45.02%
B 63 of 251 ~ 25.1%

%29.88
%45.02
%25.1

CMYK RENK MODELİ

#4B713F rengi CMYK tonu (34,0,44,56).

  • camgöbeği tonu 33.63%
  • eflatun tonu 0.00%
  • sarı tonu 44.25%
  • ana renk tonu 55.69%
CMYK:
(34,0,44,56)
C34M0Y44K56 
(34%,0%,44%,56%)
(0.34/0.00/0.44/0.56)	

CMYK yüzdeleri

%33.63
%0
%44.25
%55.69

Codes

Color #4B713F in popluar color models

4B713F
RGB7511363
HSL106°28.41%34.51%
HSB/HSV106°44.25%44.31%
CMYK33.63%0.00%44.25%
55.69%

Color #4B713F in popluar number systems.

HEX4B713F
Decimal7511363
Binary10010111110001111111
Octal11316177

Shades and tints

Shades of #4B713F

#4B713F
(75,113,63)
#45673A
(69,103,58)
#3F5D35
(63,93,53)
#395330
(57,83,48)
#33492B
(51,73,43)
#2D3F26
(45,63,38)
#273521
(39,53,33)
#212B1C
(33,43,28)
#1B2117
(27,33,23)
#151712
(21,23,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B713F

#4B713F
(75,113,63)
#5B7D50
(91,125,80)
#6B8961
(107,137,97)
#7B9572
(123,149,114)
#8BA183
(139,161,131)
#9BAD94
(155,173,148)
#ABB9A5
(171,185,165)
#BBC5B6
(187,197,182)
#CBD1C7
(203,209,199)
#DBDDD8
(219,221,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B713F; }

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

This text font color is #4B713F.


Background Color

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

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

This div background color is #4B713F.


Border color

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

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

This div border color is #4B713F.


Opacity

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

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

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

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

This text has shadow with #4B713F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B713F on black background.


Color preview on white background

This text has color #4B713F on white background.



Black color preview on #4B713F background

This text has black color on #4B713F background.


White color preview on #4B713F background

This text has white color on #4B713F background.