COLOR #231809

HEX: #231809
RGB: (35,24,9)

Color info

#231809 contains red, green and blue colors in about the same proportion. Web safe color of #231809 is #330000 (or #300).

RGB color model

#231809 color RGB value is (35,24,9).

  • red value is 35;
  • green value is 24;
  • blue value is 9.
RGB:
(35,24,9)
(14%,9%,4%)

RGB channels and saturation

R 35 of 255 = 14%
G 24 of 255 = 9%
B 9 of 255 = 4%

35
24
9

R + G + B ~ 9%. #231809 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 24 + 9 = 68 (100%)
R 35 of 68 ~ 51.47%
G 24 of 68 ~ 35.29%
B 9 of 68 ~ 13.24%

%51.47
%35.29
%13.24

CMYK color model

#231809 color CMYK value is (0,31,74,86).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 74.29%
  • key color value is 86.27%
CMYK:
(0,31,74,86)
C0M31Y74K86 
(0%,31%,74%,86%)
(0.00/0.31/0.74/0.86)	

CMYK percentages

%0
%31.43
%74.29
%86.27

Codes

Color #231809 in popluar color models

231809
RGB35249
HSL35°59.09%8.63%
HSB/HSV35°74.29%13.73%
CMYK0.00%31.43%74.29%
86.27%

Color #231809 in popluar number systems.

HEX231809
Decimal35249
Binary100011110001001
Octal433011

Shades and tints

Shades of #231809

#231809
(35,24,9)
#201609
(32,22,9)
#1D1409
(29,20,9)
#1A1209
(26,18,9)
#171009
(23,16,9)
#140E09
(20,14,9)
#110C09
(17,12,9)
#0E0A09
(14,10,9)
#0B0809
(11,8,9)
#080609
(8,6,9)
#050409
(5,4,9)
#000000
(0,0,0)

Tints of #231809

#231809
(35,24,9)
#372D1F
(55,45,31)
#4B4235
(75,66,53)
#5F574B
(95,87,75)
#736C61
(115,108,97)
#878177
(135,129,119)
#9B968D
(155,150,141)
#AFABA3
(175,171,163)
#C3C0B9
(195,192,185)
#D7D5CF
(215,213,207)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231809 color. Also use rgb(35,24,9) instead hex code.

Text Font Color

.myTextColor { color: #231809; }

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

This text font color is #231809.


Background Color

.myBgColor { background-color: #231809; }

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

This div background color is #231809.


Border color

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

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

This div border color is #231809.


Opacity

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

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

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

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

This text has shadow with #231809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231809 on black background.


Color preview on white background

This text has color #231809 on white background.



Black color preview on #231809 background

This text has black color on #231809 background.


White color preview on #231809 background

This text has white color on #231809 background.