COLOR #48694E

HEX: #48694E
RGB: (72,105,78)

Color info

#48694E contains red, green and blue colors in about the same proportion. Web safe color of #48694E is #336666 (or #366).

RGB color model

#48694E color RGB value is (72,105,78).

  • red value is 72;
  • green value is 105;
  • blue value is 78.
RGB:
(72,105,78)
(28%,41%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 78 of 255 = 31%

72
105
78

R + G + B ~ 33%. #48694E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 78 = 255 (100%)
R 72 of 255 ~ 28.24%
G 105 of 255 ~ 41.18%
B 78 of 255 ~ 30.59%

%28.24
%41.18
%30.59

CMYK color model

#48694E color CMYK value is (31,0,26,59).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 58.82%
CMYK:
(31,0,26,59)
C31M0Y26K59 
(31%,0%,26%,59%)
(0.31/0.00/0.26/0.59)	

CMYK percentages

%31.43
%0
%25.71
%58.82

Codes

Color #48694E in popluar color models

48694E
RGB7210578
HSL131°18.64%34.71%
HSB/HSV131°31.43%41.18%
CMYK31.43%0.00%25.71%
58.82%

Color #48694E in popluar number systems.

HEX48694E
Decimal7210578
Binary100100011010011001110
Octal110151116

Shades and tints

Shades of #48694E

#48694E
(72,105,78)
#426047
(66,96,71)
#3C5740
(60,87,64)
#364E39
(54,78,57)
#304532
(48,69,50)
#2A3C2B
(42,60,43)
#243324
(36,51,36)
#1E2A1D
(30,42,29)
#182116
(24,33,22)
#12180F
(18,24,15)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #48694E

#48694E
(72,105,78)
#58765E
(88,118,94)
#68836E
(104,131,110)
#78907E
(120,144,126)
#889D8E
(136,157,142)
#98AA9E
(152,170,158)
#A8B7AE
(168,183,174)
#B8C4BE
(184,196,190)
#C8D1CE
(200,209,206)
#D8DEDE
(216,222,222)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48694E color. Also use rgb(72,105,78) instead hex code.

Text Font Color

.myTextColor { color: #48694E; }

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

This text font color is #48694E.


Background Color

.myBgColor { background-color: #48694E; }

<div style="background-color:#48694E">Inner text</div>

This div background color is #48694E.


Border color

.myBorderColor { border: 1px solid #48694E; }

<div style="border:3px solid #48694E">Div</div>

This div border color is #48694E.


Opacity

.myOpacity80 { color: #48694E; opacity: 0.8; }

<p style="color:#48694E;opacity:0.8;">80%</p>

Text with #48694E 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 #48694E;}

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

This text has shadow with #48694E color.

.textShadow {text-shadow: 3px 3px 1px #48694E, 3px 3px 1px red;}

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

This text has shadow with #48694E primary color and red secondary color.


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

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

This text has shadow with #48694E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48694E on black background.


Color preview on white background

This text has color #48694E on white background.



Black color preview on #48694E background

This text has black color on #48694E background.


White color preview on #48694E background

This text has white color on #48694E background.