COLOR #484F38

HEX: #484F38
RGB: (72,79,56)

Color info

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

RGB color model

#484F38 color RGB value is (72,79,56).

  • red value is 72;
  • green value is 79;
  • blue value is 56.
RGB:
(72,79,56)
(28%,31%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 56 of 255 = 22%

72
79
56

R + G + B ~ 27%. #484F38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 56 = 207 (100%)
R 72 of 207 ~ 34.78%
G 79 of 207 ~ 38.16%
B 56 of 207 ~ 27.05%

%34.78
%38.16
%27.05

CMYK color model

#484F38 color CMYK value is (9,0,29,69).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 69.02%
CMYK:
(9,0,29,69)
C9M0Y29K69 
(9%,0%,29%,69%)
(0.09/0.00/0.29/0.69)	

CMYK percentages

%8.86
%0
%29.11
%69.02

Codes

Color #484F38 in popluar color models

484F38
RGB727956
HSL78°17.04%26.47%
HSB/HSV78°29.11%30.98%
CMYK8.86%0.00%29.11%
69.02%

Color #484F38 in popluar number systems.

HEX484F38
Decimal727956
Binary10010001001111111000
Octal11011770

Shades and tints

Shades of #484F38

#484F38
(72,79,56)
#424833
(66,72,51)
#3C412E
(60,65,46)
#363A29
(54,58,41)
#303324
(48,51,36)
#2A2C1F
(42,44,31)
#24251A
(36,37,26)
#1E1E15
(30,30,21)
#181710
(24,23,16)
#12100B
(18,16,11)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #484F38

#484F38
(72,79,56)
#585F4A
(88,95,74)
#686F5C
(104,111,92)
#787F6E
(120,127,110)
#888F80
(136,143,128)
#989F92
(152,159,146)
#A8AFA4
(168,175,164)
#B8BFB6
(184,191,182)
#C8CFC8
(200,207,200)
#D8DFDA
(216,223,218)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484F38 color. Also use rgb(72,79,56) instead hex code.

Text Font Color

.myTextColor { color: #484F38; }

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

This text font color is #484F38.


Background Color

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

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

This div background color is #484F38.


Border color

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

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

This div border color is #484F38.


Opacity

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

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

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

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

This text has shadow with #484F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F38 on black background.


Color preview on white background

This text has color #484F38 on white background.



Black color preview on #484F38 background

This text has black color on #484F38 background.


White color preview on #484F38 background

This text has white color on #484F38 background.