COLOR #4A6453

HEX: #4A6453 RGB: (74,100,83)

Color info

#4A6453 contains red, green and blue colors in about the same proportion. Web safe color of #4A6453 is #336666 (or #366).

RGB color model

#4A6453 color RGB value is (74,100,83).

RGB: (74,100,83) (29%, 39%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 83 of 255 = 33%

74
100
83

R + G + B ~ 34%. #4A6453 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 100 + 83 = 257 (100%)
R 74 of 257 ~ 28.79%
G 100 of 257 ~ 38.91%
B 83 of 257 ~ 32.3'%

%28.79
%38.91
%32.3

CMYK color model

#4A6453 color CMYK value is (26,0,17,61).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%
CMYK: (26,0,17,61) C26M0Y17K61 (26%,0%,17%,61%) (0.26/0.00/0.17/0.61) 

CMYK percentages

%26
%0
%17
%60.78

Codes

Color #4A6453 in popluar color models

4A 64 53
RGB 74 100 83
HSL 141° 14.94% 34.12%
HSB/HSV 141° 26.00% 39.22%
CMYK 26.00% 0.00% 17.00%
60.78%

Color #4A6453 in popluar number systems.

HEX 4A 64 53
Decimal 74 100 83
Binary 1001010 1100100 1010011
Octal 112 144 123

Shades and tints

Shades of #4A6453

#4A6453
(74,100,83)
#445B4C
(68,91,76)
#3E5245
(62,82,69)
#38493E
(56,73,62)
#324037
(50,64,55)
#2C3730
(44,55,48)
#262E29
(38,46,41)
#202522
(32,37,34)
#1A1C1B
(26,28,27)
#141314
(20,19,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A6453

#4A6453
(74,100,83)
#5A7262
(90,114,98)
#6A8071
(106,128,113)
#7A8E80
(122,142,128)
#8A9C8F
(138,156,143)
#9AAA9E
(154,170,158)
#AAB8AD
(170,184,173)
#BAC6BC
(186,198,188)
#CAD4CB
(202,212,203)
#DAE2DA
(218,226,218)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6453 color. Also use rgb(74,100,83) instead hex code.

Text Font Color

.myTextColor { color: #4A6453; }

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

This text font color is #4A6453.

Background Color

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

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

This div background color is #4A6453.

Border color

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

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

This div border color is #4A6453.

Opacity

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

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

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

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

This text has shadow with #4A6453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6453.

Preview

Color preview on black background

This text has color #4A6453 on black background.


Color preview on white background

This text has color #4A6453 on white background.


Black color preview on #4A6453 background

This text has black color on #4A6453 background.


White color preview on #4A6453 background

This text has white color on #4A6453 background.


Related colors

Complementary color

Complementary color for #hex is #B59BAC.


I love getcolorcode.com

Triadic colors

1 #534A64 and #64534A with #4A6453 are triadic colors.

2 #53644A and #644A53 with #4A6453 are triadic colors.