COLOR #4B7A69

HEX: #4B7A69
RGB: (75,122,105)

Color info

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

RGB color model

#4B7A69 color RGB value is (75,122,105).

  • red value is 75;
  • green value is 122;
  • blue value is 105.
RGB: (75,122,105) (29%,48%,41%)

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 105 of 255 = 41%

75
122
105

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

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 105 = 302 (100%)
R 75 of 302 ~ 24.83%
G 122 of 302 ~ 40.4%
B 105 of 302 ~ 34.77%

%24.83
%40.4
%34.77

CMYK color model

#4B7A69 color CMYK value is (39,0,14,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 52.16%
CMYK: (39,0,14,52) C39M0Y14K52 (39%,0%,14%,52%) (0.39/0.00/0.14/0.52)

CMYK percentages

%38.52
%0
%13.93
%52.16

Codes

Color #4B7A69 in popluar color models

4B7A69
RGB75122105
HSL158°23.86%38.63%
HSB/HSV158°38.52%47.84%
CMYK38.52%0.00%13.93%
52.16%

Color #4B7A69 in popluar number systems.

HEX4B7A69
Decimal75122105
Binary100101111110101101001
Octal113172151

Shades and tints

Shades of #4B7A69

#4B7A69
(75,122,105)
#456F60
(69,111,96)
#3F6457
(63,100,87)
#39594E
(57,89,78)
#334E45
(51,78,69)
#2D433C
(45,67,60)
#273833
(39,56,51)
#212D2A
(33,45,42)
#1B2221
(27,34,33)
#151718
(21,23,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #4B7A69

#4B7A69
(75,122,105)
#5B8676
(91,134,118)
#6B9283
(107,146,131)
#7B9E90
(123,158,144)
#8BAA9D
(139,170,157)
#9BB6AA
(155,182,170)
#ABC2B7
(171,194,183)
#BBCEC4
(187,206,196)
#CBDAD1
(203,218,209)
#DBE6DE
(219,230,222)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A69; }

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

This text font color is #4B7A69.


Background Color

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

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

This div background color is #4B7A69.


Border color

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

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

This div border color is #4B7A69.


Opacity

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

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

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

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

This text has shadow with #4B7A69 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B7A69 on black background.


Color preview on white background

This text has color #4B7A69 on white background.



Black color preview on #4B7A69 background

This text has black color on #4B7A69 background.


White color preview on #4B7A69 background

This text has white color on #4B7A69 background.