COLOR #4A623E

HEX: #4A623E
RGB: (74,98,62)

Color info

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

RGB color model

#4A623E color RGB value is (74,98,62).

  • red value is 74;
  • green value is 98;
  • blue value is 62.
RGB:
(74,98,62)
(29%,38%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 62 of 255 = 24%

74
98
62

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 62 = 234 (100%)
R 74 of 234 ~ 31.62%
G 98 of 234 ~ 41.88%
B 62 of 234 ~ 26.5%

%31.62
%41.88
%26.5

CMYK color model

#4A623E color CMYK value is (24,0,37,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 61.57%
CMYK:
(24,0,37,62)
C24M0Y37K62 
(24%,0%,37%,62%)
(0.24/0.00/0.37/0.62)	

CMYK percentages

%24.49
%0
%36.73
%61.57

Codes

Color #4A623E in popluar color models

4A623E
RGB749862
HSL100°22.50%31.37%
HSB/HSV100°36.73%38.43%
CMYK24.49%0.00%36.73%
61.57%

Color #4A623E in popluar number systems.

HEX4A623E
Decimal749862
Binary10010101100010111110
Octal11214276

Shades and tints

Shades of #4A623E

#4A623E
(74,98,62)
#445A39
(68,90,57)
#3E5234
(62,82,52)
#384A2F
(56,74,47)
#32422A
(50,66,42)
#2C3A25
(44,58,37)
#263220
(38,50,32)
#202A1B
(32,42,27)
#1A2216
(26,34,22)
#141A11
(20,26,17)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #4A623E

#4A623E
(74,98,62)
#5A704F
(90,112,79)
#6A7E60
(106,126,96)
#7A8C71
(122,140,113)
#8A9A82
(138,154,130)
#9AA893
(154,168,147)
#AAB6A4
(170,182,164)
#BAC4B5
(186,196,181)
#CAD2C6
(202,210,198)
#DAE0D7
(218,224,215)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A623E color. Also use rgb(74,98,62) instead hex code.

Text Font Color

.myTextColor { color: #4A623E; }

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

This text font color is #4A623E.


Background Color

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

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

This div background color is #4A623E.


Border color

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

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

This div border color is #4A623E.


Opacity

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

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

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

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

This text has shadow with #4A623E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A623E on black background.


Color preview on white background

This text has color #4A623E on white background.



Black color preview on #4A623E background

This text has black color on #4A623E background.


White color preview on #4A623E background

This text has white color on #4A623E background.