COLOR #4A683B

HEX: #4A683B
RGB: (74,104,59)

Color info

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

RGB color model

#4A683B color RGB value is (74,104,59).

  • red value is 74;
  • green value is 104;
  • blue value is 59.
RGB:
(74,104,59)
(29%,41%,23%)

RGB channels and saturation

R 74 of 255 = 29%
G 104 of 255 = 41%
B 59 of 255 = 23%

74
104
59

R + G + B ~ 31%. #4A683B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 104 + 59 = 237 (100%)
R 74 of 237 ~ 31.22%
G 104 of 237 ~ 43.88%
B 59 of 237 ~ 24.89%

%31.22
%43.88
%24.89

CMYK color model

#4A683B color CMYK value is (29,0,43,59).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(29,0,43,59)
C29M0Y43K59 
(29%,0%,43%,59%)
(0.29/0.00/0.43/0.59)	

CMYK percentages

%28.85
%0
%43.27
%59.22

Codes

Color #4A683B in popluar color models

4A683B
RGB7410459
HSL100°27.61%31.96%
HSB/HSV100°43.27%40.78%
CMYK28.85%0.00%43.27%
59.22%

Color #4A683B in popluar number systems.

HEX4A683B
Decimal7410459
Binary10010101101000111011
Octal11215073

Shades and tints

Shades of #4A683B

#4A683B
(74,104,59)
#445F36
(68,95,54)
#3E5631
(62,86,49)
#384D2C
(56,77,44)
#324427
(50,68,39)
#2C3B22
(44,59,34)
#26321D
(38,50,29)
#202918
(32,41,24)
#1A2013
(26,32,19)
#14170E
(20,23,14)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #4A683B

#4A683B
(74,104,59)
#5A754C
(90,117,76)
#6A825D
(106,130,93)
#7A8F6E
(122,143,110)
#8A9C7F
(138,156,127)
#9AA990
(154,169,144)
#AAB6A1
(170,182,161)
#BAC3B2
(186,195,178)
#CAD0C3
(202,208,195)
#DADDD4
(218,221,212)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A683B color. Also use rgb(74,104,59) instead hex code.

Text Font Color

.myTextColor { color: #4A683B; }

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

This text font color is #4A683B.


Background Color

.myBgColor { background-color: #4A683B; }

<div style="background-color:#4A683B">Inner text</div>

This div background color is #4A683B.


Border color

.myBorderColor { border: 1px solid #4A683B; }

<div style="border:3px solid #4A683B">Div</div>

This div border color is #4A683B.


Opacity

.myOpacity80 { color: #4A683B; opacity: 0.8; }

<p style="color:#4A683B;opacity:0.8;">80%</p>

Text with #4A683B 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 #4A683B;}

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

This text has shadow with #4A683B color.

.textShadow {text-shadow: 3px 3px 1px #4A683B, 3px 3px 1px red;}

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

This text has shadow with #4A683B primary color and red secondary color.


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

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

This text has shadow with #4A683B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A683B on black background.


Color preview on white background

This text has color #4A683B on white background.



Black color preview on #4A683B background

This text has black color on #4A683B background.


White color preview on #4A683B background

This text has white color on #4A683B background.