COLOR #4B827D

HEX: #4B827D
RGB: (75,130,125)

Color info

#4B827D contains red, green and blue colors in about the same proportion. Web safe color of #4B827D is #339966 (or #396).

RGB color model

#4B827D color RGB value is (75,130,125).

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

RGB channels and saturation

R 75 of 255 = 29%
G 130 of 255 = 51%
B 125 of 255 = 49%

75
130
125

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

Portions of RGB colors in percentages

R + G + B =
75 + 130 + 125 = 330 (100%)
R 75 of 330 ~ 22.73%
G 130 of 330 ~ 39.39%
B 125 of 330 ~ 37.88%

%22.73
%39.39
%37.88

CMYK color model

#4B827D color CMYK value is (42,0,4,49).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(42,0,4,49)
C42M0Y4K49 
(42%,0%,4%,49%)
(0.42/0.00/0.04/0.49)	

CMYK percentages

%42.31
%0
%3.85
%49.02

Codes

Color #4B827D in popluar color models

4B827D
RGB75130125
HSL175°26.83%40.20%
HSB/HSV175°42.31%50.98%
CMYK42.31%0.00%3.85%
49.02%

Color #4B827D in popluar number systems.

HEX4B827D
Decimal75130125
Binary1001011100000101111101
Octal113202175

Shades and tints

Shades of #4B827D

#4B827D
(75,130,125)
#457772
(69,119,114)
#3F6C67
(63,108,103)
#39615C
(57,97,92)
#335651
(51,86,81)
#2D4B46
(45,75,70)
#27403B
(39,64,59)
#213530
(33,53,48)
#1B2A25
(27,42,37)
#151F1A
(21,31,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #4B827D

#4B827D
(75,130,125)
#5B8D88
(91,141,136)
#6B9893
(107,152,147)
#7BA39E
(123,163,158)
#8BAEA9
(139,174,169)
#9BB9B4
(155,185,180)
#ABC4BF
(171,196,191)
#BBCFCA
(187,207,202)
#CBDAD5
(203,218,213)
#DBE5E0
(219,229,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B827D; }

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

This text font color is #4B827D.


Background Color

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

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

This div background color is #4B827D.


Border color

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

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

This div border color is #4B827D.


Opacity

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

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

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

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

This text has shadow with #4B827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B827D on black background.


Color preview on white background

This text has color #4B827D on white background.



Black color preview on #4B827D background

This text has black color on #4B827D background.


White color preview on #4B827D background

This text has white color on #4B827D background.