COLOR #355307

HEX: #355307
RGB: (53,83,7)

Color info

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

RGB color model

#355307 color RGB value is (53,83,7).

  • red value is 53;
  • green value is 83;
  • blue value is 7.
RGB:
(53,83,7)
(21%,33%,3%)

RGB channels and saturation

R 53 of 255 = 21%
G 83 of 255 = 33%
B 7 of 255 = 3%

53
83
7

R + G + B ~ 19%. #355307 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 83 + 7 = 143 (100%)
R 53 of 143 ~ 37.06%
G 83 of 143 ~ 58.04%
B 7 of 143 ~ 4.9%

%37.06
%58.04

CMYK color model

#355307 color CMYK value is (36,0,92,67).

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 91.57%
  • key color value is 67.45%
CMYK:
(36,0,92,67)
C36M0Y92K67 
(36%,0%,92%,67%)
(0.36/0.00/0.92/0.67)	

CMYK percentages

%36.14
%0
%91.57
%67.45

Codes

Color #355307 in popluar color models

355307
RGB53837
HSL84°84.44%17.65%
HSB/HSV84°91.57%32.55%
CMYK36.14%0.00%91.57%
67.45%

Color #355307 in popluar number systems.

HEX355307
Decimal53837
Binary1101011010011111
Octal651237

Shades and tints

Shades of #355307

#355307
(53,83,7)
#314C07
(49,76,7)
#2D4507
(45,69,7)
#293E07
(41,62,7)
#253707
(37,55,7)
#213007
(33,48,7)
#1D2907
(29,41,7)
#192207
(25,34,7)
#151B07
(21,27,7)
#111407
(17,20,7)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #355307

#355307
(53,83,7)
#47621D
(71,98,29)
#597133
(89,113,51)
#6B8049
(107,128,73)
#7D8F5F
(125,143,95)
#8F9E75
(143,158,117)
#A1AD8B
(161,173,139)
#B3BCA1
(179,188,161)
#C5CBB7
(197,203,183)
#D7DACD
(215,218,205)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355307 color. Also use rgb(53,83,7) instead hex code.

Text Font Color

.myTextColor { color: #355307; }

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

This text font color is #355307.


Background Color

.myBgColor { background-color: #355307; }

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

This div background color is #355307.


Border color

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

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

This div border color is #355307.


Opacity

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

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

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

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

This text has shadow with #355307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355307 on black background.


Color preview on white background

This text has color #355307 on white background.



Black color preview on #355307 background

This text has black color on #355307 background.


White color preview on #355307 background

This text has white color on #355307 background.