COLOR #355D0E

HEX: #355D0E RGB: (53,93,14)

Color info

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

RGB color model

#355D0E color RGB value is (53,93,14).

RGB: (53,93,14) (21%, 36%, 5%)

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 14 of 255 = 5%

53
93
14

R + G + B ~ 21%. #355D0E is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 93 + 14 = 160 (100%)
R 53 of 160 ~ 33.13%
G 93 of 160 ~ 58.13%
B 14 of 160 ~ 8.75'%

%33.13
%58.13

CMYK color model

#355D0E color CMYK value is (43,0,85,64).

  • cyan value is 43.01%
  • magenta value is 0.00%
  • yellow value is 84.95%
  • key color value is 63.53%
CMYK: (43,0,85,64) C43M0Y85K64 (43%,0%,85%,64%) (0.43/0.00/0.85/0.64) 

CMYK percentages

%43.01
%0
%84.95
%63.53

Codes

Color #355D0E in popluar color models

35 5D 0E
RGB 53 93 14
HSL 90° 73.83% 20.98%
HSB/HSV 90° 84.95% 36.47%
CMYK 43.01% 0.00% 84.95%
63.53%

Color #355D0E in popluar number systems.

HEX 35 5D 0E
Decimal 53 93 14
Binary 110101 1011101 1110
Octal 65 135 16

Shades and tints

Shades of #355D0E

#355D0E
(53,93,14)
#31550D
(49,85,13)
#2D4D0C
(45,77,12)
#29450B
(41,69,11)
#253D0A
(37,61,10)
#213509
(33,53,9)
#1D2D08
(29,45,8)
#192507
(25,37,7)
#151D06
(21,29,6)
#111505
(17,21,5)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #355D0E

#355D0E
(53,93,14)
#476B23
(71,107,35)
#597938
(89,121,56)
#6B874D
(107,135,77)
#7D9562
(125,149,98)
#8FA377
(143,163,119)
#A1B18C
(161,177,140)
#B3BFA1
(179,191,161)
#C5CDB6
(197,205,182)
#D7DBCB
(215,219,203)
#E9E9E0
(233,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355D0E color. Also use rgb(53,93,14) instead hex code.

Text Font Color

.myTextColor { color: #355D0E; }

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

This text font color is #355D0E.

Background Color

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

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

This div background color is #355D0E.

Border color

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

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

This div border color is #355D0E.

Opacity

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

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

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

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

This text has shadow with #355D0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355D0E.

Preview

Color preview on black background

This text has color #355D0E on black background.


Color preview on white background

This text has color #355D0E on white background.


Black color preview on #355D0E background

This text has black color on #355D0E background.


White color preview on #355D0E background

This text has white color on #355D0E background.


Related colors

Complementary color

Complementary color for #hex is #CAA2F1.


I love getcolorcode.com

Triadic colors

1 #0E355D and #5D0E35 with #355D0E are triadic colors.

2 #0E5D35 and #5D350E with #355D0E are triadic colors.