COLOR #4B756A

HEX: #4B756A RGB: (75,117,106)

Color info

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

RGB color model

#4B756A color RGB value is (75,117,106).

RGB: (75,117,106) (29%, 46%, 42%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 106 of 255 = 42%

75
117
106

R + G + B ~ 39%. #4B756A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 117 + 106 = 298 (100%)
R 75 of 298 ~ 25.17%
G 117 of 298 ~ 39.26%
B 106 of 298 ~ 35.57'%

%25.17
%39.26
%35.57

CMYK color model

#4B756A color CMYK value is (36,0,9,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 54.12%

CMYK: (36,0,9,54)
C36M0Y9K54 (36%, 0%, 9%, 54%)
(0.36 / 0.00 / 0.09 / 0.54)

CMYK percentages

%35.9
%0
%9.4
%54.12

Codes

Color #4B756A in popluar color models

4B 75 6A
RGB 75 117 106
HSL 164° 21.88% 37.65%
HSB/HSV 164° 35.90% 45.88%
CMYK 35.90% 0.00% 9.40%
54.12%

Color #4B756A in popluar number systems.

HEX 4B 75 6A
Decimal 75 117 106
Binary 1001011 1110101 1101010
Octal 113 165 152

Shades and tints

Shades of #4B756A

#4B756A
(75,117,106)
#456B61
(69,107,97)
#3F6158
(63,97,88)
#39574F
(57,87,79)
#334D46
(51,77,70)
#2D433D
(45,67,61)
#273934
(39,57,52)
#212F2B
(33,47,43)
#1B2522
(27,37,34)
#151B19
(21,27,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #4B756A

#4B756A
(75,117,106)
#5B8177
(91,129,119)
#6B8D84
(107,141,132)
#7B9991
(123,153,145)
#8BA59E
(139,165,158)
#9BB1AB
(155,177,171)
#ABBDB8
(171,189,184)
#BBC9C5
(187,201,197)
#CBD5D2
(203,213,210)
#DBE1DF
(219,225,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B756A color. Also use rgb(75,117,106) instead hex code.

Text Font Color

.myTextColor { color: #4B756A; }

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

This text font color is #4B756A.

Background Color

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

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

This div background color is #4B756A.

Border color

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

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

This div border color is #4B756A.

Opacity

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

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

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

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

This text has shadow with #4B756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B756A.

Preview

Color preview on black background

This text has color #4B756A on black background.


Color preview on white background

This text has color #4B756A on white background.


Black color preview on #4B756A background

This text has black color on #4B756A background.


White color preview on #4B756A background

This text has white color on #4B756A background.


Related colors

Complementary color

Complementary color for #hex is #B48A95.


I love getcolorcode.com

Triadic colors

1 #6A4B75 and #756A4B with #4B756A are triadic colors.

2 #6A754B and #754B6A with #4B756A are triadic colors.