COLOR #355F15

HEX: #355F15 RGB: (53,95,21)

Color info

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

RGB color model

#355F15 color RGB value is (53,95,21).

RGB: (53,95,21) (21%, 37%, 8%)

RGB channels and saturation

R 53 of 255 = 21%
G 95 of 255 = 37%
B 21 of 255 = 8%

53
95
21

R + G + B ~ 22%. #355F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 95 + 21 = 169 (100%)
R 53 of 169 ~ 31.36%
G 95 of 169 ~ 56.21%
B 21 of 169 ~ 12.43'%

%31.36
%56.21
%12.43

CMYK color model

#355F15 color CMYK value is (44,0,78,63).

  • cyan value is 44.21%
  • magenta value is 0.00%
  • yellow value is 77.89%
  • key color value is 62.75%

CMYK: (44,0,78,63)
C44M0Y78K63 (44%, 0%, 78%, 63%)
(0.44 / 0.00 / 0.78 / 0.63)

CMYK percentages

%44.21
%0
%77.89
%62.75

Codes

Color #355F15 in popluar color models

35 5F 15
RGB 53 95 21
HSL 94° 63.79% 22.75%
HSB/HSV 94° 77.89% 37.25%
CMYK 44.21% 0.00% 77.89%
62.75%

Color #355F15 in popluar number systems.

HEX 35 5F 15
Decimal 53 95 21
Binary 110101 1011111 10101
Octal 65 137 25

Shades and tints

Shades of #355F15

#355F15
(53,95,21)
#315714
(49,87,20)
#2D4F13
(45,79,19)
#294712
(41,71,18)
#253F11
(37,63,17)
#213710
(33,55,16)
#1D2F0F
(29,47,15)
#19270E
(25,39,14)
#151F0D
(21,31,13)
#11170C
(17,23,12)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #355F15

#355F15
(53,95,21)
#476D2A
(71,109,42)
#597B3F
(89,123,63)
#6B8954
(107,137,84)
#7D9769
(125,151,105)
#8FA57E
(143,165,126)
#A1B393
(161,179,147)
#B3C1A8
(179,193,168)
#C5CFBD
(197,207,189)
#D7DDD2
(215,221,210)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355F15 color. Also use rgb(53,95,21) instead hex code.

Text Font Color

.myTextColor { color: #355F15; }

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

This text font color is #355F15.

Background Color

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

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

This div background color is #355F15.

Border color

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

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

This div border color is #355F15.

Opacity

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

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

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

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

This text has shadow with #355F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355F15.

Preview

Color preview on black background

This text has color #355F15 on black background.


Color preview on white background

This text has color #355F15 on white background.


Black color preview on #355F15 background

This text has black color on #355F15 background.


White color preview on #355F15 background

This text has white color on #355F15 background.


Related colors

Complementary color

Complementary color for #hex is #CAA0EA.


I love getcolorcode.com

Triadic colors

1 #15355F and #5F1535 with #355F15 are triadic colors.

2 #155F35 and #5F3515 with #355F15 are triadic colors.