COLOR #48635A

HEX: #48635A
RGB: (72,99,90)

Color info

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

RGB color model

#48635A color RGB value is (72,99,90).

  • red value is 72;
  • green value is 99;
  • blue value is 90.
RGB:
(72,99,90)
(28%,39%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 90 of 255 = 35%

72
99
90

R + G + B ~ 34%. #48635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 90 = 261 (100%)
R 72 of 261 ~ 27.59%
G 99 of 261 ~ 37.93%
B 90 of 261 ~ 34.48%

%27.59
%37.93
%34.48

CMYK color model

#48635A color CMYK value is (27,0,9,61).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(27,0,9,61)
C27M0Y9K61 
(27%,0%,9%,61%)
(0.27/0.00/0.09/0.61)	

CMYK percentages

%27.27
%0
%9.09
%61.18

Codes

Color #48635A in popluar color models

48635A
RGB729990
HSL160°15.79%33.53%
HSB/HSV160°27.27%38.82%
CMYK27.27%0.00%9.09%
61.18%

Color #48635A in popluar number systems.

HEX48635A
Decimal729990
Binary100100011000111011010
Octal110143132

Shades and tints

Shades of #48635A

#48635A
(72,99,90)
#425A52
(66,90,82)
#3C514A
(60,81,74)
#364842
(54,72,66)
#303F3A
(48,63,58)
#2A3632
(42,54,50)
#242D2A
(36,45,42)
#1E2422
(30,36,34)
#181B1A
(24,27,26)
#121212
(18,18,18)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #48635A

#48635A
(72,99,90)
#587169
(88,113,105)
#687F78
(104,127,120)
#788D87
(120,141,135)
#889B96
(136,155,150)
#98A9A5
(152,169,165)
#A8B7B4
(168,183,180)
#B8C5C3
(184,197,195)
#C8D3D2
(200,211,210)
#D8E1E1
(216,225,225)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48635A color. Also use rgb(72,99,90) instead hex code.

Text Font Color

.myTextColor { color: #48635A; }

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

This text font color is #48635A.


Background Color

.myBgColor { background-color: #48635A; }

<div style="background-color:#48635A">Inner text</div>

This div background color is #48635A.


Border color

.myBorderColor { border: 1px solid #48635A; }

<div style="border:3px solid #48635A">Div</div>

This div border color is #48635A.


Opacity

.myOpacity80 { color: #48635A; opacity: 0.8; }

<p style="color:#48635A;opacity:0.8;">80%</p>

Text with #48635A 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 #48635A;}

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

This text has shadow with #48635A color.

.textShadow {text-shadow: 3px 3px 1px #48635A, 3px 3px 1px red;}

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

This text has shadow with #48635A primary color and red secondary color.


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

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

This text has shadow with #48635A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48635A on black background.


Color preview on white background

This text has color #48635A on white background.



Black color preview on #48635A background

This text has black color on #48635A background.


White color preview on #48635A background

This text has white color on #48635A background.