COLOR #4B6248

HEX: #4B6248
RGB: (75,98,72)

Renk bilgisi

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

RGB renk modeli

#4B6248 color RGB value is (75,98,72).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 98 of 255 = 38%
B 72 of 255 = 28%

75
98
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 98 + 72 = 245 (100%)
R 75 of 245 ~ 30.61%
G 98 of 245 ~ 40%
B 72 of 245 ~ 29.39%

%30.61
%40
%29.39

CMYK RENK MODELİ

#4B6248 rengi CMYK tonu (23,0,27,62).

  • camgöbeği tonu 23.47%
  • eflatun tonu 0.00%
  • sarı tonu 26.53%
  • ana renk tonu 61.57%
CMYK:
(23,0,27,62)
C23M0Y27K62 
(23%,0%,27%,62%)
(0.23/0.00/0.27/0.62)	

CMYK yüzdeleri

%23.47
%0
%26.53
%61.57

Codes

Color #4B6248 in popluar color models

4B6248
RGB759872
HSL113°15.29%33.33%
HSB/HSV113°26.53%38.43%
CMYK23.47%0.00%26.53%
61.57%

Color #4B6248 in popluar number systems.

HEX4B6248
Decimal759872
Binary100101111000101001000
Octal113142110

Shades and tints

Shades of #4B6248

#4B6248
(75,98,72)
#455A42
(69,90,66)
#3F523C
(63,82,60)
#394A36
(57,74,54)
#334230
(51,66,48)
#2D3A2A
(45,58,42)
#273224
(39,50,36)
#212A1E
(33,42,30)
#1B2218
(27,34,24)
#151A12
(21,26,18)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #4B6248

#4B6248
(75,98,72)
#5B7058
(91,112,88)
#6B7E68
(107,126,104)
#7B8C78
(123,140,120)
#8B9A88
(139,154,136)
#9BA898
(155,168,152)
#ABB6A8
(171,182,168)
#BBC4B8
(187,196,184)
#CBD2C8
(203,210,200)
#DBE0D8
(219,224,216)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6248; }

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

This text font color is #4B6248.


Background Color

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

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

This div background color is #4B6248.


Border color

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

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

This div border color is #4B6248.


Opacity

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

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

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

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

This text has shadow with #4B6248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6248 on black background.


Color preview on white background

This text has color #4B6248 on white background.



Black color preview on #4B6248 background

This text has black color on #4B6248 background.


White color preview on #4B6248 background

This text has white color on #4B6248 background.