COLOR #4B7B59

HEX: #4B7B59
RGB: (75,123,89)

Renk bilgisi

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

RGB renk modeli

#4B7B59 color RGB value is (75,123,89).

  • kırmız ton 75;
  • yeşil ton 123;
  • mavi ton 89.
RGB:
(75,123,89)
(29%,48%,35%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 123 of 255 = 48%
B 89 of 255 = 35%

75
123
89

R + G + B ~ 37%. #4B7B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 123 + 89 = 287 (100%)
R 75 of 287 ~ 26.13%
G 123 of 287 ~ 42.86%
B 89 of 287 ~ 31.01%

%26.13
%42.86
%31.01

CMYK RENK MODELİ

#4B7B59 rengi CMYK tonu (39,0,28,52).

  • camgöbeği tonu 39.02%
  • eflatun tonu 0.00%
  • sarı tonu 27.64%
  • ana renk tonu 51.76%
CMYK:
(39,0,28,52)
C39M0Y28K52 
(39%,0%,28%,52%)
(0.39/0.00/0.28/0.52)	

CMYK yüzdeleri

%39.02
%0
%27.64
%51.76

Codes

Color #4B7B59 in popluar color models

4B7B59
RGB7512389
HSL138°24.24%38.82%
HSB/HSV138°39.02%48.24%
CMYK39.02%0.00%27.64%
51.76%

Color #4B7B59 in popluar number systems.

HEX4B7B59
Decimal7512389
Binary100101111110111011001
Octal113173131

Shades and tints

Shades of #4B7B59

#4B7B59
(75,123,89)
#457051
(69,112,81)
#3F6549
(63,101,73)
#395A41
(57,90,65)
#334F39
(51,79,57)
#2D4431
(45,68,49)
#273929
(39,57,41)
#212E21
(33,46,33)
#1B2319
(27,35,25)
#151811
(21,24,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #4B7B59

#4B7B59
(75,123,89)
#5B8768
(91,135,104)
#6B9377
(107,147,119)
#7B9F86
(123,159,134)
#8BAB95
(139,171,149)
#9BB7A4
(155,183,164)
#ABC3B3
(171,195,179)
#BBCFC2
(187,207,194)
#CBDBD1
(203,219,209)
#DBE7E0
(219,231,224)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7B59; }

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

This text font color is #4B7B59.


Background Color

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

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

This div background color is #4B7B59.


Border color

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

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

This div border color is #4B7B59.


Opacity

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

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

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

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

This text has shadow with #4B7B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7B59 on black background.


Color preview on white background

This text has color #4B7B59 on white background.



Black color preview on #4B7B59 background

This text has black color on #4B7B59 background.


White color preview on #4B7B59 background

This text has white color on #4B7B59 background.