COLOR #285429

HEX: #285429
RGB: (40,84,41)

Color info

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

RGB color model

#285429 color RGB value is (40,84,41).

  • red value is 40;
  • green value is 84;
  • blue value is 41.
RGB:
(40,84,41)
(16%,33%,16%)

RGB channels and saturation

R 40 of 255 = 16%
G 84 of 255 = 33%
B 41 of 255 = 16%

40
84
41

R + G + B ~ 22%. #285429 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 84 + 41 = 165 (100%)
R 40 of 165 ~ 24.24%
G 84 of 165 ~ 50.91%
B 41 of 165 ~ 24.85%

%24.24
%50.91
%24.85

CMYK color model

#285429 color CMYK value is (52,0,51,67).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%
CMYK:
(52,0,51,67)
C52M0Y51K67 
(52%,0%,51%,67%)
(0.52/0.00/0.51/0.67)	

CMYK percentages

%52.38
%0
%51.19
%67.06

Codes

Color #285429 in popluar color models

285429
RGB408441
HSL121°35.48%24.31%
HSB/HSV121°52.38%32.94%
CMYK52.38%0.00%51.19%
67.06%

Color #285429 in popluar number systems.

HEX285429
Decimal408441
Binary1010001010100101001
Octal5012451

Shades and tints

Shades of #285429

#285429
(40,84,41)
#254D26
(37,77,38)
#224623
(34,70,35)
#1F3F20
(31,63,32)
#1C381D
(28,56,29)
#19311A
(25,49,26)
#162A17
(22,42,23)
#132314
(19,35,20)
#101C11
(16,28,17)
#0D150E
(13,21,14)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #285429

#285429
(40,84,41)
#3B633C
(59,99,60)
#4E724F
(78,114,79)
#618162
(97,129,98)
#749075
(116,144,117)
#879F88
(135,159,136)
#9AAE9B
(154,174,155)
#ADBDAE
(173,189,174)
#C0CCC1
(192,204,193)
#D3DBD4
(211,219,212)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #285429 color. Also use rgb(40,84,41) instead hex code.

Text Font Color

.myTextColor { color: #285429; }

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

This text font color is #285429.


Background Color

.myBgColor { background-color: #285429; }

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

This div background color is #285429.


Border color

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

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

This div border color is #285429.


Opacity

.myOpacity80 { color: #285429; opacity: 0.8; }

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

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

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

This text has shadow with #285429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285429 on black background.


Color preview on white background

This text has color #285429 on white background.



Black color preview on #285429 background

This text has black color on #285429 background.


White color preview on #285429 background

This text has white color on #285429 background.