COLOR #48614B

HEX: #48614B
RGB: (72,97,75)

Color info

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

RGB color model

#48614B color RGB value is (72,97,75).

  • red value is 72;
  • green value is 97;
  • blue value is 75.
RGB:
(72,97,75)
(28%,38%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 97 of 255 = 38%
B 75 of 255 = 29%

72
97
75

R + G + B ~ 32%. #48614B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 97 + 75 = 244 (100%)
R 72 of 244 ~ 29.51%
G 97 of 244 ~ 39.75%
B 75 of 244 ~ 30.74%

%29.51
%39.75
%30.74

CMYK color model

#48614B color CMYK value is (26,0,23,62).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(26,0,23,62)
C26M0Y23K62 
(26%,0%,23%,62%)
(0.26/0.00/0.23/0.62)	

CMYK percentages

%25.77
%0
%22.68
%61.96

Codes

Color #48614B in popluar color models

48614B
RGB729775
HSL127°14.79%33.14%
HSB/HSV127°25.77%38.04%
CMYK25.77%0.00%22.68%
61.96%

Color #48614B in popluar number systems.

HEX48614B
Decimal729775
Binary100100011000011001011
Octal110141113

Shades and tints

Shades of #48614B

#48614B
(72,97,75)
#425945
(66,89,69)
#3C513F
(60,81,63)
#364939
(54,73,57)
#304133
(48,65,51)
#2A392D
(42,57,45)
#243127
(36,49,39)
#1E2921
(30,41,33)
#18211B
(24,33,27)
#121915
(18,25,21)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #48614B

#48614B
(72,97,75)
#586F5B
(88,111,91)
#687D6B
(104,125,107)
#788B7B
(120,139,123)
#88998B
(136,153,139)
#98A79B
(152,167,155)
#A8B5AB
(168,181,171)
#B8C3BB
(184,195,187)
#C8D1CB
(200,209,203)
#D8DFDB
(216,223,219)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48614B color. Also use rgb(72,97,75) instead hex code.

Text Font Color

.myTextColor { color: #48614B; }

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

This text font color is #48614B.


Background Color

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

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

This div background color is #48614B.


Border color

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

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

This div border color is #48614B.


Opacity

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

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

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

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

This text has shadow with #48614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48614B on black background.


Color preview on white background

This text has color #48614B on white background.



Black color preview on #48614B background

This text has black color on #48614B background.


White color preview on #48614B background

This text has white color on #48614B background.