COLOR #285335

HEX: #285335
RGB: (40,83,53)

Color info

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

RGB color model

#285335 color RGB value is (40,83,53).

  • red value is 40;
  • green value is 83;
  • blue value is 53.
RGB:
(40,83,53)
(16%,33%,21%)

RGB channels and saturation

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

40
83
53

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

Portions of RGB colors in percentages

R + G + B =
40 + 83 + 53 = 176 (100%)
R 40 of 176 ~ 22.73%
G 83 of 176 ~ 47.16%
B 53 of 176 ~ 30.11%

%22.73
%47.16
%30.11

CMYK color model

#285335 color CMYK value is (52,0,36,67).

  • cyan value is 51.81%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(52,0,36,67)
C52M0Y36K67 
(52%,0%,36%,67%)
(0.52/0.00/0.36/0.67)	

CMYK percentages

%51.81
%0
%36.14
%67.45

Codes

Color #285335 in popluar color models

285335
RGB408353
HSL138°34.96%24.12%
HSB/HSV138°51.81%32.55%
CMYK51.81%0.00%36.14%
67.45%

Color #285335 in popluar number systems.

HEX285335
Decimal408353
Binary1010001010011110101
Octal5012365

Shades and tints

Shades of #285335

#285335
(40,83,53)
#254C31
(37,76,49)
#22452D
(34,69,45)
#1F3E29
(31,62,41)
#1C3725
(28,55,37)
#193021
(25,48,33)
#16291D
(22,41,29)
#132219
(19,34,25)
#101B15
(16,27,21)
#0D1411
(13,20,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #285335

#285335
(40,83,53)
#3B6247
(59,98,71)
#4E7159
(78,113,89)
#61806B
(97,128,107)
#748F7D
(116,143,125)
#879E8F
(135,158,143)
#9AADA1
(154,173,161)
#ADBCB3
(173,188,179)
#C0CBC5
(192,203,197)
#D3DAD7
(211,218,215)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #285335; }

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

This text font color is #285335.


Background Color

.myBgColor { background-color: #285335; }

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

This div background color is #285335.


Border color

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

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

This div border color is #285335.


Opacity

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

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

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

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

This text has shadow with #285335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285335 on black background.


Color preview on white background

This text has color #285335 on white background.



Black color preview on #285335 background

This text has black color on #285335 background.


White color preview on #285335 background

This text has white color on #285335 background.