COLOR #48653A

HEX: #48653A RGB: (72,101,58)

Color info

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

RGB color model

#48653A color RGB value is (72,101,58).

RGB: (72,101,58) (28%, 40%, 23%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 58 of 255 = 23%

72
101
58

R + G + B ~ 30%. #48653A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 101 + 58 = 231 (100%)
R 72 of 231 ~ 31.17%
G 101 of 231 ~ 43.72%
B 58 of 231 ~ 25.11'%

%31.17
%43.72
%25.11

CMYK color model

#48653A color CMYK value is (29,0,43,60).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 60.39%

CMYK: (29,0,43,60)
C29M0Y43K60 (29%, 0%, 43%, 60%)
(0.29 / 0.00 / 0.43 / 0.60)

CMYK percentages

%28.71
%0
%42.57
%60.39

Codes

Color #48653A in popluar color models

48 65 3A
RGB 72 101 58
HSL 100° 27.04% 31.18%
HSB/HSV 100° 42.57% 39.61%
CMYK 28.71% 0.00% 42.57%
60.39%

Color #48653A in popluar number systems.

HEX 48 65 3A
Decimal 72 101 58
Binary 1001000 1100101 111010
Octal 110 145 72

Shades and tints

Shades of #48653A

#48653A
(72,101,58)
#425C35
(66,92,53)
#3C5330
(60,83,48)
#364A2B
(54,74,43)
#304126
(48,65,38)
#2A3821
(42,56,33)
#242F1C
(36,47,28)
#1E2617
(30,38,23)
#181D12
(24,29,18)
#12140D
(18,20,13)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #48653A

#48653A
(72,101,58)
#58734B
(88,115,75)
#68815C
(104,129,92)
#788F6D
(120,143,109)
#889D7E
(136,157,126)
#98AB8F
(152,171,143)
#A8B9A0
(168,185,160)
#B8C7B1
(184,199,177)
#C8D5C2
(200,213,194)
#D8E3D3
(216,227,211)
#E8F1E4
(232,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48653A color. Also use rgb(72,101,58) instead hex code.

Text Font Color

.myTextColor { color: #48653A; }

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

This text font color is #48653A.

Background Color

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

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

This div background color is #48653A.

Border color

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

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

This div border color is #48653A.

Opacity

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

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

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

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

This text has shadow with #48653A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48653A.

Preview

Color preview on black background

This text has color #48653A on black background.


Color preview on white background

This text has color #48653A on white background.


Black color preview on #48653A background

This text has black color on #48653A background.


White color preview on #48653A background

This text has white color on #48653A background.


Related colors

Complementary color

Complementary color for #hex is #B79AC5.


I love getcolorcode.com

Triadic colors

1 #3A4865 and #653A48 with #48653A are triadic colors.

2 #3A6548 and #65483A with #48653A are triadic colors.