COLOR #4B5131

HEX: #4B5131
RGB: (75,81,49)

Renk bilgisi

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

RGB renk modeli

#4B5131 color RGB value is (75,81,49).

  • kırmız ton 75;
  • yeşil ton 81;
  • mavi ton 49.
RGB:
(75,81,49)
(29%,32%,19%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 81 of 255 = 32%
B 49 of 255 = 19%

75
81
49

R + G + B ~ 27%. #4B5131 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 81 + 49 = 205 (100%)
R 75 of 205 ~ 36.59%
G 81 of 205 ~ 39.51%
B 49 of 205 ~ 23.9%

%36.59
%39.51
%23.9

CMYK RENK MODELİ

#4B5131 rengi CMYK tonu (7,0,40,68).

  • camgöbeği tonu 7.41%
  • eflatun tonu 0.00%
  • sarı tonu 39.51%
  • ana renk tonu 68.24%
CMYK:
(7,0,40,68)
C7M0Y40K68 
(7%,0%,40%,68%)
(0.07/0.00/0.40/0.68)	

CMYK yüzdeleri

%7.41
%0
%39.51
%68.24

Codes

Color #4B5131 in popluar color models

4B5131
RGB758149
HSL71°24.62%25.49%
HSB/HSV71°39.51%31.76%
CMYK7.41%0.00%39.51%
68.24%

Color #4B5131 in popluar number systems.

HEX4B5131
Decimal758149
Binary10010111010001110001
Octal11312161

Shades and tints

Shades of #4B5131

#4B5131
(75,81,49)
#454A2D
(69,74,45)
#3F4329
(63,67,41)
#393C25
(57,60,37)
#333521
(51,53,33)
#2D2E1D
(45,46,29)
#272719
(39,39,25)
#212015
(33,32,21)
#1B1911
(27,25,17)
#15120D
(21,18,13)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B5131

#4B5131
(75,81,49)
#5B6043
(91,96,67)
#6B6F55
(107,111,85)
#7B7E67
(123,126,103)
#8B8D79
(139,141,121)
#9B9C8B
(155,156,139)
#ABAB9D
(171,171,157)
#BBBAAF
(187,186,175)
#CBC9C1
(203,201,193)
#DBD8D3
(219,216,211)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5131; }

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

This text font color is #4B5131.


Background Color

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

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

This div background color is #4B5131.


Border color

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

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

This div border color is #4B5131.


Opacity

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

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

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

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

This text has shadow with #4B5131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5131 on black background.


Color preview on white background

This text has color #4B5131 on white background.



Black color preview on #4B5131 background

This text has black color on #4B5131 background.


White color preview on #4B5131 background

This text has white color on #4B5131 background.