COLOR #1A4828

HEX: #1A4828
RGB: (26,72,40)

Color info

#1A4828 contains red, green and blue colors in about the same proportion. Web safe color of #1A4828 is #003333 (or #033).

RGB color model

#1A4828 color RGB value is (26,72,40).

  • red value is 26;
  • green value is 72;
  • blue value is 40.
RGB:
(26,72,40)
(10%,28%,16%)

RGB channels and saturation

R 26 of 255 = 10%
G 72 of 255 = 28%
B 40 of 255 = 16%

26
72
40

R + G + B ~ 18%. #1A4828 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 72 + 40 = 138 (100%)
R 26 of 138 ~ 18.84%
G 72 of 138 ~ 52.17%
B 40 of 138 ~ 28.99%

%18.84
%52.17
%28.99

CMYK color model

#1A4828 color CMYK value is (64,0,44,72).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(64,0,44,72)
C64M0Y44K72 
(64%,0%,44%,72%)
(0.64/0.00/0.44/0.72)	

CMYK percentages

%63.89
%0
%44.44
%71.76

Codes

Color #1A4828 in popluar color models

1A4828
RGB267240
HSL138°46.94%19.22%
HSB/HSV138°63.89%28.24%
CMYK63.89%0.00%44.44%
71.76%

Color #1A4828 in popluar number systems.

HEX1A4828
Decimal267240
Binary110101001000101000
Octal3211050

Shades and tints

Shades of #1A4828

#1A4828
(26,72,40)
#184225
(24,66,37)
#163C22
(22,60,34)
#14361F
(20,54,31)
#12301C
(18,48,28)
#102A19
(16,42,25)
#0E2416
(14,36,22)
#0C1E13
(12,30,19)
#0A1810
(10,24,16)
#08120D
(8,18,13)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #1A4828

#1A4828
(26,72,40)
#2E583B
(46,88,59)
#42684E
(66,104,78)
#567861
(86,120,97)
#6A8874
(106,136,116)
#7E9887
(126,152,135)
#92A89A
(146,168,154)
#A6B8AD
(166,184,173)
#BAC8C0
(186,200,192)
#CED8D3
(206,216,211)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4828 color. Also use rgb(26,72,40) instead hex code.

Text Font Color

.myTextColor { color: #1A4828; }

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

This text font color is #1A4828.


Background Color

.myBgColor { background-color: #1A4828; }

<div style="background-color:#1A4828">Inner text</div>

This div background color is #1A4828.


Border color

.myBorderColor { border: 1px solid #1A4828; }

<div style="border:3px solid #1A4828">Div</div>

This div border color is #1A4828.


Opacity

.myOpacity80 { color: #1A4828; opacity: 0.8; }

<p style="color:#1A4828;opacity:0.8;">80%</p>

Text with #1A4828 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 #1A4828;}

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

This text has shadow with #1A4828 color.

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

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

This text has shadow with #1A4828 primary color and red secondary color.


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

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

This text has shadow with #1A4828 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A4828 on black background.


Color preview on white background

This text has color #1A4828 on white background.



Black color preview on #1A4828 background

This text has black color on #1A4828 background.


White color preview on #1A4828 background

This text has white color on #1A4828 background.