COLOR #4B7350

HEX: #4B7350
RGB: (75,115,80)

Renk bilgisi

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

RGB renk modeli

#4B7350 color RGB value is (75,115,80).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 115 of 255 = 45%
B 80 of 255 = 31%

75
115
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 115 + 80 = 270 (100%)
R 75 of 270 ~ 27.78%
G 115 of 270 ~ 42.59%
B 80 of 270 ~ 29.63%

%27.78
%42.59
%29.63

CMYK RENK MODELİ

#4B7350 rengi CMYK tonu (35,0,30,55).

  • camgöbeği tonu 34.78%
  • eflatun tonu 0.00%
  • sarı tonu 30.43%
  • ana renk tonu 54.90%
CMYK:
(35,0,30,55)
C35M0Y30K55 
(35%,0%,30%,55%)
(0.35/0.00/0.30/0.55)	

CMYK yüzdeleri

%34.78
%0
%30.43
%54.9

Codes

Color #4B7350 in popluar color models

4B7350
RGB7511580
HSL128°21.05%37.25%
HSB/HSV128°34.78%45.10%
CMYK34.78%0.00%30.43%
54.90%

Color #4B7350 in popluar number systems.

HEX4B7350
Decimal7511580
Binary100101111100111010000
Octal113163120

Shades and tints

Shades of #4B7350

#4B7350
(75,115,80)
#456949
(69,105,73)
#3F5F42
(63,95,66)
#39553B
(57,85,59)
#334B34
(51,75,52)
#2D412D
(45,65,45)
#273726
(39,55,38)
#212D1F
(33,45,31)
#1B2318
(27,35,24)
#151911
(21,25,17)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #4B7350

#4B7350
(75,115,80)
#5B7F5F
(91,127,95)
#6B8B6E
(107,139,110)
#7B977D
(123,151,125)
#8BA38C
(139,163,140)
#9BAF9B
(155,175,155)
#ABBBAA
(171,187,170)
#BBC7B9
(187,199,185)
#CBD3C8
(203,211,200)
#DBDFD7
(219,223,215)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7350; }

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

This text font color is #4B7350.


Background Color

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

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

This div background color is #4B7350.


Border color

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

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

This div border color is #4B7350.


Opacity

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

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

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

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

This text has shadow with #4B7350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7350 on black background.


Color preview on white background

This text has color #4B7350 on white background.



Black color preview on #4B7350 background

This text has black color on #4B7350 background.


White color preview on #4B7350 background

This text has white color on #4B7350 background.