COLOR #202509

HEX: #202509
RGB: (32,37,9)

Color info

#202509 contains red, green and blue colors in about the same proportion. Web safe color of #202509 is #333300 (or #330).

RGB color model

#202509 color RGB value is (32,37,9).

  • red value is 32;
  • green value is 37;
  • blue value is 9.
RGB:
(32,37,9)
(13%,15%,4%)

RGB channels and saturation

R 32 of 255 = 13%
G 37 of 255 = 15%
B 9 of 255 = 4%

32
37
9

R + G + B ~ 11%. #202509 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 37 + 9 = 78 (100%)
R 32 of 78 ~ 41.03%
G 37 of 78 ~ 47.44%
B 9 of 78 ~ 11.54%

%41.03
%47.44
%11.54

CMYK color model

#202509 color CMYK value is (14,0,76,85).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(14,0,76,85)
C14M0Y76K85 
(14%,0%,76%,85%)
(0.14/0.00/0.76/0.85)	

CMYK percentages

%13.51
%0
%75.68
%85.49

Codes

Color #202509 in popluar color models

202509
RGB32379
HSL71°60.87%9.02%
HSB/HSV71°75.68%14.51%
CMYK13.51%0.00%75.68%
85.49%

Color #202509 in popluar number systems.

HEX202509
Decimal32379
Binary1000001001011001
Octal404511

Shades and tints

Shades of #202509

#202509
(32,37,9)
#1E2209
(30,34,9)
#1C1F09
(28,31,9)
#1A1C09
(26,28,9)
#181909
(24,25,9)
#161609
(22,22,9)
#141309
(20,19,9)
#121009
(18,16,9)
#100D09
(16,13,9)
#0E0A09
(14,10,9)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #202509

#202509
(32,37,9)
#34381F
(52,56,31)
#484B35
(72,75,53)
#5C5E4B
(92,94,75)
#707161
(112,113,97)
#848477
(132,132,119)
#98978D
(152,151,141)
#ACAAA3
(172,170,163)
#C0BDB9
(192,189,185)
#D4D0CF
(212,208,207)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #202509 color. Also use rgb(32,37,9) instead hex code.

Text Font Color

.myTextColor { color: #202509; }

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

This text font color is #202509.


Background Color

.myBgColor { background-color: #202509; }

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

This div background color is #202509.


Border color

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

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

This div border color is #202509.


Opacity

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

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

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

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

This text has shadow with #202509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #202509 on black background.


Color preview on white background

This text has color #202509 on white background.



Black color preview on #202509 background

This text has black color on #202509 background.


White color preview on #202509 background

This text has white color on #202509 background.