COLOR #232C25

HEX: #232C25 RGB: (35,44,37)

Color info

#232C25 contains red, green and blue colors in about the same proportion. Web safe color of #232C25 is #333333 (or #333).

RGB color model

#232C25 color RGB value is (35,44,37).

RGB: (35,44,37) (14%, 17%, 15%)

RGB channels and saturation

R 35 of 255 = 14%
G 44 of 255 = 17%
B 37 of 255 = 15%

35
44
37

R + G + B ~ 15%. #232C25 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 44 + 37 = 116 (100%)
R 35 of 116 ~ 30.17%
G 44 of 116 ~ 37.93%
B 37 of 116 ~ 31.9'%

%30.17
%37.93
%31.9

CMYK color model

#232C25 color CMYK value is (20,0,16,83).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 82.75%
CMYK: (20,0,16,83) C20M0Y16K83 (20%,0%,16%,83%) (0.20/0.00/0.16/0.83) 

CMYK percentages

%20.45
%0
%15.91
%82.75

Codes

Color #232C25 in popluar color models

23 2C 25
RGB 35 44 37
HSL 133° 11.39% 15.49%
HSB/HSV 133° 20.45% 17.25%
CMYK 20.45% 0.00% 15.91%
82.75%

Color #232C25 in popluar number systems.

HEX 23 2C 25
Decimal 35 44 37
Binary 100011 101100 100101
Octal 43 54 45

Shades and tints

Shades of #232C25

#232C25
(35,44,37)
#202822
(32,40,34)
#1D241F
(29,36,31)
#1A201C
(26,32,28)
#171C19
(23,28,25)
#141816
(20,24,22)
#111413
(17,20,19)
#0E1010
(14,16,16)
#0B0C0D
(11,12,13)
#08080A
(8,8,10)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #232C25

#232C25
(35,44,37)
#373F38
(55,63,56)
#4B524B
(75,82,75)
#5F655E
(95,101,94)
#737871
(115,120,113)
#878B84
(135,139,132)
#9B9E97
(155,158,151)
#AFB1AA
(175,177,170)
#C3C4BD
(195,196,189)
#D7D7D0
(215,215,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232C25; }

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

This text font color is #232C25.

Background Color

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

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

This div background color is #232C25.

Border color

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

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

This div border color is #232C25.

Opacity

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

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

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

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

This text has shadow with #232C25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #232C25.

Preview

Color preview on black background

This text has color #232C25 on black background.


Color preview on white background

This text has color #232C25 on white background.


Black color preview on #232C25 background

This text has black color on #232C25 background.


White color preview on #232C25 background

This text has white color on #232C25 background.


Related colors

Complementary color

Complementary color for #hex is #DCD3DA.


I love getcolorcode.com

Triadic colors

1 #25232C and #2C2523 with #232C25 are triadic colors.

2 #252C23 and #2C2325 with #232C25 are triadic colors.