COLOR #4B765E

HEX: #4B765E RGB: (75,118,94)

Color info

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

RGB color model

#4B765E color RGB value is (75,118,94).

RGB: (75,118,94) (29%, 46%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 118 of 255 = 46%
B 94 of 255 = 37%

75
118
94

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

Portions of RGB colors in percentages

R + G + B = 75 + 118 + 94 = 287 (100%)
R 75 of 287 ~ 26.13%
G 118 of 287 ~ 41.11%
B 94 of 287 ~ 32.75'%

%26.13
%41.11
%32.75

CMYK color model

#4B765E color CMYK value is (36,0,20,54).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 53.73%

CMYK: (36,0,20,54)
C36M0Y20K54 (36%, 0%, 20%, 54%)
(0.36 / 0.00 / 0.20 / 0.54)

CMYK percentages

%36.44
%0
%20.34
%53.73

Codes

Color #4B765E in popluar color models

4B 76 5E
RGB 75 118 94
HSL 147° 22.28% 37.84%
HSB/HSV 147° 36.44% 46.27%
CMYK 36.44% 0.00% 20.34%
53.73%

Color #4B765E in popluar number systems.

HEX 4B 76 5E
Decimal 75 118 94
Binary 1001011 1110110 1011110
Octal 113 166 136

Shades and tints

Shades of #4B765E

#4B765E
(75,118,94)
#456C56
(69,108,86)
#3F624E
(63,98,78)
#395846
(57,88,70)
#334E3E
(51,78,62)
#2D4436
(45,68,54)
#273A2E
(39,58,46)
#213026
(33,48,38)
#1B261E
(27,38,30)
#151C16
(21,28,22)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #4B765E

#4B765E
(75,118,94)
#5B826C
(91,130,108)
#6B8E7A
(107,142,122)
#7B9A88
(123,154,136)
#8BA696
(139,166,150)
#9BB2A4
(155,178,164)
#ABBEB2
(171,190,178)
#BBCAC0
(187,202,192)
#CBD6CE
(203,214,206)
#DBE2DC
(219,226,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B765E color. Also use rgb(75,118,94) instead hex code.

Text Font Color

.myTextColor { color: #4B765E; }

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

This text font color is #4B765E.

Background Color

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

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

This div background color is #4B765E.

Border color

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

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

This div border color is #4B765E.

Opacity

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

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

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

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

This text has shadow with #4B765E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B765E.

Preview

Color preview on black background

This text has color #4B765E on black background.


Color preview on white background

This text has color #4B765E on white background.


Black color preview on #4B765E background

This text has black color on #4B765E background.


White color preview on #4B765E background

This text has white color on #4B765E background.


Related colors

Complementary color

Complementary color for #hex is #B489A1.


I love getcolorcode.com

Triadic colors

1 #5E4B76 and #765E4B with #4B765E are triadic colors.

2 #5E764B and #764B5E with #4B765E are triadic colors.