COLOR #4B6259

HEX: #4B6259
RGB: (75,98,89)

Color info

#4B6259 contains red, green and blue colors in about the same proportion. Web safe color of #4B6259 is #336666 (or #366).

RGB color model

#4B6259 color RGB value is (75,98,89).

  • red value is 75;
  • green value is 98;
  • blue value is 89.
RGB:
(75,98,89)
(29%,38%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 89 of 255 = 35%

75
98
89

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

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 89 = 262 (100%)
R 75 of 262 ~ 28.63%
G 98 of 262 ~ 37.4%
B 89 of 262 ~ 33.97%

%28.63
%37.4
%33.97

CMYK color model

#4B6259 color CMYK value is (23,0,9,62).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(23,0,9,62)
C23M0Y9K62 
(23%,0%,9%,62%)
(0.23/0.00/0.09/0.62)	

CMYK percentages

%23.47
%0
%9.18
%61.57

Codes

Color #4B6259 in popluar color models

4B6259
RGB759889
HSL157°13.29%33.92%
HSB/HSV157°23.47%38.43%
CMYK23.47%0.00%9.18%
61.57%

Color #4B6259 in popluar number systems.

HEX4B6259
Decimal759889
Binary100101111000101011001
Octal113142131

Shades and tints

Shades of #4B6259

#4B6259
(75,98,89)
#455A51
(69,90,81)
#3F5249
(63,82,73)
#394A41
(57,74,65)
#334239
(51,66,57)
#2D3A31
(45,58,49)
#273229
(39,50,41)
#212A21
(33,42,33)
#1B2219
(27,34,25)
#151A11
(21,26,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #4B6259

#4B6259
(75,98,89)
#5B7068
(91,112,104)
#6B7E77
(107,126,119)
#7B8C86
(123,140,134)
#8B9A95
(139,154,149)
#9BA8A4
(155,168,164)
#ABB6B3
(171,182,179)
#BBC4C2
(187,196,194)
#CBD2D1
(203,210,209)
#DBE0E0
(219,224,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6259; }

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

This text font color is #4B6259.


Background Color

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

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

This div background color is #4B6259.


Border color

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

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

This div border color is #4B6259.


Opacity

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

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

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

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

This text has shadow with #4B6259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6259 on black background.


Color preview on white background

This text has color #4B6259 on white background.



Black color preview on #4B6259 background

This text has black color on #4B6259 background.


White color preview on #4B6259 background

This text has white color on #4B6259 background.