COLOR #4B695F

HEX: #4B695F RGB: (75,105,95)

Color info

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

RGB color model

#4B695F color RGB value is (75,105,95).

RGB: (75,105,95) (29%, 41%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 95 of 255 = 37%

75
105
95

R + G + B ~ 36%. #4B695F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 105 + 95 = 275 (100%)
R 75 of 275 ~ 27.27%
G 105 of 275 ~ 38.18%
B 95 of 275 ~ 34.55'%

%27.27
%38.18
%34.55

CMYK color model

#4B695F color CMYK value is (29,0,10,59).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 58.82%

CMYK: (29,0,10,59)
C29M0Y10K59 (29%, 0%, 10%, 59%)
(0.29 / 0.00 / 0.10 / 0.59)

CMYK percentages

%28.57
%0
%9.52
%58.82

Codes

Color #4B695F in popluar color models

4B 69 5F
RGB 75 105 95
HSL 160° 16.67% 35.29%
HSB/HSV 160° 28.57% 41.18%
CMYK 28.57% 0.00% 9.52%
58.82%

Color #4B695F in popluar number systems.

HEX 4B 69 5F
Decimal 75 105 95
Binary 1001011 1101001 1011111
Octal 113 151 137

Shades and tints

Shades of #4B695F

#4B695F
(75,105,95)
#456057
(69,96,87)
#3F574F
(63,87,79)
#394E47
(57,78,71)
#33453F
(51,69,63)
#2D3C37
(45,60,55)
#27332F
(39,51,47)
#212A27
(33,42,39)
#1B211F
(27,33,31)
#151817
(21,24,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #4B695F

#4B695F
(75,105,95)
#5B766D
(91,118,109)
#6B837B
(107,131,123)
#7B9089
(123,144,137)
#8B9D97
(139,157,151)
#9BAAA5
(155,170,165)
#ABB7B3
(171,183,179)
#BBC4C1
(187,196,193)
#CBD1CF
(203,209,207)
#DBDEDD
(219,222,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B695F; }

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

This text font color is #4B695F.

Background Color

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

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

This div background color is #4B695F.

Border color

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

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

This div border color is #4B695F.

Opacity

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

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

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

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

This text has shadow with #4B695F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B695F.

Preview

Color preview on black background

This text has color #4B695F on black background.


Color preview on white background

This text has color #4B695F on white background.


Black color preview on #4B695F background

This text has black color on #4B695F background.


White color preview on #4B695F background

This text has white color on #4B695F background.


Related colors

Complementary color

Complementary color for #hex is #B496A0.


I love getcolorcode.com

Triadic colors

1 #5F4B69 and #695F4B with #4B695F are triadic colors.

2 #5F694B and #694B5F with #4B695F are triadic colors.