COLOR #35582A

HEX: #35582A
RGB: (53,88,42)

Color info

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

RGB color model

#35582A color RGB value is (53,88,42).

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

RGB channels and saturation

R 53 of 255 = 21%
G 88 of 255 = 35%
B 42 of 255 = 16%

53
88
42

R + G + B ~ 24%. #35582A is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 88 + 42 = 183 (100%)
R 53 of 183 ~ 28.96%
G 88 of 183 ~ 48.09%
B 42 of 183 ~ 22.95%

%28.96
%48.09
%22.95

CMYK color model

#35582A color CMYK value is (40,0,52,65).

  • cyan value is 39.77%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(40,0,52,65)
C40M0Y52K65 
(40%,0%,52%,65%)
(0.40/0.00/0.52/0.65)	

CMYK percentages

%39.77
%0
%52.27
%65.49

Codes

Color #35582A in popluar color models

35582A
RGB538842
HSL106°35.38%25.49%
HSB/HSV106°52.27%34.51%
CMYK39.77%0.00%52.27%
65.49%

Color #35582A in popluar number systems.

HEX35582A
Decimal538842
Binary1101011011000101010
Octal6513052

Shades and tints

Shades of #35582A

#35582A
(53,88,42)
#315027
(49,80,39)
#2D4824
(45,72,36)
#294021
(41,64,33)
#25381E
(37,56,30)
#21301B
(33,48,27)
#1D2818
(29,40,24)
#192015
(25,32,21)
#151812
(21,24,18)
#11100F
(17,16,15)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #35582A

#35582A
(53,88,42)
#47673D
(71,103,61)
#597650
(89,118,80)
#6B8563
(107,133,99)
#7D9476
(125,148,118)
#8FA389
(143,163,137)
#A1B29C
(161,178,156)
#B3C1AF
(179,193,175)
#C5D0C2
(197,208,194)
#D7DFD5
(215,223,213)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35582A color. Also use rgb(53,88,42) instead hex code.

Text Font Color

.myTextColor { color: #35582A; }

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

This text font color is #35582A.


Background Color

.myBgColor { background-color: #35582A; }

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

This div background color is #35582A.


Border color

.myBorderColor { border: 1px solid #35582A; }

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

This div border color is #35582A.


Opacity

.myOpacity80 { color: #35582A; opacity: 0.8; }

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

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

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

This text has shadow with #35582A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35582A on black background.


Color preview on white background

This text has color #35582A on white background.



Black color preview on #35582A background

This text has black color on #35582A background.


White color preview on #35582A background

This text has white color on #35582A background.