COLOR #4B6348

HEX: #4B6348
RGB: (75,99,72)

Renk bilgisi

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

RGB renk modeli

#4B6348 color RGB value is (75,99,72).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 99 of 255 = 39%
B 72 of 255 = 28%

75
99
72

R + G + B ~ 32%. #4B6348 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 99 + 72 = 246 (100%)
R 75 of 246 ~ 30.49%
G 99 of 246 ~ 40.24%
B 72 of 246 ~ 29.27%

%30.49
%40.24
%29.27

CMYK RENK MODELİ

#4B6348 rengi CMYK tonu (24,0,27,61).

  • camgöbeği tonu 24.24%
  • eflatun tonu 0.00%
  • sarı tonu 27.27%
  • ana renk tonu 61.18%
CMYK:
(24,0,27,61)
C24M0Y27K61 
(24%,0%,27%,61%)
(0.24/0.00/0.27/0.61)	

CMYK yüzdeleri

%24.24
%0
%27.27
%61.18

Codes

Color #4B6348 in popluar color models

4B6348
RGB759972
HSL113°15.79%33.53%
HSB/HSV113°27.27%38.82%
CMYK24.24%0.00%27.27%
61.18%

Color #4B6348 in popluar number systems.

HEX4B6348
Decimal759972
Binary100101111000111001000
Octal113143110

Shades and tints

Shades of #4B6348

#4B6348
(75,99,72)
#455A42
(69,90,66)
#3F513C
(63,81,60)
#394836
(57,72,54)
#333F30
(51,63,48)
#2D362A
(45,54,42)
#272D24
(39,45,36)
#21241E
(33,36,30)
#1B1B18
(27,27,24)
#151212
(21,18,18)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B6348

#4B6348
(75,99,72)
#5B7158
(91,113,88)
#6B7F68
(107,127,104)
#7B8D78
(123,141,120)
#8B9B88
(139,155,136)
#9BA998
(155,169,152)
#ABB7A8
(171,183,168)
#BBC5B8
(187,197,184)
#CBD3C8
(203,211,200)
#DBE1D8
(219,225,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6348; }

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

This text font color is #4B6348.


Background Color

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

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

This div background color is #4B6348.


Border color

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

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

This div border color is #4B6348.


Opacity

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

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

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

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

This text has shadow with #4B6348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6348 on black background.


Color preview on white background

This text has color #4B6348 on white background.



Black color preview on #4B6348 background

This text has black color on #4B6348 background.


White color preview on #4B6348 background

This text has white color on #4B6348 background.