COLOR #4B7347

HEX: #4B7347
RGB: (75,115,71)

Renk bilgisi

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

RGB renk modeli

#4B7347 color RGB value is (75,115,71).

  • kırmız ton 75;
  • yeşil ton 115;
  • mavi ton 71.
RGB:
(75,115,71)
(29%,45%,28%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 115 of 255 = 45%
B 71 of 255 = 28%

75
115
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 115 + 71 = 261 (100%)
R 75 of 261 ~ 28.74%
G 115 of 261 ~ 44.06%
B 71 of 261 ~ 27.2%

%28.74
%44.06
%27.2

CMYK RENK MODELİ

#4B7347 rengi CMYK tonu (35,0,38,55).

  • camgöbeği tonu 34.78%
  • eflatun tonu 0.00%
  • sarı tonu 38.26%
  • ana renk tonu 54.90%
CMYK:
(35,0,38,55)
C35M0Y38K55 
(35%,0%,38%,55%)
(0.35/0.00/0.38/0.55)	

CMYK yüzdeleri

%34.78
%0
%38.26
%54.9

Codes

Color #4B7347 in popluar color models

4B7347
RGB7511571
HSL115°23.66%36.47%
HSB/HSV115°38.26%45.10%
CMYK34.78%0.00%38.26%
54.90%

Color #4B7347 in popluar number systems.

HEX4B7347
Decimal7511571
Binary100101111100111000111
Octal113163107

Shades and tints

Shades of #4B7347

#4B7347
(75,115,71)
#456941
(69,105,65)
#3F5F3B
(63,95,59)
#395535
(57,85,53)
#334B2F
(51,75,47)
#2D4129
(45,65,41)
#273723
(39,55,35)
#212D1D
(33,45,29)
#1B2317
(27,35,23)
#151911
(21,25,17)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B7347

#4B7347
(75,115,71)
#5B7F57
(91,127,87)
#6B8B67
(107,139,103)
#7B9777
(123,151,119)
#8BA387
(139,163,135)
#9BAF97
(155,175,151)
#ABBBA7
(171,187,167)
#BBC7B7
(187,199,183)
#CBD3C7
(203,211,199)
#DBDFD7
(219,223,215)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7347 color. Also use rgb(75,115,71) instead hex code.

Text Font Color

.myTextColor { color: #4B7347; }

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

This text font color is #4B7347.


Background Color

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

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

This div background color is #4B7347.


Border color

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

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

This div border color is #4B7347.


Opacity

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

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

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

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

This text has shadow with #4B7347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7347 on black background.


Color preview on white background

This text has color #4B7347 on white background.



Black color preview on #4B7347 background

This text has black color on #4B7347 background.


White color preview on #4B7347 background

This text has white color on #4B7347 background.