COLOR #4B7463

HEX: #4B7463
RGB: (75,116,99)

Color info

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

RGB color model

#4B7463 color RGB value is (75,116,99).

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

RGB channels and saturation

R 75 of 255 = 29%
G 116 of 255 = 45%
B 99 of 255 = 39%

75
116
99

R + G + B ~ 38%. #4B7463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 116 + 99 = 290 (100%)
R 75 of 290 ~ 25.86%
G 116 of 290 ~ 40%
B 99 of 290 ~ 34.14%

%25.86
%40
%34.14

CMYK color model

#4B7463 color CMYK value is (35,0,15,55).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(35,0,15,55)
C35M0Y15K55 
(35%,0%,15%,55%)
(0.35/0.00/0.15/0.55)	

CMYK percentages

%35.34
%0
%14.66
%54.51

Codes

Color #4B7463 in popluar color models

4B7463
RGB7511699
HSL155°21.47%37.45%
HSB/HSV155°35.34%45.49%
CMYK35.34%0.00%14.66%
54.51%

Color #4B7463 in popluar number systems.

HEX4B7463
Decimal7511699
Binary100101111101001100011
Octal113164143

Shades and tints

Shades of #4B7463

#4B7463
(75,116,99)
#456A5A
(69,106,90)
#3F6051
(63,96,81)
#395648
(57,86,72)
#334C3F
(51,76,63)
#2D4236
(45,66,54)
#27382D
(39,56,45)
#212E24
(33,46,36)
#1B241B
(27,36,27)
#151A12
(21,26,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #4B7463

#4B7463
(75,116,99)
#5B8071
(91,128,113)
#6B8C7F
(107,140,127)
#7B988D
(123,152,141)
#8BA49B
(139,164,155)
#9BB0A9
(155,176,169)
#ABBCB7
(171,188,183)
#BBC8C5
(187,200,197)
#CBD4D3
(203,212,211)
#DBE0E1
(219,224,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7463; }

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

This text font color is #4B7463.


Background Color

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

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

This div background color is #4B7463.


Border color

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

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

This div border color is #4B7463.


Opacity

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

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

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

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

This text has shadow with #4B7463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7463 on black background.


Color preview on white background

This text has color #4B7463 on white background.



Black color preview on #4B7463 background

This text has black color on #4B7463 background.


White color preview on #4B7463 background

This text has white color on #4B7463 background.