COLOR #484F1A

HEX: #484F1A
RGB: (72,79,26)

Color info

#484F1A contains red, green and blue colors in about the same proportion. Web safe color of #484F1A is #336600 (or #360).

RGB color model

#484F1A color RGB value is (72,79,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 26 of 255 = 10%

72
79
26

R + G + B ~ 23%. #484F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 26 = 177 (100%)
R 72 of 177 ~ 40.68%
G 79 of 177 ~ 44.63%
B 26 of 177 ~ 14.69%

%40.68
%44.63
%14.69

CMYK color model

#484F1A color CMYK value is (9,0,67,69).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 67.09%
  • key color value is 69.02%
CMYK:
(9,0,67,69)
C9M0Y67K69 
(9%,0%,67%,69%)
(0.09/0.00/0.67/0.69)	

CMYK percentages

%8.86
%0
%67.09
%69.02

Codes

Color #484F1A in popluar color models

484F1A
RGB727926
HSL68°50.48%20.59%
HSB/HSV68°67.09%30.98%
CMYK8.86%0.00%67.09%
69.02%

Color #484F1A in popluar number systems.

HEX484F1A
Decimal727926
Binary1001000100111111010
Octal11011732

Shades and tints

Shades of #484F1A

#484F1A
(72,79,26)
#424818
(66,72,24)
#3C4116
(60,65,22)
#363A14
(54,58,20)
#303312
(48,51,18)
#2A2C10
(42,44,16)
#24250E
(36,37,14)
#1E1E0C
(30,30,12)
#18170A
(24,23,10)
#121008
(18,16,8)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #484F1A

#484F1A
(72,79,26)
#585F2E
(88,95,46)
#686F42
(104,111,66)
#787F56
(120,127,86)
#888F6A
(136,143,106)
#989F7E
(152,159,126)
#A8AF92
(168,175,146)
#B8BFA6
(184,191,166)
#C8CFBA
(200,207,186)
#D8DFCE
(216,223,206)
#E8EFE2
(232,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484F1A; }

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

This text font color is #484F1A.


Background Color

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

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

This div background color is #484F1A.


Border color

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

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

This div border color is #484F1A.


Opacity

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

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

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

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

This text has shadow with #484F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F1A on black background.


Color preview on white background

This text has color #484F1A on white background.



Black color preview on #484F1A background

This text has black color on #484F1A background.


White color preview on #484F1A background

This text has white color on #484F1A background.