COLOR #230511

HEX: #230511 RGB: (35,5,17)

Color info

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

RGB color model

#230511 color RGB value is (35,5,17).

RGB: (35,5,17) (14%, 2%, 7%)

RGB channels and saturation

R 35 of 255 = 14%
G 5 of 255 = 2%
B 17 of 255 = 7%

35
5
17

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

Portions of RGB colors in percentages

R + G + B = 35 + 5 + 17 = 57 (100%)
R 35 of 57 ~ 61.4%
G 5 of 57 ~ 8.77%
B 17 of 57 ~ 29.82'%

%61.4
%29.82

CMYK color model

#230511 color CMYK value is (0,86,51,86).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 51.43%
  • key color value is 86.27%
CMYK: (0,86,51,86) C0M86Y51K86 (0%,86%,51%,86%) (0.00/0.86/0.51/0.86) 

CMYK percentages

%0
%85.71
%51.43
%86.27

Codes

Color #230511 in popluar color models

23 05 11
RGB 35 5 17
HSL 336° 75.00% 7.84%
HSB/HSV 336° 85.71% 13.73%
CMYK 0.00% 85.71% 51.43%
86.27%

Color #230511 in popluar number systems.

HEX 23 05 11
Decimal 35 5 17
Binary 100011 101 10001
Octal 43 5 21

Shades and tints

Shades of #230511

#230511
(35,5,17)
#200510
(32,5,16)
#1D050F
(29,5,15)
#1A050E
(26,5,14)
#17050D
(23,5,13)
#14050C
(20,5,12)
#11050B
(17,5,11)
#0E050A
(14,5,10)
#0B0509
(11,5,9)
#080508
(8,5,8)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #230511

#230511
(35,5,17)
#371B26
(55,27,38)
#4B313B
(75,49,59)
#5F4750
(95,71,80)
#735D65
(115,93,101)
#87737A
(135,115,122)
#9B898F
(155,137,143)
#AF9FA4
(175,159,164)
#C3B5B9
(195,181,185)
#D7CBCE
(215,203,206)
#EBE1E3
(235,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230511 color. Also use rgb(35,5,17) instead hex code.

Text Font Color

.myTextColor { color: #230511; }

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

This text font color is #230511.

Background Color

.myBgColor { background-color: #230511; }

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

This div background color is #230511.

Border color

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

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

This div border color is #230511.

Opacity

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

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

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

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

This text has shadow with #230511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #230511.

Preview

Color preview on black background

This text has color #230511 on black background.


Color preview on white background

This text has color #230511 on white background.


Black color preview on #230511 background

This text has black color on #230511 background.


White color preview on #230511 background

This text has white color on #230511 background.


Related colors

Complementary color

Complementary color for #hex is #DCFAEE.


I love getcolorcode.com

Triadic colors

1 #112305 and #051123 with #230511 are triadic colors.

2 #110523 and #052311 with #230511 are triadic colors.