COLOR #4B7747

HEX: #4B7747
RGB: (75,119,71)

Renk bilgisi

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

RGB renk modeli

#4B7747 color RGB value is (75,119,71).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 119 of 255 = 47%
B 71 of 255 = 28%

75
119
71

R + G + B ~ 35%. #4B7747 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 119 + 71 = 265 (100%)
R 75 of 265 ~ 28.3%
G 119 of 265 ~ 44.91%
B 71 of 265 ~ 26.79%

%28.3
%44.91
%26.79

CMYK RENK MODELİ

#4B7747 rengi CMYK tonu (37,0,40,53).

  • camgöbeği tonu 36.97%
  • eflatun tonu 0.00%
  • sarı tonu 40.34%
  • ana renk tonu 53.33%
CMYK:
(37,0,40,53)
C37M0Y40K53 
(37%,0%,40%,53%)
(0.37/0.00/0.40/0.53)	

CMYK yüzdeleri

%36.97
%0
%40.34
%53.33

Codes

Color #4B7747 in popluar color models

4B7747
RGB7511971
HSL115°25.26%37.25%
HSB/HSV115°40.34%46.67%
CMYK36.97%0.00%40.34%
53.33%

Color #4B7747 in popluar number systems.

HEX4B7747
Decimal7511971
Binary100101111101111000111
Octal113167107

Shades and tints

Shades of #4B7747

#4B7747
(75,119,71)
#456D41
(69,109,65)
#3F633B
(63,99,59)
#395935
(57,89,53)
#334F2F
(51,79,47)
#2D4529
(45,69,41)
#273B23
(39,59,35)
#21311D
(33,49,29)
#1B2717
(27,39,23)
#151D11
(21,29,17)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #4B7747

#4B7747
(75,119,71)
#5B8357
(91,131,87)
#6B8F67
(107,143,103)
#7B9B77
(123,155,119)
#8BA787
(139,167,135)
#9BB397
(155,179,151)
#ABBFA7
(171,191,167)
#BBCBB7
(187,203,183)
#CBD7C7
(203,215,199)
#DBE3D7
(219,227,215)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7747; }

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

This text font color is #4B7747.


Background Color

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

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

This div background color is #4B7747.


Border color

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

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

This div border color is #4B7747.


Opacity

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

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

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

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

This text has shadow with #4B7747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7747 on black background.


Color preview on white background

This text has color #4B7747 on white background.



Black color preview on #4B7747 background

This text has black color on #4B7747 background.


White color preview on #4B7747 background

This text has white color on #4B7747 background.