COLOR #4B7759

HEX: #4B7759
RGB: (75,119,89)

Renk bilgisi

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

RGB renk modeli

#4B7759 color RGB value is (75,119,89).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 119 of 255 = 47%
B 89 of 255 = 35%

75
119
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 119 + 89 = 283 (100%)
R 75 of 283 ~ 26.5%
G 119 of 283 ~ 42.05%
B 89 of 283 ~ 31.45%

%26.5
%42.05
%31.45

CMYK RENK MODELİ

#4B7759 rengi CMYK tonu (37,0,25,53).

  • camgöbeği tonu 36.97%
  • eflatun tonu 0.00%
  • sarı tonu 25.21%
  • ana renk tonu 53.33%
CMYK:
(37,0,25,53)
C37M0Y25K53 
(37%,0%,25%,53%)
(0.37/0.00/0.25/0.53)	

CMYK yüzdeleri

%36.97
%0
%25.21
%53.33

Codes

Color #4B7759 in popluar color models

4B7759
RGB7511989
HSL139°22.68%38.04%
HSB/HSV139°36.97%46.67%
CMYK36.97%0.00%25.21%
53.33%

Color #4B7759 in popluar number systems.

HEX4B7759
Decimal7511989
Binary100101111101111011001
Octal113167131

Shades and tints

Shades of #4B7759

#4B7759
(75,119,89)
#456D51
(69,109,81)
#3F6349
(63,99,73)
#395941
(57,89,65)
#334F39
(51,79,57)
#2D4531
(45,69,49)
#273B29
(39,59,41)
#213121
(33,49,33)
#1B2719
(27,39,25)
#151D11
(21,29,17)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #4B7759

#4B7759
(75,119,89)
#5B8368
(91,131,104)
#6B8F77
(107,143,119)
#7B9B86
(123,155,134)
#8BA795
(139,167,149)
#9BB3A4
(155,179,164)
#ABBFB3
(171,191,179)
#BBCBC2
(187,203,194)
#CBD7D1
(203,215,209)
#DBE3E0
(219,227,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7759; }

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

This text font color is #4B7759.


Background Color

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

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

This div background color is #4B7759.


Border color

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

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

This div border color is #4B7759.


Opacity

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

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

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

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

This text has shadow with #4B7759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7759 on black background.


Color preview on white background

This text has color #4B7759 on white background.



Black color preview on #4B7759 background

This text has black color on #4B7759 background.


White color preview on #4B7759 background

This text has white color on #4B7759 background.