COLOR #35490F

HEX: #35490F
RGB: (53,73,15)

Color info

#35490F contains red, green and blue colors in about the same proportion. Web safe color of #35490F is #333300 (or #330).

RGB color model

#35490F color RGB value is (53,73,15).

  • red value is 53;
  • green value is 73;
  • blue value is 15.
RGB:
(53,73,15)
(21%,29%,6%)

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 15 of 255 = 6%

53
73
15

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

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 15 = 141 (100%)
R 53 of 141 ~ 37.59%
G 73 of 141 ~ 51.77%
B 15 of 141 ~ 10.64%

%37.59
%51.77
%10.64

CMYK color model

#35490F color CMYK value is (27,0,79,71).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(27,0,79,71)
C27M0Y79K71 
(27%,0%,79%,71%)
(0.27/0.00/0.79/0.71)	

CMYK percentages

%27.4
%0
%79.45
%71.37

Codes

Color #35490F in popluar color models

35490F
RGB537315
HSL81°65.91%17.25%
HSB/HSV81°79.45%28.63%
CMYK27.40%0.00%79.45%
71.37%

Color #35490F in popluar number systems.

HEX35490F
Decimal537315
Binary11010110010011111
Octal6511117

Shades and tints

Shades of #35490F

#35490F
(53,73,15)
#31430E
(49,67,14)
#2D3D0D
(45,61,13)
#29370C
(41,55,12)
#25310B
(37,49,11)
#212B0A
(33,43,10)
#1D2509
(29,37,9)
#191F08
(25,31,8)
#151907
(21,25,7)
#111306
(17,19,6)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #35490F

#35490F
(53,73,15)
#475924
(71,89,36)
#596939
(89,105,57)
#6B794E
(107,121,78)
#7D8963
(125,137,99)
#8F9978
(143,153,120)
#A1A98D
(161,169,141)
#B3B9A2
(179,185,162)
#C5C9B7
(197,201,183)
#D7D9CC
(215,217,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35490F color. Also use rgb(53,73,15) instead hex code.

Text Font Color

.myTextColor { color: #35490F; }

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

This text font color is #35490F.


Background Color

.myBgColor { background-color: #35490F; }

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

This div background color is #35490F.


Border color

.myBorderColor { border: 1px solid #35490F; }

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

This div border color is #35490F.


Opacity

.myOpacity80 { color: #35490F; opacity: 0.8; }

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

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

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

This text has shadow with #35490F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35490F on black background.


Color preview on white background

This text has color #35490F on white background.



Black color preview on #35490F background

This text has black color on #35490F background.


White color preview on #35490F background

This text has white color on #35490F background.