COLOR #484E27

HEX: #484E27
RGB: (72,78,39)

Color info

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

RGB color model

#484E27 color RGB value is (72,78,39).

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

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 39 of 255 = 15%

72
78
39

R + G + B ~ 25%. #484E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 39 = 189 (100%)
R 72 of 189 ~ 38.1%
G 78 of 189 ~ 41.27%
B 39 of 189 ~ 20.63%

%38.1
%41.27
%20.63

CMYK color model

#484E27 color CMYK value is (8,0,50,69).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(8,0,50,69)
C8M0Y50K69 
(8%,0%,50%,69%)
(0.08/0.00/0.50/0.69)	

CMYK percentages

%7.69
%0
%50
%69.41

Codes

Color #484E27 in popluar color models

484E27
RGB727839
HSL69°33.33%22.94%
HSB/HSV69°50.00%30.59%
CMYK7.69%0.00%50.00%
69.41%

Color #484E27 in popluar number systems.

HEX484E27
Decimal727839
Binary10010001001110100111
Octal11011647

Shades and tints

Shades of #484E27

#484E27
(72,78,39)
#424724
(66,71,36)
#3C4021
(60,64,33)
#36391E
(54,57,30)
#30321B
(48,50,27)
#2A2B18
(42,43,24)
#242415
(36,36,21)
#1E1D12
(30,29,18)
#18160F
(24,22,15)
#120F0C
(18,15,12)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #484E27

#484E27
(72,78,39)
#585E3A
(88,94,58)
#686E4D
(104,110,77)
#787E60
(120,126,96)
#888E73
(136,142,115)
#989E86
(152,158,134)
#A8AE99
(168,174,153)
#B8BEAC
(184,190,172)
#C8CEBF
(200,206,191)
#D8DED2
(216,222,210)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484E27 color. Also use rgb(72,78,39) instead hex code.

Text Font Color

.myTextColor { color: #484E27; }

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

This text font color is #484E27.


Background Color

.myBgColor { background-color: #484E27; }

<div style="background-color:#484E27">Inner text</div>

This div background color is #484E27.


Border color

.myBorderColor { border: 1px solid #484E27; }

<div style="border:3px solid #484E27">Div</div>

This div border color is #484E27.


Opacity

.myOpacity80 { color: #484E27; opacity: 0.8; }

<p style="color:#484E27;opacity:0.8;">80%</p>

Text with #484E27 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 #484E27;}

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

This text has shadow with #484E27 color.

.textShadow {text-shadow: 3px 3px 1px #484E27, 3px 3px 1px red;}

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

This text has shadow with #484E27 primary color and red secondary color.


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

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

This text has shadow with #484E27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E27 on black background.


Color preview on white background

This text has color #484E27 on white background.



Black color preview on #484E27 background

This text has black color on #484E27 background.


White color preview on #484E27 background

This text has white color on #484E27 background.