COLOR #733C25

HEX: #733C25
RGB: (115,60,37)

Color info

#733C25 contains mainly red and green colors. Web safe color of #733C25 is #663333 (or #633).

RGB color model

#733C25 color RGB value is (115,60,37).

  • red value is 115;
  • green value is 60;
  • blue value is 37.
RGB:
(115,60,37)
(45%,24%,15%)

RGB channels and saturation

R 115 of 255 = 45%
G 60 of 255 = 24%
B 37 of 255 = 15%

115
60
37

R + G + B ~ 28%. #733C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 60 + 37 = 212 (100%)
R 115 of 212 ~ 54.25%
G 60 of 212 ~ 28.3%
B 37 of 212 ~ 17.45%

%54.25
%28.3
%17.45

CMYK color model

#733C25 color CMYK value is (0,48,68,55).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 67.83%
  • key color value is 54.90%
CMYK:
(0,48,68,55)
C0M48Y68K55 
(0%,48%,68%,55%)
(0.00/0.48/0.68/0.55)	

CMYK percentages

%0
%47.83
%67.83
%54.9

Codes

Color #733C25 in popluar color models

733C25
RGB1156037
HSL18°51.32%29.80%
HSB/HSV18°67.83%45.10%
CMYK0.00%47.83%67.83%
54.90%

Color #733C25 in popluar number systems.

HEX733C25
Decimal1156037
Binary1110011111100100101
Octal1637445

Shades and tints

Shades of #733C25

#733C25
(115,60,37)
#693722
(105,55,34)
#5F321F
(95,50,31)
#552D1C
(85,45,28)
#4B2819
(75,40,25)
#412316
(65,35,22)
#371E13
(55,30,19)
#2D1910
(45,25,16)
#23140D
(35,20,13)
#190F0A
(25,15,10)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #733C25

#733C25
(115,60,37)
#7F4D38
(127,77,56)
#8B5E4B
(139,94,75)
#976F5E
(151,111,94)
#A38071
(163,128,113)
#AF9184
(175,145,132)
#BBA297
(187,162,151)
#C7B3AA
(199,179,170)
#D3C4BD
(211,196,189)
#DFD5D0
(223,213,208)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733C25 color. Also use rgb(115,60,37) instead hex code.

Text Font Color

.myTextColor { color: #733C25; }

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

This text font color is #733C25.


Background Color

.myBgColor { background-color: #733C25; }

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

This div background color is #733C25.


Border color

.myBorderColor { border: 1px solid #733C25; }

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

This div border color is #733C25.


Opacity

.myOpacity80 { color: #733C25; opacity: 0.8; }

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

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

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

This text has shadow with #733C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733C25 on black background.


Color preview on white background

This text has color #733C25 on white background.



Black color preview on #733C25 background

This text has black color on #733C25 background.


White color preview on #733C25 background

This text has white color on #733C25 background.