COLOR #486F42

HEX: #486F42 RGB: (72,111,66)

Color info

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

RGB color model

#486F42 color RGB value is (72,111,66).

RGB: (72,111,66) (28%, 44%, 26%)

RGB channels and saturation

R 72 of 255 = 28%
G 111 of 255 = 44%
B 66 of 255 = 26%

72
111
66

R + G + B ~ 33%. #486F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 111 + 66 = 249 (100%)
R 72 of 249 ~ 28.92%
G 111 of 249 ~ 44.58%
B 66 of 249 ~ 26.51'%

%28.92
%44.58
%26.51

CMYK color model

#486F42 color CMYK value is (35,0,41,56).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 56.47%

CMYK: (35,0,41,56)
C35M0Y41K56 (35%, 0%, 41%, 56%)
(0.35 / 0.00 / 0.41 / 0.56)

CMYK percentages

%35.14
%0
%40.54
%56.47

Codes

Color #486F42 in popluar color models

48 6F 42
RGB 72 111 66
HSL 112° 25.42% 34.71%
HSB/HSV 112° 40.54% 43.53%
CMYK 35.14% 0.00% 40.54%
56.47%

Color #486F42 in popluar number systems.

HEX 48 6F 42
Decimal 72 111 66
Binary 1001000 1101111 1000010
Octal 110 157 102

Shades and tints

Shades of #486F42

#486F42
(72,111,66)
#42653C
(66,101,60)
#3C5B36
(60,91,54)
#365130
(54,81,48)
#30472A
(48,71,42)
#2A3D24
(42,61,36)
#24331E
(36,51,30)
#1E2918
(30,41,24)
#181F12
(24,31,18)
#12150C
(18,21,12)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #486F42

#486F42
(72,111,66)
#587C53
(88,124,83)
#688964
(104,137,100)
#789675
(120,150,117)
#88A386
(136,163,134)
#98B097
(152,176,151)
#A8BDA8
(168,189,168)
#B8CAB9
(184,202,185)
#C8D7CA
(200,215,202)
#D8E4DB
(216,228,219)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486F42 color. Also use rgb(72,111,66) instead hex code.

Text Font Color

.myTextColor { color: #486F42; }

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

This text font color is #486F42.

Background Color

.myBgColor { background-color: #486F42; }

<div style="background-color:#486F42">Inner text</div>

This div background color is #486F42.

Border color

.myBorderColor { border: 1px solid #486F42; }

<div style="border:3px solid #486F42">Div</div>

This div border color is #486F42.

Opacity

.myOpacity80 { color: #486F42; opacity: 0.8; }

<p style="color:#486F42;opacity:0.8;">80%</p>

Text with #486F42 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 #486F42;}

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

This text has shadow with #486F42 color.


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

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

This text has shadow with #486F42 primary color and red secondary color.


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

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

This text has shadow with #486F42 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #486F42.

Preview

Color preview on black background

This text has color #486F42 on black background.


Color preview on white background

This text has color #486F42 on white background.


Black color preview on #486F42 background

This text has black color on #486F42 background.


White color preview on #486F42 background

This text has white color on #486F42 background.


Related colors

Complementary color

Complementary color for #hex is #B790BD.


I love getcolorcode.com

Triadic colors

1 #42486F and #6F4248 with #486F42 are triadic colors.

2 #426F48 and #6F4842 with #486F42 are triadic colors.