COLOR #4B8383

HEX: #4B8383
RGB: (75,131,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
131
131

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

Portions of RGB colors in percentages

R + G + B =
75 + 131 + 131 = 337 (100%)
R 75 of 337 ~ 22.26%
G 131 of 337 ~ 38.87%
B 131 of 337 ~ 38.87%

%22.26
%38.87
%38.87

CMYK color model

#4B8383 color CMYK value is (43,0,0,49).

  • cyan value is 42.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(43,0,0,49)
C43M0Y0K49 
(43%,0%,0%,49%)
(0.43/0.00/0.00/0.49)	

CMYK percentages

%42.75
%0
%0
%48.63

Codes

Color #4B8383 in popluar color models

4B8383
RGB75131131
HSL180°27.18%40.39%
HSB/HSV180°42.75%51.37%
CMYK42.75%0.00%0.00%
48.63%

Color #4B8383 in popluar number systems.

HEX4B8383
Decimal75131131
Binary10010111000001110000011
Octal113203203

Shades and tints

Shades of #4B8383

#4B8383
(75,131,131)
#457878
(69,120,120)
#3F6D6D
(63,109,109)
#396262
(57,98,98)
#335757
(51,87,87)
#2D4C4C
(45,76,76)
#274141
(39,65,65)
#213636
(33,54,54)
#1B2B2B
(27,43,43)
#152020
(21,32,32)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #4B8383

#4B8383
(75,131,131)
#5B8E8E
(91,142,142)
#6B9999
(107,153,153)
#7BA4A4
(123,164,164)
#8BAFAF
(139,175,175)
#9BBABA
(155,186,186)
#ABC5C5
(171,197,197)
#BBD0D0
(187,208,208)
#CBDBDB
(203,219,219)
#DBE6E6
(219,230,230)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8383; }

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

This text font color is #4B8383.


Background Color

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

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

This div background color is #4B8383.


Border color

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

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

This div border color is #4B8383.


Opacity

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

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

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

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

This text has shadow with #4B8383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8383 on black background.


Color preview on white background

This text has color #4B8383 on white background.



Black color preview on #4B8383 background

This text has black color on #4B8383 background.


White color preview on #4B8383 background

This text has white color on #4B8383 background.