COLOR #235529

HEX: #235529
RGB: (35,85,41)

Color info

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

RGB color model

#235529 color RGB value is (35,85,41).

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

RGB channels and saturation

R 35 of 255 = 14%
G 85 of 255 = 33%
B 41 of 255 = 16%

35
85
41

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

Portions of RGB colors in percentages

R + G + B =
35 + 85 + 41 = 161 (100%)
R 35 of 161 ~ 21.74%
G 85 of 161 ~ 52.8%
B 41 of 161 ~ 25.47%

%21.74
%52.8
%25.47

CMYK color model

#235529 color CMYK value is (59,0,52,67).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(59,0,52,67)
C59M0Y52K67 
(59%,0%,52%,67%)
(0.59/0.00/0.52/0.67)	

CMYK percentages

%58.82
%0
%51.76
%66.67

Codes

Color #235529 in popluar color models

235529
RGB358541
HSL127°41.67%23.53%
HSB/HSV127°58.82%33.33%
CMYK58.82%0.00%51.76%
66.67%

Color #235529 in popluar number systems.

HEX235529
Decimal358541
Binary1000111010101101001
Octal4312551

Shades and tints

Shades of #235529

#235529
(35,85,41)
#204E26
(32,78,38)
#1D4723
(29,71,35)
#1A4020
(26,64,32)
#17391D
(23,57,29)
#14321A
(20,50,26)
#112B17
(17,43,23)
#0E2414
(14,36,20)
#0B1D11
(11,29,17)
#08160E
(8,22,14)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #235529

#235529
(35,85,41)
#37643C
(55,100,60)
#4B734F
(75,115,79)
#5F8262
(95,130,98)
#739175
(115,145,117)
#87A088
(135,160,136)
#9BAF9B
(155,175,155)
#AFBEAE
(175,190,174)
#C3CDC1
(195,205,193)
#D7DCD4
(215,220,212)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #235529; }

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

This text font color is #235529.


Background Color

.myBgColor { background-color: #235529; }

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

This div background color is #235529.


Border color

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

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

This div border color is #235529.


Opacity

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

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

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

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

This text has shadow with #235529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #235529 on black background.


Color preview on white background

This text has color #235529 on white background.



Black color preview on #235529 background

This text has black color on #235529 background.


White color preview on #235529 background

This text has white color on #235529 background.