COLOR #285535

HEX: #285535 RGB: (40,85,53)

Color info

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

RGB color model

#285535 color RGB value is (40,85,53).

RGB: (40,85,53) (16%, 33%, 21%)

RGB channels and saturation

R 40 of 255 = 16%
G 85 of 255 = 33%
B 53 of 255 = 21%

40
85
53

R + G + B ~ 23%. #285535 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 85 + 53 = 178 (100%)
R 40 of 178 ~ 22.47%
G 85 of 178 ~ 47.75%
B 53 of 178 ~ 29.78'%

%22.47
%47.75
%29.78

CMYK color model

#285535 color CMYK value is (53,0,38,67).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 66.67%

CMYK: (53,0,38,67)
C53M0Y38K67 (53%, 0%, 38%, 67%)
(0.53 / 0.00 / 0.38 / 0.67)

CMYK percentages

%52.94
%0
%37.65
%66.67

Codes

Color #285535 in popluar color models

28 55 35
RGB 40 85 53
HSL 137° 36.00% 24.51%
HSB/HSV 137° 52.94% 33.33%
CMYK 52.94% 0.00% 37.65%
66.67%

Color #285535 in popluar number systems.

HEX 28 55 35
Decimal 40 85 53
Binary 101000 1010101 110101
Octal 50 125 65

Shades and tints

Shades of #285535

#285535
(40,85,53)
#254E31
(37,78,49)
#22472D
(34,71,45)
#1F4029
(31,64,41)
#1C3925
(28,57,37)
#193221
(25,50,33)
#162B1D
(22,43,29)
#132419
(19,36,25)
#101D15
(16,29,21)
#0D1611
(13,22,17)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #285535

#285535
(40,85,53)
#3B6447
(59,100,71)
#4E7359
(78,115,89)
#61826B
(97,130,107)
#74917D
(116,145,125)
#87A08F
(135,160,143)
#9AAFA1
(154,175,161)
#ADBEB3
(173,190,179)
#C0CDC5
(192,205,197)
#D3DCD7
(211,220,215)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #285535 color. Also use rgb(40,85,53) instead hex code.

Text Font Color

.myTextColor { color: #285535; }

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

This text font color is #285535.

Background Color

.myBgColor { background-color: #285535; }

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

This div background color is #285535.

Border color

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

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

This div border color is #285535.

Opacity

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

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

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

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

This text has shadow with #285535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #285535.

Preview

Color preview on black background

This text has color #285535 on black background.


Color preview on white background

This text has color #285535 on white background.


Black color preview on #285535 background

This text has black color on #285535 background.


White color preview on #285535 background

This text has white color on #285535 background.


Related colors

Complementary color

Complementary color for #hex is #D7AACA.


I love getcolorcode.com

Triadic colors

1 #352855 and #553528 with #285535 are triadic colors.

2 #355528 and #552835 with #285535 are triadic colors.