COLOR #230715

HEX: #230715 RGB: (35,7,21)

Color info

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

RGB color model

#230715 color RGB value is (35,7,21).

RGB: (35,7,21) (14%, 3%, 8%)

RGB channels and saturation

R 35 of 255 = 14%
G 7 of 255 = 3%
B 21 of 255 = 8%

35
7
21

R + G + B ~ 8%. #230715 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 7 + 21 = 63 (100%)
R 35 of 63 ~ 55.56%
G 7 of 63 ~ 11.11%
B 21 of 63 ~ 33.33'%

%55.56
%11.11
%33.33

CMYK color model

#230715 color CMYK value is (0,80,40,86).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 40.00%
  • key color value is 86.27%

CMYK: (0,80,40,86)
C0M80Y40K86 (0%, 80%, 40%, 86%)
(0.00 / 0.80 / 0.40 / 0.86)

CMYK percentages

%0
%80
%40
%86.27

Codes

Color #230715 in popluar color models

23 07 15
RGB 35 7 21
HSL 330° 66.67% 8.24%
HSB/HSV 330° 80.00% 13.73%
CMYK 0.00% 80.00% 40.00%
86.27%

Color #230715 in popluar number systems.

HEX 23 07 15
Decimal 35 7 21
Binary 100011 111 10101
Octal 43 7 25

Shades and tints

Shades of #230715

#230715
(35,7,21)
#200714
(32,7,20)
#1D0713
(29,7,19)
#1A0712
(26,7,18)
#170711
(23,7,17)
#140710
(20,7,16)
#11070F
(17,7,15)
#0E070E
(14,7,14)
#0B070D
(11,7,13)
#08070C
(8,7,12)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #230715

#230715
(35,7,21)
#371D2A
(55,29,42)
#4B333F
(75,51,63)
#5F4954
(95,73,84)
#735F69
(115,95,105)
#87757E
(135,117,126)
#9B8B93
(155,139,147)
#AFA1A8
(175,161,168)
#C3B7BD
(195,183,189)
#D7CDD2
(215,205,210)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230715; }

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

This text font color is #230715.

Background Color

.myBgColor { background-color: #230715; }

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

This div background color is #230715.

Border color

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

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

This div border color is #230715.

Opacity

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

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

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

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

This text has shadow with #230715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #230715.

Preview

Color preview on black background

This text has color #230715 on black background.


Color preview on white background

This text has color #230715 on white background.


Black color preview on #230715 background

This text has black color on #230715 background.


White color preview on #230715 background

This text has white color on #230715 background.


Related colors

Complementary color

Complementary color for #hex is #DCF8EA.


I love getcolorcode.com

Triadic colors

1 #152307 and #071523 with #230715 are triadic colors.

2 #150723 and #072315 with #230715 are triadic colors.