COLOR #48826B

HEX: #48826B
RGB: (72,130,107)

Color info

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

RGB color model

#48826B color RGB value is (72,130,107).

  • red value is 72;
  • green value is 130;
  • blue value is 107.
RGB:
(72,130,107)
(28%,51%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 107 of 255 = 42%

72
130
107

R + G + B ~ 40%. #48826B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 130 + 107 = 309 (100%)
R 72 of 309 ~ 23.3%
G 130 of 309 ~ 42.07%
B 107 of 309 ~ 34.63%

%23.3
%42.07
%34.63

CMYK color model

#48826B color CMYK value is (45,0,18,49).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(45,0,18,49)
C45M0Y18K49 
(45%,0%,18%,49%)
(0.45/0.00/0.18/0.49)	

CMYK percentages

%44.62
%0
%17.69
%49.02

Codes

Color #48826B in popluar color models

48826B
RGB72130107
HSL156°28.71%39.61%
HSB/HSV156°44.62%50.98%
CMYK44.62%0.00%17.69%
49.02%

Color #48826B in popluar number systems.

HEX48826B
Decimal72130107
Binary1001000100000101101011
Octal110202153

Shades and tints

Shades of #48826B

#48826B
(72,130,107)
#427762
(66,119,98)
#3C6C59
(60,108,89)
#366150
(54,97,80)
#305647
(48,86,71)
#2A4B3E
(42,75,62)
#244035
(36,64,53)
#1E352C
(30,53,44)
#182A23
(24,42,35)
#121F1A
(18,31,26)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #48826B

#48826B
(72,130,107)
#588D78
(88,141,120)
#689885
(104,152,133)
#78A392
(120,163,146)
#88AE9F
(136,174,159)
#98B9AC
(152,185,172)
#A8C4B9
(168,196,185)
#B8CFC6
(184,207,198)
#C8DAD3
(200,218,211)
#D8E5E0
(216,229,224)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48826B color. Also use rgb(72,130,107) instead hex code.

Text Font Color

.myTextColor { color: #48826B; }

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

This text font color is #48826B.


Background Color

.myBgColor { background-color: #48826B; }

<div style="background-color:#48826B">Inner text</div>

This div background color is #48826B.


Border color

.myBorderColor { border: 1px solid #48826B; }

<div style="border:3px solid #48826B">Div</div>

This div border color is #48826B.


Opacity

.myOpacity80 { color: #48826B; opacity: 0.8; }

<p style="color:#48826B;opacity:0.8;">80%</p>

Text with #48826B 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 #48826B;}

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

This text has shadow with #48826B color.

.textShadow {text-shadow: 3px 3px 1px #48826B, 3px 3px 1px red;}

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

This text has shadow with #48826B primary color and red secondary color.


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

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

This text has shadow with #48826B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48826B on black background.


Color preview on white background

This text has color #48826B on white background.



Black color preview on #48826B background

This text has black color on #48826B background.


White color preview on #48826B background

This text has white color on #48826B background.