COLOR #235328

HEX: #235328
RGB: (35,83,40)

Color info

#235328 contains red, green and blue colors in about the same proportion. Web safe color of #235328 is #336633 (or #363).

RGB color model

#235328 color RGB value is (35,83,40).

  • red value is 35;
  • green value is 83;
  • blue value is 40.
RGB:
(35,83,40)
(14%,33%,16%)

RGB channels and saturation

R 35 of 255 = 14%
G 83 of 255 = 33%
B 40 of 255 = 16%

35
83
40

R + G + B ~ 21%. #235328 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 83 + 40 = 158 (100%)
R 35 of 158 ~ 22.15%
G 83 of 158 ~ 52.53%
B 40 of 158 ~ 25.32%

%22.15
%52.53
%25.32

CMYK color model

#235328 color CMYK value is (58,0,52,67).

  • cyan value is 57.83%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 67.45%
CMYK:
(58,0,52,67)
C58M0Y52K67 
(58%,0%,52%,67%)
(0.58/0.00/0.52/0.67)	

CMYK percentages

%57.83
%0
%51.81
%67.45

Codes

Color #235328 in popluar color models

235328
RGB358340
HSL126°40.68%23.14%
HSB/HSV126°57.83%32.55%
CMYK57.83%0.00%51.81%
67.45%

Color #235328 in popluar number systems.

HEX235328
Decimal358340
Binary1000111010011101000
Octal4312350

Shades and tints

Shades of #235328

#235328
(35,83,40)
#204C25
(32,76,37)
#1D4522
(29,69,34)
#1A3E1F
(26,62,31)
#17371C
(23,55,28)
#143019
(20,48,25)
#112916
(17,41,22)
#0E2213
(14,34,19)
#0B1B10
(11,27,16)
#08140D
(8,20,13)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #235328

#235328
(35,83,40)
#37623B
(55,98,59)
#4B714E
(75,113,78)
#5F8061
(95,128,97)
#738F74
(115,143,116)
#879E87
(135,158,135)
#9BAD9A
(155,173,154)
#AFBCAD
(175,188,173)
#C3CBC0
(195,203,192)
#D7DAD3
(215,218,211)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235328; }

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

This text font color is #235328.


Background Color

.myBgColor { background-color: #235328; }

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

This div background color is #235328.


Border color

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

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

This div border color is #235328.


Opacity

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

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

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

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

This text has shadow with #235328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235328 on black background.


Color preview on white background

This text has color #235328 on white background.



Black color preview on #235328 background

This text has black color on #235328 background.


White color preview on #235328 background

This text has white color on #235328 background.