COLOR #231C06

HEX: #231C06
RGB: (35,28,6)

Color info

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

RGB color model

#231C06 color RGB value is (35,28,6).

  • red value is 35;
  • green value is 28;
  • blue value is 6.
RGB:
(35,28,6)
(14%,11%,2%)

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 6 of 255 = 2%

35
28
6

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

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 6 = 69 (100%)
R 35 of 69 ~ 50.72%
G 28 of 69 ~ 40.58%
B 6 of 69 ~ 8.7%

%50.72
%40.58

CMYK color model

#231C06 color CMYK value is (0,20,83,86).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 82.86%
  • key color value is 86.27%
CMYK:
(0,20,83,86)
C0M20Y83K86 
(0%,20%,83%,86%)
(0.00/0.20/0.83/0.86)	

CMYK percentages

%0
%20
%82.86
%86.27

Codes

Color #231C06 in popluar color models

231C06
RGB35286
HSL46°70.73%8.04%
HSB/HSV46°82.86%13.73%
CMYK0.00%20.00%82.86%
86.27%

Color #231C06 in popluar number systems.

HEX231C06
Decimal35286
Binary10001111100110
Octal43346

Shades and tints

Shades of #231C06

#231C06
(35,28,6)
#201A06
(32,26,6)
#1D1806
(29,24,6)
#1A1606
(26,22,6)
#171406
(23,20,6)
#141206
(20,18,6)
#111006
(17,16,6)
#0E0E06
(14,14,6)
#0B0C06
(11,12,6)
#080A06
(8,10,6)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #231C06

#231C06
(35,28,6)
#37301C
(55,48,28)
#4B4432
(75,68,50)
#5F5848
(95,88,72)
#736C5E
(115,108,94)
#878074
(135,128,116)
#9B948A
(155,148,138)
#AFA8A0
(175,168,160)
#C3BCB6
(195,188,182)
#D7D0CC
(215,208,204)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231C06 color. Also use rgb(35,28,6) instead hex code.

Text Font Color

.myTextColor { color: #231C06; }

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

This text font color is #231C06.


Background Color

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

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

This div background color is #231C06.


Border color

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

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

This div border color is #231C06.


Opacity

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

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

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

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

This text has shadow with #231C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C06 on black background.


Color preview on white background

This text has color #231C06 on white background.



Black color preview on #231C06 background

This text has black color on #231C06 background.


White color preview on #231C06 background

This text has white color on #231C06 background.