COLOR #35592C

HEX: #35592C
RGB: (53,89,44)

Color info

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

RGB color model

#35592C color RGB value is (53,89,44).

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

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 44 of 255 = 17%

53
89
44

R + G + B ~ 24%. #35592C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 44 = 186 (100%)
R 53 of 186 ~ 28.49%
G 89 of 186 ~ 47.85%
B 44 of 186 ~ 23.66%

%28.49
%47.85
%23.66

CMYK color model

#35592C color CMYK value is (40,0,51,65).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 50.56%
  • key color value is 65.10%
CMYK:
(40,0,51,65)
C40M0Y51K65 
(40%,0%,51%,65%)
(0.40/0.00/0.51/0.65)	

CMYK percentages

%40.45
%0
%50.56
%65.1

Codes

Color #35592C in popluar color models

35592C
RGB538944
HSL108°33.83%26.08%
HSB/HSV108°50.56%34.90%
CMYK40.45%0.00%50.56%
65.10%

Color #35592C in popluar number systems.

HEX35592C
Decimal538944
Binary1101011011001101100
Octal6513154

Shades and tints

Shades of #35592C

#35592C
(53,89,44)
#315128
(49,81,40)
#2D4924
(45,73,36)
#294120
(41,65,32)
#25391C
(37,57,28)
#213118
(33,49,24)
#1D2914
(29,41,20)
#192110
(25,33,16)
#15190C
(21,25,12)
#111108
(17,17,8)
#0D0904
(13,9,4)
#000000
(0,0,0)

Tints of #35592C

#35592C
(53,89,44)
#47683F
(71,104,63)
#597752
(89,119,82)
#6B8665
(107,134,101)
#7D9578
(125,149,120)
#8FA48B
(143,164,139)
#A1B39E
(161,179,158)
#B3C2B1
(179,194,177)
#C5D1C4
(197,209,196)
#D7E0D7
(215,224,215)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35592C color. Also use rgb(53,89,44) instead hex code.

Text Font Color

.myTextColor { color: #35592C; }

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

This text font color is #35592C.


Background Color

.myBgColor { background-color: #35592C; }

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

This div background color is #35592C.


Border color

.myBorderColor { border: 1px solid #35592C; }

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

This div border color is #35592C.


Opacity

.myOpacity80 { color: #35592C; opacity: 0.8; }

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

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

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

This text has shadow with #35592C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35592C on black background.


Color preview on white background

This text has color #35592C on white background.



Black color preview on #35592C background

This text has black color on #35592C background.


White color preview on #35592C background

This text has white color on #35592C background.