COLOR #4B8384

HEX: #4B8384
RGB: (75,131,132)

Color info

#4B8384 contains red, green and blue colors in about the same proportion. Web safe color of #4B8384 is #339999 (or #399).

RGB color model

#4B8384 color RGB value is (75,131,132).

  • red value is 75;
  • green value is 131;
  • blue value is 132.
RGB:
(75,131,132)
(29%,51%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 131 of 255 = 51%
B 132 of 255 = 52%

75
131
132

R + G + B ~ 44%. #4B8384 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 131 + 132 = 338 (100%)
R 75 of 338 ~ 22.19%
G 131 of 338 ~ 38.76%
B 132 of 338 ~ 39.05%

%22.19
%38.76
%39.05

CMYK color model

#4B8384 color CMYK value is (43,1,0,48).

  • cyan value is 43.18%
  • magenta value is 0.76%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(43,1,0,48)
C43M1Y0K48 
(43%,1%,0%,48%)
(0.43/0.01/0.00/0.48)	

CMYK percentages

%43.18
%0.76
%0
%48.24

Codes

Color #4B8384 in popluar color models

4B8384
RGB75131132
HSL181°27.54%40.59%
HSB/HSV181°43.18%51.76%
CMYK43.18%0.76%0.00%
48.24%

Color #4B8384 in popluar number systems.

HEX4B8384
Decimal75131132
Binary10010111000001110000100
Octal113203204

Shades and tints

Shades of #4B8384

#4B8384
(75,131,132)
#457878
(69,120,120)
#3F6D6C
(63,109,108)
#396260
(57,98,96)
#335754
(51,87,84)
#2D4C48
(45,76,72)
#27413C
(39,65,60)
#213630
(33,54,48)
#1B2B24
(27,43,36)
#152018
(21,32,24)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #4B8384

#4B8384
(75,131,132)
#5B8E8F
(91,142,143)
#6B999A
(107,153,154)
#7BA4A5
(123,164,165)
#8BAFB0
(139,175,176)
#9BBABB
(155,186,187)
#ABC5C6
(171,197,198)
#BBD0D1
(187,208,209)
#CBDBDC
(203,219,220)
#DBE6E7
(219,230,231)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8384 color. Also use rgb(75,131,132) instead hex code.

Text Font Color

.myTextColor { color: #4B8384; }

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

This text font color is #4B8384.


Background Color

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

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

This div background color is #4B8384.


Border color

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

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

This div border color is #4B8384.


Opacity

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

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

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

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

This text has shadow with #4B8384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8384 on black background.


Color preview on white background

This text has color #4B8384 on white background.



Black color preview on #4B8384 background

This text has black color on #4B8384 background.


White color preview on #4B8384 background

This text has white color on #4B8384 background.