COLOR #4B8865

HEX: #4B8865
RGB: (75,136,101)

Color info

#4B8865 contains mainly green and blue colors. Web safe color of #4B8865 is #339966 (or #396).

RGB color model

#4B8865 color RGB value is (75,136,101).

  • red value is 75;
  • green value is 136;
  • blue value is 101.
RGB:
(75,136,101)
(29%,53%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 101 of 255 = 40%

75
136
101

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

Portions of RGB colors in percentages

R + G + B =
75 + 136 + 101 = 312 (100%)
R 75 of 312 ~ 24.04%
G 136 of 312 ~ 43.59%
B 101 of 312 ~ 32.37%

%24.04
%43.59
%32.37

CMYK color model

#4B8865 color CMYK value is (45,0,26,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(45,0,26,47)
C45M0Y26K47 
(45%,0%,26%,47%)
(0.45/0.00/0.26/0.47)	

CMYK percentages

%44.85
%0
%25.74
%46.67

Codes

Color #4B8865 in popluar color models

4B8865
RGB75136101
HSL146°28.91%41.37%
HSB/HSV146°44.85%53.33%
CMYK44.85%0.00%25.74%
46.67%

Color #4B8865 in popluar number systems.

HEX4B8865
Decimal75136101
Binary1001011100010001100101
Octal113210145

Shades and tints

Shades of #4B8865

#4B8865
(75,136,101)
#457C5C
(69,124,92)
#3F7053
(63,112,83)
#39644A
(57,100,74)
#335841
(51,88,65)
#2D4C38
(45,76,56)
#27402F
(39,64,47)
#213426
(33,52,38)
#1B281D
(27,40,29)
#151C14
(21,28,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #4B8865

#4B8865
(75,136,101)
#5B9273
(91,146,115)
#6B9C81
(107,156,129)
#7BA68F
(123,166,143)
#8BB09D
(139,176,157)
#9BBAAB
(155,186,171)
#ABC4B9
(171,196,185)
#BBCEC7
(187,206,199)
#CBD8D5
(203,216,213)
#DBE2E3
(219,226,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8865; }

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

This text font color is #4B8865.


Background Color

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

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

This div background color is #4B8865.


Border color

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

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

This div border color is #4B8865.


Opacity

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

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

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

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

This text has shadow with #4B8865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8865 on black background.


Color preview on white background

This text has color #4B8865 on white background.



Black color preview on #4B8865 background

This text has black color on #4B8865 background.


White color preview on #4B8865 background

This text has white color on #4B8865 background.