COLOR #48694D

HEX: #48694D
RGB: (72,105,77)

Color info

#48694D contains red, green and blue colors in about the same proportion. Web safe color of #48694D is #336633 (or #363).

RGB color model

#48694D color RGB value is (72,105,77).

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

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 77 of 255 = 30%

72
105
77

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

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 77 = 254 (100%)
R 72 of 254 ~ 28.35%
G 105 of 254 ~ 41.34%
B 77 of 254 ~ 30.31%

%28.35
%41.34
%30.31

CMYK color model

#48694D color CMYK value is (31,0,27,59).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 58.82%
CMYK:
(31,0,27,59)
C31M0Y27K59 
(31%,0%,27%,59%)
(0.31/0.00/0.27/0.59)	

CMYK percentages

%31.43
%0
%26.67
%58.82

Codes

Color #48694D in popluar color models

48694D
RGB7210577
HSL129°18.64%34.71%
HSB/HSV129°31.43%41.18%
CMYK31.43%0.00%26.67%
58.82%

Color #48694D in popluar number systems.

HEX48694D
Decimal7210577
Binary100100011010011001101
Octal110151115

Shades and tints

Shades of #48694D

#48694D
(72,105,77)
#426046
(66,96,70)
#3C573F
(60,87,63)
#364E38
(54,78,56)
#304531
(48,69,49)
#2A3C2A
(42,60,42)
#243323
(36,51,35)
#1E2A1C
(30,42,28)
#182115
(24,33,21)
#12180E
(18,24,14)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #48694D

#48694D
(72,105,77)
#58765D
(88,118,93)
#68836D
(104,131,109)
#78907D
(120,144,125)
#889D8D
(136,157,141)
#98AA9D
(152,170,157)
#A8B7AD
(168,183,173)
#B8C4BD
(184,196,189)
#C8D1CD
(200,209,205)
#D8DEDD
(216,222,221)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48694D; }

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

This text font color is #48694D.


Background Color

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

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

This div background color is #48694D.


Border color

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

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

This div border color is #48694D.


Opacity

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

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

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

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

This text has shadow with #48694D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48694D on black background.


Color preview on white background

This text has color #48694D on white background.



Black color preview on #48694D background

This text has black color on #48694D background.


White color preview on #48694D background

This text has white color on #48694D background.