COLOR #735F09

HEX: #735F09
RGB: (115,95,9)

Color info

#735F09 contains mainly red and green colors. Web safe color of #735F09 is #666600 (or #660).

RGB color model

#735F09 color RGB value is (115,95,9).

  • red value is 115;
  • green value is 95;
  • blue value is 9.
RGB:
(115,95,9)
(45%,37%,4%)

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 9 of 255 = 4%

115
95
9

R + G + B ~ 29%. #735F09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 9 = 219 (100%)
R 115 of 219 ~ 52.51%
G 95 of 219 ~ 43.38%
B 9 of 219 ~ 4.11%

%52.51
%43.38

CMYK color model

#735F09 color CMYK value is (0,17,92,55).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 92.17%
  • key color value is 54.90%
CMYK:
(0,17,92,55)
C0M17Y92K55 
(0%,17%,92%,55%)
(0.00/0.17/0.92/0.55)	

CMYK percentages

%0
%17.39
%92.17
%54.9

Codes

Color #735F09 in popluar color models

735F09
RGB115959
HSL49°85.48%24.31%
HSB/HSV49°92.17%45.10%
CMYK0.00%17.39%92.17%
54.90%

Color #735F09 in popluar number systems.

HEX735F09
Decimal115959
Binary111001110111111001
Octal16313711

Shades and tints

Shades of #735F09

#735F09
(115,95,9)
#695709
(105,87,9)
#5F4F09
(95,79,9)
#554709
(85,71,9)
#4B3F09
(75,63,9)
#413709
(65,55,9)
#372F09
(55,47,9)
#2D2709
(45,39,9)
#231F09
(35,31,9)
#191709
(25,23,9)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #735F09

#735F09
(115,95,9)
#7F6D1F
(127,109,31)
#8B7B35
(139,123,53)
#97894B
(151,137,75)
#A39761
(163,151,97)
#AFA577
(175,165,119)
#BBB38D
(187,179,141)
#C7C1A3
(199,193,163)
#D3CFB9
(211,207,185)
#DFDDCF
(223,221,207)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735F09 color. Also use rgb(115,95,9) instead hex code.

Text Font Color

.myTextColor { color: #735F09; }

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

This text font color is #735F09.


Background Color

.myBgColor { background-color: #735F09; }

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

This div background color is #735F09.


Border color

.myBorderColor { border: 1px solid #735F09; }

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

This div border color is #735F09.


Opacity

.myOpacity80 { color: #735F09; opacity: 0.8; }

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

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

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

This text has shadow with #735F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F09 on black background.


Color preview on white background

This text has color #735F09 on white background.



Black color preview on #735F09 background

This text has black color on #735F09 background.


White color preview on #735F09 background

This text has white color on #735F09 background.