COLOR #355014

HEX: #355014
RGB: (53,80,20)

Color info

#355014 contains mainly red and green colors. Web safe color of #355014 is #336600 (or #360).

RGB color model

#355014 color RGB value is (53,80,20).

  • red value is 53;
  • green value is 80;
  • blue value is 20.
RGB:
(53,80,20)
(21%,31%,8%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 20 of 255 = 8%

53
80
20

R + G + B ~ 20%. #355014 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 20 = 153 (100%)
R 53 of 153 ~ 34.64%
G 80 of 153 ~ 52.29%
B 20 of 153 ~ 13.07%

%34.64
%52.29
%13.07

CMYK color model

#355014 color CMYK value is (34,0,75,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(34,0,75,69)
C34M0Y75K69 
(34%,0%,75%,69%)
(0.34/0.00/0.75/0.69)	

CMYK percentages

%33.75
%0
%75
%68.63

Codes

Color #355014 in popluar color models

355014
RGB538020
HSL87°60.00%19.61%
HSB/HSV87°75.00%31.37%
CMYK33.75%0.00%75.00%
68.63%

Color #355014 in popluar number systems.

HEX355014
Decimal538020
Binary110101101000010100
Octal6512024

Shades and tints

Shades of #355014

#355014
(53,80,20)
#314913
(49,73,19)
#2D4212
(45,66,18)
#293B11
(41,59,17)
#253410
(37,52,16)
#212D0F
(33,45,15)
#1D260E
(29,38,14)
#191F0D
(25,31,13)
#15180C
(21,24,12)
#11110B
(17,17,11)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #355014

#355014
(53,80,20)
#475F29
(71,95,41)
#596E3E
(89,110,62)
#6B7D53
(107,125,83)
#7D8C68
(125,140,104)
#8F9B7D
(143,155,125)
#A1AA92
(161,170,146)
#B3B9A7
(179,185,167)
#C5C8BC
(197,200,188)
#D7D7D1
(215,215,209)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355014 color. Also use rgb(53,80,20) instead hex code.

Text Font Color

.myTextColor { color: #355014; }

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

This text font color is #355014.


Background Color

.myBgColor { background-color: #355014; }

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

This div background color is #355014.


Border color

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

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

This div border color is #355014.


Opacity

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

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

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

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

This text has shadow with #355014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355014 on black background.


Color preview on white background

This text has color #355014 on white background.



Black color preview on #355014 background

This text has black color on #355014 background.


White color preview on #355014 background

This text has white color on #355014 background.