COLOR #232C15

HEX: #232C15 RGB: (35,44,21)

Color info

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

RGB color model

#232C15 color RGB value is (35,44,21).

RGB: (35,44,21) (14%, 17%, 8%)

RGB channels and saturation

R 35 of 255 = 14%
G 44 of 255 = 17%
B 21 of 255 = 8%

35
44
21

R + G + B ~ 13%. #232C15 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 44 + 21 = 100 (100%)
R 35 of 100 ~ 35%
G 44 of 100 ~ 44%
B 21 of 100 ~ 21'%

%35
%44
%21

CMYK color model

#232C15 color CMYK value is (20,0,52,83).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 82.75%

CMYK: (20,0,52,83)
C20M0Y52K83 (20%, 0%, 52%, 83%)
(0.20 / 0.00 / 0.52 / 0.83)

CMYK percentages

%20.45
%0
%52.27
%82.75

Codes

Color #232C15 in popluar color models

23 2C 15
RGB 35 44 21
HSL 83° 35.38% 12.75%
HSB/HSV 83° 52.27% 17.25%
CMYK 20.45% 0.00% 52.27%
82.75%

Color #232C15 in popluar number systems.

HEX 23 2C 15
Decimal 35 44 21
Binary 100011 101100 10101
Octal 43 54 25

Shades and tints

Shades of #232C15

#232C15
(35,44,21)
#202814
(32,40,20)
#1D2413
(29,36,19)
#1A2012
(26,32,18)
#171C11
(23,28,17)
#141810
(20,24,16)
#11140F
(17,20,15)
#0E100E
(14,16,14)
#0B0C0D
(11,12,13)
#08080C
(8,8,12)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #232C15

#232C15
(35,44,21)
#373F2A
(55,63,42)
#4B523F
(75,82,63)
#5F6554
(95,101,84)
#737869
(115,120,105)
#878B7E
(135,139,126)
#9B9E93
(155,158,147)
#AFB1A8
(175,177,168)
#C3C4BD
(195,196,189)
#D7D7D2
(215,215,210)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232C15; }

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

This text font color is #232C15.

Background Color

.myBgColor { background-color: #232C15; }

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

This div background color is #232C15.

Border color

.myBorderColor { border: 1px solid #232C15; }

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

This div border color is #232C15.

Opacity

.myOpacity80 { color: #232C15; opacity: 0.8; }

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

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

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

This text has shadow with #232C15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #232C15.

Preview

Color preview on black background

This text has color #232C15 on black background.


Color preview on white background

This text has color #232C15 on white background.


Black color preview on #232C15 background

This text has black color on #232C15 background.


White color preview on #232C15 background

This text has white color on #232C15 background.


Related colors

Complementary color

Complementary color for #hex is #DCD3EA.


I love getcolorcode.com

Triadic colors

1 #15232C and #2C1523 with #232C15 are triadic colors.

2 #152C23 and #2C2315 with #232C15 are triadic colors.