COLOR #233327

HEX: #233327
RGB: (35,51,39)

Color info

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

RGB color model

#233327 color RGB value is (35,51,39).

  • red value is 35;
  • green value is 51;
  • blue value is 39.
RGB:
(35,51,39)
(14%,20%,15%)

RGB channels and saturation

R 35 of 255 = 14%
G 51 of 255 = 20%
B 39 of 255 = 15%

35
51
39

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

Portions of RGB colors in percentages

R + G + B =
35 + 51 + 39 = 125 (100%)
R 35 of 125 ~ 28%
G 51 of 125 ~ 40.8%
B 39 of 125 ~ 31.2%

%28
%40.8
%31.2

CMYK color model

#233327 color CMYK value is (31,0,24,80).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(31,0,24,80)
C31M0Y24K80 
(31%,0%,24%,80%)
(0.31/0.00/0.24/0.80)	

CMYK percentages

%31.37
%0
%23.53
%80

Codes

Color #233327 in popluar color models

233327
RGB355139
HSL135°18.60%16.86%
HSB/HSV135°31.37%20.00%
CMYK31.37%0.00%23.53%
80.00%

Color #233327 in popluar number systems.

HEX233327
Decimal355139
Binary100011110011100111
Octal436347

Shades and tints

Shades of #233327

#233327
(35,51,39)
#202F24
(32,47,36)
#1D2B21
(29,43,33)
#1A271E
(26,39,30)
#17231B
(23,35,27)
#141F18
(20,31,24)
#111B15
(17,27,21)
#0E1712
(14,23,18)
#0B130F
(11,19,15)
#080F0C
(8,15,12)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #233327

#233327
(35,51,39)
#37453A
(55,69,58)
#4B574D
(75,87,77)
#5F6960
(95,105,96)
#737B73
(115,123,115)
#878D86
(135,141,134)
#9B9F99
(155,159,153)
#AFB1AC
(175,177,172)
#C3C3BF
(195,195,191)
#D7D5D2
(215,213,210)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #233327; }

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

This text font color is #233327.


Background Color

.myBgColor { background-color: #233327; }

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

This div background color is #233327.


Border color

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

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

This div border color is #233327.


Opacity

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

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

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

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

This text has shadow with #233327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #233327 on black background.


Color preview on white background

This text has color #233327 on white background.



Black color preview on #233327 background

This text has black color on #233327 background.


White color preview on #233327 background

This text has white color on #233327 background.