COLOR #4B6350

HEX: #4B6350
RGB: (75,99,80)

Renk bilgisi

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

RGB renk modeli

#4B6350 color RGB value is (75,99,80).

  • kırmız ton 75;
  • yeşil ton 99;
  • mavi ton 80.
RGB:
(75,99,80)
(29%,39%,31%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 99 of 255 = 39%
B 80 of 255 = 31%

75
99
80

R + G + B ~ 33%. #4B6350 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 99 + 80 = 254 (100%)
R 75 of 254 ~ 29.53%
G 99 of 254 ~ 38.98%
B 80 of 254 ~ 31.5%

%29.53
%38.98
%31.5

CMYK RENK MODELİ

#4B6350 rengi CMYK tonu (24,0,19,61).

  • camgöbeği tonu 24.24%
  • eflatun tonu 0.00%
  • sarı tonu 19.19%
  • ana renk tonu 61.18%
CMYK:
(24,0,19,61)
C24M0Y19K61 
(24%,0%,19%,61%)
(0.24/0.00/0.19/0.61)	

CMYK yüzdeleri

%24.24
%0
%19.19
%61.18

Codes

Color #4B6350 in popluar color models

4B6350
RGB759980
HSL133°13.79%34.12%
HSB/HSV133°24.24%38.82%
CMYK24.24%0.00%19.19%
61.18%

Color #4B6350 in popluar number systems.

HEX4B6350
Decimal759980
Binary100101111000111010000
Octal113143120

Shades and tints

Shades of #4B6350

#4B6350
(75,99,80)
#455A49
(69,90,73)
#3F5142
(63,81,66)
#39483B
(57,72,59)
#333F34
(51,63,52)
#2D362D
(45,54,45)
#272D26
(39,45,38)
#21241F
(33,36,31)
#1B1B18
(27,27,24)
#151211
(21,18,17)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B6350

#4B6350
(75,99,80)
#5B715F
(91,113,95)
#6B7F6E
(107,127,110)
#7B8D7D
(123,141,125)
#8B9B8C
(139,155,140)
#9BA99B
(155,169,155)
#ABB7AA
(171,183,170)
#BBC5B9
(187,197,185)
#CBD3C8
(203,211,200)
#DBE1D7
(219,225,215)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6350; }

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

This text font color is #4B6350.


Background Color

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

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

This div background color is #4B6350.


Border color

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

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

This div border color is #4B6350.


Opacity

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

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

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

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

This text has shadow with #4B6350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6350 on black background.


Color preview on white background

This text has color #4B6350 on white background.



Black color preview on #4B6350 background

This text has black color on #4B6350 background.


White color preview on #4B6350 background

This text has white color on #4B6350 background.