COLOR #4B724B

HEX: #4B724B
RGB: (75,114,75)

Renk bilgisi

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

RGB renk modeli

#4B724B color RGB value is (75,114,75).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 114 of 255 = 45%
B 75 of 255 = 29%

75
114
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 114 + 75 = 264 (100%)
R 75 of 264 ~ 28.41%
G 114 of 264 ~ 43.18%
B 75 of 264 ~ 28.41%

%28.41
%43.18
%28.41

CMYK RENK MODELİ

#4B724B rengi CMYK tonu (34,0,34,55).

  • camgöbeği tonu 34.21%
  • eflatun tonu 0.00%
  • sarı tonu 34.21%
  • ana renk tonu 55.29%
CMYK:
(34,0,34,55)
C34M0Y34K55 
(34%,0%,34%,55%)
(0.34/0.00/0.34/0.55)	

CMYK yüzdeleri

%34.21
%0
%34.21
%55.29

Codes

Color #4B724B in popluar color models

4B724B
RGB7511475
HSL120°20.63%37.06%
HSB/HSV120°34.21%44.71%
CMYK34.21%0.00%34.21%
55.29%

Color #4B724B in popluar number systems.

HEX4B724B
Decimal7511475
Binary100101111100101001011
Octal113162113

Shades and tints

Shades of #4B724B

#4B724B
(75,114,75)
#456845
(69,104,69)
#3F5E3F
(63,94,63)
#395439
(57,84,57)
#334A33
(51,74,51)
#2D402D
(45,64,45)
#273627
(39,54,39)
#212C21
(33,44,33)
#1B221B
(27,34,27)
#151815
(21,24,21)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B724B

#4B724B
(75,114,75)
#5B7E5B
(91,126,91)
#6B8A6B
(107,138,107)
#7B967B
(123,150,123)
#8BA28B
(139,162,139)
#9BAE9B
(155,174,155)
#ABBAAB
(171,186,171)
#BBC6BB
(187,198,187)
#CBD2CB
(203,210,203)
#DBDEDB
(219,222,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B724B; }

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

This text font color is #4B724B.


Background Color

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

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

This div background color is #4B724B.


Border color

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

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

This div border color is #4B724B.


Opacity

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

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

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

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

This text has shadow with #4B724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B724B on black background.


Color preview on white background

This text has color #4B724B on white background.



Black color preview on #4B724B background

This text has black color on #4B724B background.


White color preview on #4B724B background

This text has white color on #4B724B background.