COLOR #753B10

HEX: #753B10 RGB: (117,59,16)

Color info

#753B10 contains mainly red and green colors. Web safe color of #753B10 is #663300 (or #630).

RGB color model

#753B10 color RGB value is (117,59,16).

RGB: (117,59,16) (46%, 23%, 6%)

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 16 of 255 = 6%

117
59
16

R + G + B ~ 25%. #753B10 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 59 + 16 = 192 (100%)
R 117 of 192 ~ 60.94%
G 59 of 192 ~ 30.73%
B 16 of 192 ~ 8.33'%

%60.94
%30.73

CMYK color model

#753B10 color CMYK value is (0,50,86,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 86.32%
  • key color value is 54.12%
CMYK: (0,50,86,54) C0M50Y86K54 (0%,50%,86%,54%) (0.00/0.50/0.86/0.54) 

CMYK percentages

%0
%49.57
%86.32
%54.12

Codes

Color #753B10 in popluar color models
75 3B 10
RGB 117 59 16
HSL 26° 75.94% 26.08%
HSB/HSV 26° 86.32% 45.88%
CMYK 0.00% 49.57% 86.32%
54.12%
Color #753B10 in popluar number systems.
HEX 75 3B 10
Decimal 117 59 16
Binary 1110101 111011 10000
Octal 165 73 20

Shades and tints

Shades of #753B10

#753B10
(117,59,16)
#6B360F
(107,54,15)
#61310E
(97,49,14)
#572C0D
(87,44,13)
#4D270C
(77,39,12)
#43220B
(67,34,11)
#391D0A
(57,29,10)
#2F1809
(47,24,9)
#251308
(37,19,8)
#1B0E07
(27,14,7)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #753B10

#753B10
(117,59,16)
#814C25
(129,76,37)
#8D5D3A
(141,93,58)
#996E4F
(153,110,79)
#A57F64
(165,127,100)
#B19079
(177,144,121)
#BDA18E
(189,161,142)
#C9B2A3
(201,178,163)
#D5C3B8
(213,195,184)
#E1D4CD
(225,212,205)
#EDE5E2
(237,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753B10 color. Also use rgb(117,59,16) instead hex code.

Text Font Color

.myTextColor { color: #753B10; }

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

This text font color is #753B10.


Background Color

.myBgColor { background-color: #753B10; }

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

This div background color is #753B10.


Border color

.myBorderColor { border: 1px solid #753B10; }

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

This div border color is #753B10.


Opacity

.myOpacity80 { color: #753B10; opacity: 0.8; }

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

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

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

This text has shadow with #753B10 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #753B10 on black background.


Color preview on white background

This text has color #753B10 on white background.



Black color preview on #753B10 background

This text has black color on #753B10 background.


White color preview on #753B10 background

This text has white color on #753B10 background.