COLOR #4A691B

HEX: #4A691B
RGB: (74,105,27)

Color info

#4A691B contains mainly red and green colors. Web safe color of #4A691B is #336633 (or #363).

RGB color model

#4A691B color RGB value is (74,105,27).

  • red value is 74;
  • green value is 105;
  • blue value is 27.
RGB:
(74,105,27)
(29%,41%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 27 of 255 = 11%

74
105
27

R + G + B ~ 27%. #4A691B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 27 = 206 (100%)
R 74 of 206 ~ 35.92%
G 105 of 206 ~ 50.97%
B 27 of 206 ~ 13.11%

%35.92
%50.97
%13.11

CMYK color model

#4A691B color CMYK value is (30,0,74,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 58.82%
CMYK:
(30,0,74,59)
C30M0Y74K59 
(30%,0%,74%,59%)
(0.30/0.00/0.74/0.59)	

CMYK percentages

%29.52
%0
%74.29
%58.82

Codes

Color #4A691B in popluar color models

4A691B
RGB7410527
HSL84°59.09%25.88%
HSB/HSV84°74.29%41.18%
CMYK29.52%0.00%74.29%
58.82%

Color #4A691B in popluar number systems.

HEX4A691B
Decimal7410527
Binary1001010110100111011
Octal11215133

Shades and tints

Shades of #4A691B

#4A691B
(74,105,27)
#446019
(68,96,25)
#3E5717
(62,87,23)
#384E15
(56,78,21)
#324513
(50,69,19)
#2C3C11
(44,60,17)
#26330F
(38,51,15)
#202A0D
(32,42,13)
#1A210B
(26,33,11)
#141809
(20,24,9)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #4A691B

#4A691B
(74,105,27)
#5A762F
(90,118,47)
#6A8343
(106,131,67)
#7A9057
(122,144,87)
#8A9D6B
(138,157,107)
#9AAA7F
(154,170,127)
#AAB793
(170,183,147)
#BAC4A7
(186,196,167)
#CAD1BB
(202,209,187)
#DADECF
(218,222,207)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A691B color. Also use rgb(74,105,27) instead hex code.

Text Font Color

.myTextColor { color: #4A691B; }

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

This text font color is #4A691B.


Background Color

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

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

This div background color is #4A691B.


Border color

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

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

This div border color is #4A691B.


Opacity

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

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

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

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

This text has shadow with #4A691B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A691B on black background.


Color preview on white background

This text has color #4A691B on white background.



Black color preview on #4A691B background

This text has black color on #4A691B background.


White color preview on #4A691B background

This text has white color on #4A691B background.