COLOR #355C1F

HEX: #355C1F
RGB: (53,92,31)

Color info

#355C1F contains mainly red and green colors. Web safe color of #355C1F is #336633 (or #363).

RGB color model

#355C1F color RGB value is (53,92,31).

  • red value is 53;
  • green value is 92;
  • blue value is 31.
RGB:
(53,92,31)
(21%,36%,12%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 31 of 255 = 12%

53
92
31

R + G + B ~ 23%. #355C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 92 + 31 = 176 (100%)
R 53 of 176 ~ 30.11%
G 92 of 176 ~ 52.27%
B 31 of 176 ~ 17.61%

%30.11
%52.27
%17.61

CMYK color model

#355C1F color CMYK value is (42,0,66,64).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 66.30%
  • key color value is 63.92%
CMYK:
(42,0,66,64)
C42M0Y66K64 
(42%,0%,66%,64%)
(0.42/0.00/0.66/0.64)	

CMYK percentages

%42.39
%0
%66.3
%63.92

Codes

Color #355C1F in popluar color models

355C1F
RGB539231
HSL98°49.59%24.12%
HSB/HSV98°66.30%36.08%
CMYK42.39%0.00%66.30%
63.92%

Color #355C1F in popluar number systems.

HEX355C1F
Decimal539231
Binary110101101110011111
Octal6513437

Shades and tints

Shades of #355C1F

#355C1F
(53,92,31)
#31541D
(49,84,29)
#2D4C1B
(45,76,27)
#294419
(41,68,25)
#253C17
(37,60,23)
#213415
(33,52,21)
#1D2C13
(29,44,19)
#192411
(25,36,17)
#151C0F
(21,28,15)
#11140D
(17,20,13)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #355C1F

#355C1F
(53,92,31)
#476A33
(71,106,51)
#597847
(89,120,71)
#6B865B
(107,134,91)
#7D946F
(125,148,111)
#8FA283
(143,162,131)
#A1B097
(161,176,151)
#B3BEAB
(179,190,171)
#C5CCBF
(197,204,191)
#D7DAD3
(215,218,211)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355C1F color. Also use rgb(53,92,31) instead hex code.

Text Font Color

.myTextColor { color: #355C1F; }

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

This text font color is #355C1F.


Background Color

.myBgColor { background-color: #355C1F; }

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

This div background color is #355C1F.


Border color

.myBorderColor { border: 1px solid #355C1F; }

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

This div border color is #355C1F.


Opacity

.myOpacity80 { color: #355C1F; opacity: 0.8; }

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

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

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

This text has shadow with #355C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355C1F on black background.


Color preview on white background

This text has color #355C1F on white background.



Black color preview on #355C1F background

This text has black color on #355C1F background.


White color preview on #355C1F background

This text has white color on #355C1F background.