COLOR #4B6459

HEX: #4B6459
RGB: (75,100,89)

Renk bilgisi

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

RGB renk modeli

#4B6459 color RGB value is (75,100,89).

  • kırmız ton 75;
  • yeşil ton 100;
  • mavi ton 89.
RGB:
(75,100,89)
(29%,39%,35%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 100 of 255 = 39%
B 89 of 255 = 35%

75
100
89

R + G + B ~ 34%. #4B6459 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 100 + 89 = 264 (100%)
R 75 of 264 ~ 28.41%
G 100 of 264 ~ 37.88%
B 89 of 264 ~ 33.71%

%28.41
%37.88
%33.71

CMYK RENK MODELİ

#4B6459 rengi CMYK tonu (25,0,11,61).

  • camgöbeği tonu 25.00%
  • eflatun tonu 0.00%
  • sarı tonu 11.00%
  • ana renk tonu 60.78%
CMYK:
(25,0,11,61)
C25M0Y11K61 
(25%,0%,11%,61%)
(0.25/0.00/0.11/0.61)	

CMYK yüzdeleri

%25
%0
%11
%60.78

Codes

Color #4B6459 in popluar color models

4B6459
RGB7510089
HSL154°14.29%34.31%
HSB/HSV154°25.00%39.22%
CMYK25.00%0.00%11.00%
60.78%

Color #4B6459 in popluar number systems.

HEX4B6459
Decimal7510089
Binary100101111001001011001
Octal113144131

Shades and tints

Shades of #4B6459

#4B6459
(75,100,89)
#455B51
(69,91,81)
#3F5249
(63,82,73)
#394941
(57,73,65)
#334039
(51,64,57)
#2D3731
(45,55,49)
#272E29
(39,46,41)
#212521
(33,37,33)
#1B1C19
(27,28,25)
#151311
(21,19,17)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #4B6459

#4B6459
(75,100,89)
#5B7268
(91,114,104)
#6B8077
(107,128,119)
#7B8E86
(123,142,134)
#8B9C95
(139,156,149)
#9BAAA4
(155,170,164)
#ABB8B3
(171,184,179)
#BBC6C2
(187,198,194)
#CBD4D1
(203,212,209)
#DBE2E0
(219,226,224)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6459 color. Also use rgb(75,100,89) instead hex code.

Text Font Color

.myTextColor { color: #4B6459; }

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

This text font color is #4B6459.


Background Color

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

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

This div background color is #4B6459.


Border color

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

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

This div border color is #4B6459.


Opacity

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

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

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

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

This text has shadow with #4B6459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6459 on black background.


Color preview on white background

This text has color #4B6459 on white background.



Black color preview on #4B6459 background

This text has black color on #4B6459 background.


White color preview on #4B6459 background

This text has white color on #4B6459 background.