COLOR #4A603D

HEX: #4A603D RGB: (74,96,61)

Color info

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

RGB color model

#4A603D color RGB value is (74,96,61).

RGB: (74,96,61) (29%, 38%, 24%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 61 of 255 = 24%

74
96
61

R + G + B ~ 30%. #4A603D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 96 + 61 = 231 (100%)
R 74 of 231 ~ 32.03%
G 96 of 231 ~ 41.56%
B 61 of 231 ~ 26.41'%

%32.03
%41.56
%26.41

CMYK color model

#4A603D color CMYK value is (23,0,36,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 62.35%
CMYK: (23,0,36,62) C23M0Y36K62 (23%,0%,36%,62%) (0.23/0.00/0.36/0.62) 

CMYK percentages

%22.92
%0
%36.46
%62.35

Codes

Color #4A603D in popluar color models

4A 60 3D
RGB 74 96 61
HSL 98° 22.29% 30.78%
HSB/HSV 98° 36.46% 37.65%
CMYK 22.92% 0.00% 36.46%
62.35%

Color #4A603D in popluar number systems.

HEX 4A 60 3D
Decimal 74 96 61
Binary 1001010 1100000 111101
Octal 112 140 75

Shades and tints

Shades of #4A603D

#4A603D
(74,96,61)
#445838
(68,88,56)
#3E5033
(62,80,51)
#38482E
(56,72,46)
#324029
(50,64,41)
#2C3824
(44,56,36)
#26301F
(38,48,31)
#20281A
(32,40,26)
#1A2015
(26,32,21)
#141810
(20,24,16)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #4A603D

#4A603D
(74,96,61)
#5A6E4E
(90,110,78)
#6A7C5F
(106,124,95)
#7A8A70
(122,138,112)
#8A9881
(138,152,129)
#9AA692
(154,166,146)
#AAB4A3
(170,180,163)
#BAC2B4
(186,194,180)
#CAD0C5
(202,208,197)
#DADED6
(218,222,214)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A603D color. Also use rgb(74,96,61) instead hex code.

Text Font Color

.myTextColor { color: #4A603D; }

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

This text font color is #4A603D.

Background Color

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

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

This div background color is #4A603D.

Border color

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

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

This div border color is #4A603D.

Opacity

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

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

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

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

This text has shadow with #4A603D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A603D.

Preview

Color preview on black background

This text has color #4A603D on black background.


Color preview on white background

This text has color #4A603D on white background.


Black color preview on #4A603D background

This text has black color on #4A603D background.


White color preview on #4A603D background

This text has white color on #4A603D background.


Related colors

Complementary color

Complementary color for #hex is #B59FC2.


I love getcolorcode.com

Triadic colors

1 #3D4A60 and #603D4A with #4A603D are triadic colors.

2 #3D604A and #604A3D with #4A603D are triadic colors.