COLOR #4A8681

HEX: #4A8681
RGB: (74,134,129)

Color info

#4A8681 contains mainly green and blue colors. Web safe color of #4A8681 is #339999 (or #399).

RGB color model

#4A8681 color RGB value is (74,134,129).

  • red value is 74;
  • green value is 134;
  • blue value is 129.
RGB:
(74,134,129)
(29%,53%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 134 of 255 = 53%
B 129 of 255 = 51%

74
134
129

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

Portions of RGB colors in percentages

R + G + B =
74 + 134 + 129 = 337 (100%)
R 74 of 337 ~ 21.96%
G 134 of 337 ~ 39.76%
B 129 of 337 ~ 38.28%

%21.96
%39.76
%38.28

CMYK color model

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

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(45,0,4,47)
C45M0Y4K47 
(45%,0%,4%,47%)
(0.45/0.00/0.04/0.47)	

CMYK percentages

%44.78
%0
%3.73
%47.45

Codes

Color #4A8681 in popluar color models

4A8681
RGB74134129
HSL175°28.85%40.78%
HSB/HSV175°44.78%52.55%
CMYK44.78%0.00%3.73%
47.45%

Color #4A8681 in popluar number systems.

HEX4A8681
Decimal74134129
Binary10010101000011010000001
Octal112206201

Shades and tints

Shades of #4A8681

#4A8681
(74,134,129)
#447A76
(68,122,118)
#3E6E6B
(62,110,107)
#386260
(56,98,96)
#325655
(50,86,85)
#2C4A4A
(44,74,74)
#263E3F
(38,62,63)
#203234
(32,50,52)
#1A2629
(26,38,41)
#141A1E
(20,26,30)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #4A8681

#4A8681
(74,134,129)
#5A918C
(90,145,140)
#6A9C97
(106,156,151)
#7AA7A2
(122,167,162)
#8AB2AD
(138,178,173)
#9ABDB8
(154,189,184)
#AAC8C3
(170,200,195)
#BAD3CE
(186,211,206)
#CADED9
(202,222,217)
#DAE9E4
(218,233,228)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8681 color. Also use rgb(74,134,129) instead hex code.

Text Font Color

.myTextColor { color: #4A8681; }

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

This text font color is #4A8681.


Background Color

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

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

This div background color is #4A8681.


Border color

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

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

This div border color is #4A8681.


Opacity

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

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

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

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

This text has shadow with #4A8681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8681 on black background.


Color preview on white background

This text has color #4A8681 on white background.



Black color preview on #4A8681 background

This text has black color on #4A8681 background.


White color preview on #4A8681 background

This text has white color on #4A8681 background.