COLOR #4B5347

HEX: #4B5347
RGB: (75,83,71)

Renk bilgisi

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

RGB renk modeli

#4B5347 color RGB value is (75,83,71).

  • kırmız ton 75;
  • yeşil ton 83;
  • mavi ton 71.
RGB:
(75,83,71)
(29%,33%,28%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 83 of 255 = 33%
B 71 of 255 = 28%

75
83
71

R + G + B ~ 30%. #4B5347 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 83 + 71 = 229 (100%)
R 75 of 229 ~ 32.75%
G 83 of 229 ~ 36.24%
B 71 of 229 ~ 31%

%32.75
%36.24
%31

CMYK RENK MODELİ

#4B5347 rengi CMYK tonu (10,0,14,67).

  • camgöbeği tonu 9.64%
  • eflatun tonu 0.00%
  • sarı tonu 14.46%
  • ana renk tonu 67.45%
CMYK:
(10,0,14,67)
C10M0Y14K67 
(10%,0%,14%,67%)
(0.10/0.00/0.14/0.67)	

CMYK yüzdeleri

%9.64
%0
%14.46
%67.45

Codes

Color #4B5347 in popluar color models

4B5347
RGB758371
HSL100°7.79%30.20%
HSB/HSV100°14.46%32.55%
CMYK9.64%0.00%14.46%
67.45%

Color #4B5347 in popluar number systems.

HEX4B5347
Decimal758371
Binary100101110100111000111
Octal113123107

Shades and tints

Shades of #4B5347

#4B5347
(75,83,71)
#454C41
(69,76,65)
#3F453B
(63,69,59)
#393E35
(57,62,53)
#33372F
(51,55,47)
#2D3029
(45,48,41)
#272923
(39,41,35)
#21221D
(33,34,29)
#1B1B17
(27,27,23)
#151411
(21,20,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #4B5347

#4B5347
(75,83,71)
#5B6257
(91,98,87)
#6B7167
(107,113,103)
#7B8077
(123,128,119)
#8B8F87
(139,143,135)
#9B9E97
(155,158,151)
#ABADA7
(171,173,167)
#BBBCB7
(187,188,183)
#CBCBC7
(203,203,199)
#DBDAD7
(219,218,215)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5347 color. Also use rgb(75,83,71) instead hex code.

Text Font Color

.myTextColor { color: #4B5347; }

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

This text font color is #4B5347.


Background Color

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

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

This div background color is #4B5347.


Border color

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

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

This div border color is #4B5347.


Opacity

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

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

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

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

This text has shadow with #4B5347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5347 on black background.


Color preview on white background

This text has color #4B5347 on white background.



Black color preview on #4B5347 background

This text has black color on #4B5347 background.


White color preview on #4B5347 background

This text has white color on #4B5347 background.