COLOR #35690D

HEX: #35690D
RGB: (53,105,13)

Color info

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

RGB color model

#35690D color RGB value is (53,105,13).

  • red value is 53;
  • green value is 105;
  • blue value is 13.
RGB:
(53,105,13)
(21%,41%,5%)

RGB channels and saturation

R 53 of 255 = 21%
G 105 of 255 = 41%
B 13 of 255 = 5%

53
105
13

R + G + B ~ 22%. #35690D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 105 + 13 = 171 (100%)
R 53 of 171 ~ 30.99%
G 105 of 171 ~ 61.4%
B 13 of 171 ~ 7.6%

%30.99
%61.4

CMYK color model

#35690D color CMYK value is (50,0,88,59).

  • cyan value is 49.52%
  • magenta value is 0.00%
  • yellow value is 87.62%
  • key color value is 58.82%
CMYK:
(50,0,88,59)
C50M0Y88K59 
(50%,0%,88%,59%)
(0.50/0.00/0.88/0.59)	

CMYK percentages

%49.52
%0
%87.62
%58.82

Codes

Color #35690D in popluar color models

35690D
RGB5310513
HSL94°77.97%23.14%
HSB/HSV94°87.62%41.18%
CMYK49.52%0.00%87.62%
58.82%

Color #35690D in popluar number systems.

HEX35690D
Decimal5310513
Binary11010111010011101
Octal6515115

Shades and tints

Shades of #35690D

#35690D
(53,105,13)
#31600C
(49,96,12)
#2D570B
(45,87,11)
#294E0A
(41,78,10)
#254509
(37,69,9)
#213C08
(33,60,8)
#1D3307
(29,51,7)
#192A06
(25,42,6)
#152105
(21,33,5)
#111804
(17,24,4)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #35690D

#35690D
(53,105,13)
#477623
(71,118,35)
#598339
(89,131,57)
#6B904F
(107,144,79)
#7D9D65
(125,157,101)
#8FAA7B
(143,170,123)
#A1B791
(161,183,145)
#B3C4A7
(179,196,167)
#C5D1BD
(197,209,189)
#D7DED3
(215,222,211)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35690D color. Also use rgb(53,105,13) instead hex code.

Text Font Color

.myTextColor { color: #35690D; }

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

This text font color is #35690D.


Background Color

.myBgColor { background-color: #35690D; }

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

This div background color is #35690D.


Border color

.myBorderColor { border: 1px solid #35690D; }

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

This div border color is #35690D.


Opacity

.myOpacity80 { color: #35690D; opacity: 0.8; }

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

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

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

This text has shadow with #35690D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35690D on black background.


Color preview on white background

This text has color #35690D on white background.



Black color preview on #35690D background

This text has black color on #35690D background.


White color preview on #35690D background

This text has white color on #35690D background.