COLOR #4B696B

HEX: #4B696B RGB: (75,105,107)

Color info

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

RGB color model

#4B696B color RGB value is (75,105,107).

RGB: (75,105,107) (29%, 41%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 107 of 255 = 42%

75
105
107

R + G + B ~ 37%. #4B696B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 105 + 107 = 287 (100%)
R 75 of 287 ~ 26.13%
G 105 of 287 ~ 36.59%
B 107 of 287 ~ 37.28'%

%26.13
%36.59
%37.28

CMYK color model

#4B696B color CMYK value is (30,2,0,58).

  • cyan value is 29.91%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (30,2,0,58)
C30M2Y0K58 (30%, 2%, 0%, 58%)
(0.30 / 0.02 / 0.00 / 0.58)

CMYK percentages

%29.91
%1.87
%0
%58.04

Codes

Color #4B696B in popluar color models

4B 69 6B
RGB 75 105 107
HSL 184° 17.58% 35.69%
HSB/HSV 184° 29.91% 41.96%
CMYK 29.91% 1.87% 0.00%
58.04%

Color #4B696B in popluar number systems.

HEX 4B 69 6B
Decimal 75 105 107
Binary 1001011 1101001 1101011
Octal 113 151 153

Shades and tints

Shades of #4B696B

#4B696B
(75,105,107)
#456062
(69,96,98)
#3F5759
(63,87,89)
#394E50
(57,78,80)
#334547
(51,69,71)
#2D3C3E
(45,60,62)
#273335
(39,51,53)
#212A2C
(33,42,44)
#1B2123
(27,33,35)
#15181A
(21,24,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B696B

#4B696B
(75,105,107)
#5B7678
(91,118,120)
#6B8385
(107,131,133)
#7B9092
(123,144,146)
#8B9D9F
(139,157,159)
#9BAAAC
(155,170,172)
#ABB7B9
(171,183,185)
#BBC4C6
(187,196,198)
#CBD1D3
(203,209,211)
#DBDEE0
(219,222,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B696B color. Also use rgb(75,105,107) instead hex code.

Text Font Color

.myTextColor { color: #4B696B; }

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

This text font color is #4B696B.

Background Color

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

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

This div background color is #4B696B.

Border color

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

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

This div border color is #4B696B.

Opacity

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

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

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

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

This text has shadow with #4B696B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B696B.

Preview

Color preview on black background

This text has color #4B696B on black background.


Color preview on white background

This text has color #4B696B on white background.


Black color preview on #4B696B background

This text has black color on #4B696B background.


White color preview on #4B696B background

This text has white color on #4B696B background.


Related colors

Complementary color

Complementary color for #hex is #B49694.


I love getcolorcode.com

Triadic colors

1 #6B4B69 and #696B4B with #4B696B are triadic colors.

2 #6B694B and #694B6B with #4B696B are triadic colors.