COLOR #4A826C

HEX: #4A826C
RGB: (74,130,108)

Color info

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

RGB color model

#4A826C color RGB value is (74,130,108).

  • red value is 74;
  • green value is 130;
  • blue value is 108.
RGB:
(74,130,108)
(29%,51%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 108 of 255 = 42%

74
130
108

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

Portions of RGB colors in percentages

R + G + B =
74 + 130 + 108 = 312 (100%)
R 74 of 312 ~ 23.72%
G 130 of 312 ~ 41.67%
B 108 of 312 ~ 34.62%

%23.72
%41.67
%34.62

CMYK color model

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

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(43,0,17,49)
C43M0Y17K49 
(43%,0%,17%,49%)
(0.43/0.00/0.17/0.49)	

CMYK percentages

%43.08
%0
%16.92
%49.02

Codes

Color #4A826C in popluar color models

4A826C
RGB74130108
HSL156°27.45%40.00%
HSB/HSV156°43.08%50.98%
CMYK43.08%0.00%16.92%
49.02%

Color #4A826C in popluar number systems.

HEX4A826C
Decimal74130108
Binary1001010100000101101100
Octal112202154

Shades and tints

Shades of #4A826C

#4A826C
(74,130,108)
#447763
(68,119,99)
#3E6C5A
(62,108,90)
#386151
(56,97,81)
#325648
(50,86,72)
#2C4B3F
(44,75,63)
#264036
(38,64,54)
#20352D
(32,53,45)
#1A2A24
(26,42,36)
#141F1B
(20,31,27)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #4A826C

#4A826C
(74,130,108)
#5A8D79
(90,141,121)
#6A9886
(106,152,134)
#7AA393
(122,163,147)
#8AAEA0
(138,174,160)
#9AB9AD
(154,185,173)
#AAC4BA
(170,196,186)
#BACFC7
(186,207,199)
#CADAD4
(202,218,212)
#DAE5E1
(218,229,225)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A826C color. Also use rgb(74,130,108) instead hex code.

Text Font Color

.myTextColor { color: #4A826C; }

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

This text font color is #4A826C.


Background Color

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

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

This div background color is #4A826C.


Border color

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

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

This div border color is #4A826C.


Opacity

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

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

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

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

This text has shadow with #4A826C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A826C on black background.


Color preview on white background

This text has color #4A826C on white background.



Black color preview on #4A826C background

This text has black color on #4A826C background.


White color preview on #4A826C background

This text has white color on #4A826C background.