COLOR #231F09

HEX: #231F09
RGB: (35,31,9)

Color info

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

RGB color model

#231F09 color RGB value is (35,31,9).

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

RGB channels and saturation

R 35 of 255 = 14%
G 31 of 255 = 12%
B 9 of 255 = 4%

35
31
9

R + G + B ~ 10%. #231F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 31 + 9 = 75 (100%)
R 35 of 75 ~ 46.67%
G 31 of 75 ~ 41.33%
B 9 of 75 ~ 12%

%46.67
%41.33
%12

CMYK color model

#231F09 color CMYK value is (0,11,74,86).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 74.29%
  • key color value is 86.27%
CMYK:
(0,11,74,86)
C0M11Y74K86 
(0%,11%,74%,86%)
(0.00/0.11/0.74/0.86)	

CMYK percentages

%0
%11.43
%74.29
%86.27

Codes

Color #231F09 in popluar color models

231F09
RGB35319
HSL51°59.09%8.63%
HSB/HSV51°74.29%13.73%
CMYK0.00%11.43%74.29%
86.27%

Color #231F09 in popluar number systems.

HEX231F09
Decimal35319
Binary100011111111001
Octal433711

Shades and tints

Shades of #231F09

#231F09
(35,31,9)
#201D09
(32,29,9)
#1D1B09
(29,27,9)
#1A1909
(26,25,9)
#171709
(23,23,9)
#141509
(20,21,9)
#111309
(17,19,9)
#0E1109
(14,17,9)
#0B0F09
(11,15,9)
#080D09
(8,13,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #231F09

#231F09
(35,31,9)
#37331F
(55,51,31)
#4B4735
(75,71,53)
#5F5B4B
(95,91,75)
#736F61
(115,111,97)
#878377
(135,131,119)
#9B978D
(155,151,141)
#AFABA3
(175,171,163)
#C3BFB9
(195,191,185)
#D7D3CF
(215,211,207)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231F09; }

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

This text font color is #231F09.


Background Color

.myBgColor { background-color: #231F09; }

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

This div background color is #231F09.


Border color

.myBorderColor { border: 1px solid #231F09; }

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

This div border color is #231F09.


Opacity

.myOpacity80 { color: #231F09; opacity: 0.8; }

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

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

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

This text has shadow with #231F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231F09 on black background.


Color preview on white background

This text has color #231F09 on white background.



Black color preview on #231F09 background

This text has black color on #231F09 background.


White color preview on #231F09 background

This text has white color on #231F09 background.