COLOR #231715

HEX: #231715
RGB: (35,23,21)

Color info

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

RGB color model

#231715 color RGB value is (35,23,21).

  • red value is 35;
  • green value is 23;
  • blue value is 21.
RGB:
(35,23,21)
(14%,9%,8%)

RGB channels and saturation

R 35 of 255 = 14%
G 23 of 255 = 9%
B 21 of 255 = 8%

35
23
21

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

Portions of RGB colors in percentages

R + G + B =
35 + 23 + 21 = 79 (100%)
R 35 of 79 ~ 44.3%
G 23 of 79 ~ 29.11%
B 21 of 79 ~ 26.58%

%44.3
%29.11
%26.58

CMYK color model

#231715 color CMYK value is (0,34,40,86).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 40.00%
  • key color value is 86.27%
CMYK:
(0,34,40,86)
C0M34Y40K86 
(0%,34%,40%,86%)
(0.00/0.34/0.40/0.86)	

CMYK percentages

%0
%34.29
%40
%86.27

Codes

Color #231715 in popluar color models

231715
RGB352321
HSL25.00%10.98%
HSB/HSV40.00%13.73%
CMYK0.00%34.29%40.00%
86.27%

Color #231715 in popluar number systems.

HEX231715
Decimal352321
Binary1000111011110101
Octal432725

Shades and tints

Shades of #231715

#231715
(35,23,21)
#201514
(32,21,20)
#1D1313
(29,19,19)
#1A1112
(26,17,18)
#170F11
(23,15,17)
#140D10
(20,13,16)
#110B0F
(17,11,15)
#0E090E
(14,9,14)
#0B070D
(11,7,13)
#08050C
(8,5,12)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #231715

#231715
(35,23,21)
#372C2A
(55,44,42)
#4B413F
(75,65,63)
#5F5654
(95,86,84)
#736B69
(115,107,105)
#87807E
(135,128,126)
#9B9593
(155,149,147)
#AFAAA8
(175,170,168)
#C3BFBD
(195,191,189)
#D7D4D2
(215,212,210)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231715 color. Also use rgb(35,23,21) instead hex code.

Text Font Color

.myTextColor { color: #231715; }

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

This text font color is #231715.


Background Color

.myBgColor { background-color: #231715; }

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

This div background color is #231715.


Border color

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

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

This div border color is #231715.


Opacity

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

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

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

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

This text has shadow with #231715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231715 on black background.


Color preview on white background

This text has color #231715 on white background.



Black color preview on #231715 background

This text has black color on #231715 background.


White color preview on #231715 background

This text has white color on #231715 background.