COLOR #4B7471

HEX: #4B7471
RGB: (75,116,113)

Color info

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

RGB color model

#4B7471 color RGB value is (75,116,113).

  • red value is 75;
  • green value is 116;
  • blue value is 113.
RGB:
(75,116,113)
(29%,45%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 116 of 255 = 45%
B 113 of 255 = 44%

75
116
113

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

Portions of RGB colors in percentages

R + G + B =
75 + 116 + 113 = 304 (100%)
R 75 of 304 ~ 24.67%
G 116 of 304 ~ 38.16%
B 113 of 304 ~ 37.17%

%24.67
%38.16
%37.17

CMYK color model

#4B7471 color CMYK value is (35,0,3,55).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(35,0,3,55)
C35M0Y3K55 
(35%,0%,3%,55%)
(0.35/0.00/0.03/0.55)	

CMYK percentages

%35.34
%0
%2.59
%54.51

Codes

Color #4B7471 in popluar color models

4B7471
RGB75116113
HSL176°21.47%37.45%
HSB/HSV176°35.34%45.49%
CMYK35.34%0.00%2.59%
54.51%

Color #4B7471 in popluar number systems.

HEX4B7471
Decimal75116113
Binary100101111101001110001
Octal113164161

Shades and tints

Shades of #4B7471

#4B7471
(75,116,113)
#456A67
(69,106,103)
#3F605D
(63,96,93)
#395653
(57,86,83)
#334C49
(51,76,73)
#2D423F
(45,66,63)
#273835
(39,56,53)
#212E2B
(33,46,43)
#1B2421
(27,36,33)
#151A17
(21,26,23)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #4B7471

#4B7471
(75,116,113)
#5B807D
(91,128,125)
#6B8C89
(107,140,137)
#7B9895
(123,152,149)
#8BA4A1
(139,164,161)
#9BB0AD
(155,176,173)
#ABBCB9
(171,188,185)
#BBC8C5
(187,200,197)
#CBD4D1
(203,212,209)
#DBE0DD
(219,224,221)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7471 color. Also use rgb(75,116,113) instead hex code.

Text Font Color

.myTextColor { color: #4B7471; }

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

This text font color is #4B7471.


Background Color

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

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

This div background color is #4B7471.


Border color

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

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

This div border color is #4B7471.


Opacity

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

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

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

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

This text has shadow with #4B7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7471 on black background.


Color preview on white background

This text has color #4B7471 on white background.



Black color preview on #4B7471 background

This text has black color on #4B7471 background.


White color preview on #4B7471 background

This text has white color on #4B7471 background.