COLOR #4A5826

HEX: #4A5826
RGB: (74,88,38)

Color info

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

RGB color model

#4A5826 color RGB value is (74,88,38).

  • red value is 74;
  • green value is 88;
  • blue value is 38.
RGB:
(74,88,38)
(29%,35%,15%)

RGB channels and saturation

R 74 of 255 = 29%
G 88 of 255 = 35%
B 38 of 255 = 15%

74
88
38

R + G + B ~ 26%. #4A5826 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 88 + 38 = 200 (100%)
R 74 of 200 ~ 37%
G 88 of 200 ~ 44%
B 38 of 200 ~ 19%

%37
%44
%19

CMYK color model

#4A5826 color CMYK value is (16,0,57,65).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 56.82%
  • key color value is 65.49%
CMYK:
(16,0,57,65)
C16M0Y57K65 
(16%,0%,57%,65%)
(0.16/0.00/0.57/0.65)	

CMYK percentages

%15.91
%0
%56.82
%65.49

Codes

Color #4A5826 in popluar color models

4A5826
RGB748838
HSL77°39.68%24.71%
HSB/HSV77°56.82%34.51%
CMYK15.91%0.00%56.82%
65.49%

Color #4A5826 in popluar number systems.

HEX4A5826
Decimal748838
Binary10010101011000100110
Octal11213046

Shades and tints

Shades of #4A5826

#4A5826
(74,88,38)
#445023
(68,80,35)
#3E4820
(62,72,32)
#38401D
(56,64,29)
#32381A
(50,56,26)
#2C3017
(44,48,23)
#262814
(38,40,20)
#202011
(32,32,17)
#1A180E
(26,24,14)
#14100B
(20,16,11)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #4A5826

#4A5826
(74,88,38)
#5A6739
(90,103,57)
#6A764C
(106,118,76)
#7A855F
(122,133,95)
#8A9472
(138,148,114)
#9AA385
(154,163,133)
#AAB298
(170,178,152)
#BAC1AB
(186,193,171)
#CAD0BE
(202,208,190)
#DADFD1
(218,223,209)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5826 color. Also use rgb(74,88,38) instead hex code.

Text Font Color

.myTextColor { color: #4A5826; }

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

This text font color is #4A5826.


Background Color

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

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

This div background color is #4A5826.


Border color

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

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

This div border color is #4A5826.


Opacity

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

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

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

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

This text has shadow with #4A5826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5826 on black background.


Color preview on white background

This text has color #4A5826 on white background.



Black color preview on #4A5826 background

This text has black color on #4A5826 background.


White color preview on #4A5826 background

This text has white color on #4A5826 background.