COLOR #232335

HEX: #232335
RGB: (35,35,53)

Color info

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

RGB color model

#232335 color RGB value is (35,35,53).

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

RGB channels and saturation

R 35 of 255 = 14%
G 35 of 255 = 14%
B 53 of 255 = 21%

35
35
53

R + G + B ~ 16%. #232335 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 35 + 53 = 123 (100%)
R 35 of 123 ~ 28.46%
G 35 of 123 ~ 28.46%
B 53 of 123 ~ 43.09%

%28.46
%28.46
%43.09

CMYK color model

#232335 color CMYK value is (34,34,0,79).

  • cyan value is 33.96%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(34,34,0,79)
C34M34Y0K79 
(34%,34%,0%,79%)
(0.34/0.34/0.00/0.79)	

CMYK percentages

%33.96
%33.96
%0
%79.22

Codes

Color #232335 in popluar color models

232335
RGB353553
HSL240°20.45%17.25%
HSB/HSV240°33.96%20.78%
CMYK33.96%33.96%0.00%
79.22%

Color #232335 in popluar number systems.

HEX232335
Decimal353553
Binary100011100011110101
Octal434365

Shades and tints

Shades of #232335

#232335
(35,35,53)
#202031
(32,32,49)
#1D1D2D
(29,29,45)
#1A1A29
(26,26,41)
#171725
(23,23,37)
#141421
(20,20,33)
#11111D
(17,17,29)
#0E0E19
(14,14,25)
#0B0B15
(11,11,21)
#080811
(8,8,17)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #232335

#232335
(35,35,53)
#373747
(55,55,71)
#4B4B59
(75,75,89)
#5F5F6B
(95,95,107)
#73737D
(115,115,125)
#87878F
(135,135,143)
#9B9BA1
(155,155,161)
#AFAFB3
(175,175,179)
#C3C3C5
(195,195,197)
#D7D7D7
(215,215,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232335; }

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

This text font color is #232335.


Background Color

.myBgColor { background-color: #232335; }

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

This div background color is #232335.


Border color

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

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

This div border color is #232335.


Opacity

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

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

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

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

This text has shadow with #232335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232335 on black background.


Color preview on white background

This text has color #232335 on white background.



Black color preview on #232335 background

This text has black color on #232335 background.


White color preview on #232335 background

This text has white color on #232335 background.