COLOR #733509

HEX: #733509
RGB: (115,53,9)

Color info

#733509 contains mainly red color. Web safe color of #733509 is #663300 (or #630).

RGB color model

#733509 color RGB value is (115,53,9).

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

RGB channels and saturation

R 115 of 255 = 45%
G 53 of 255 = 21%
B 9 of 255 = 4%

115
53
9

R + G + B ~ 23%. #733509 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 53 + 9 = 177 (100%)
R 115 of 177 ~ 64.97%
G 53 of 177 ~ 29.94%
B 9 of 177 ~ 5.08%

%64.97
%29.94

CMYK color model

#733509 color CMYK value is (0,54,92,55).

  • cyan value is 0.00%
  • magenta value is 53.91%
  • yellow value is 92.17%
  • key color value is 54.90%
CMYK:
(0,54,92,55)
C0M54Y92K55 
(0%,54%,92%,55%)
(0.00/0.54/0.92/0.55)	

CMYK percentages

%0
%53.91
%92.17
%54.9

Codes

Color #733509 in popluar color models

733509
RGB115539
HSL25°85.48%24.31%
HSB/HSV25°92.17%45.10%
CMYK0.00%53.91%92.17%
54.90%

Color #733509 in popluar number systems.

HEX733509
Decimal115539
Binary11100111101011001
Octal1636511

Shades and tints

Shades of #733509

#733509
(115,53,9)
#693109
(105,49,9)
#5F2D09
(95,45,9)
#552909
(85,41,9)
#4B2509
(75,37,9)
#412109
(65,33,9)
#371D09
(55,29,9)
#2D1909
(45,25,9)
#231509
(35,21,9)
#191109
(25,17,9)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #733509

#733509
(115,53,9)
#7F471F
(127,71,31)
#8B5935
(139,89,53)
#976B4B
(151,107,75)
#A37D61
(163,125,97)
#AF8F77
(175,143,119)
#BBA18D
(187,161,141)
#C7B3A3
(199,179,163)
#D3C5B9
(211,197,185)
#DFD7CF
(223,215,207)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733509; }

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

This text font color is #733509.


Background Color

.myBgColor { background-color: #733509; }

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

This div background color is #733509.


Border color

.myBorderColor { border: 1px solid #733509; }

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

This div border color is #733509.


Opacity

.myOpacity80 { color: #733509; opacity: 0.8; }

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

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

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

This text has shadow with #733509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733509 on black background.


Color preview on white background

This text has color #733509 on white background.



Black color preview on #733509 background

This text has black color on #733509 background.


White color preview on #733509 background

This text has white color on #733509 background.