COLOR #753A18

HEX: #753A18
RGB: (117,58,24)

Color info

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

RGB color model

#753A18 color RGB value is (117,58,24).

  • red value is 117;
  • green value is 58;
  • blue value is 24.
RGB:
(117,58,24)
(46%,23%,9%)

RGB channels and saturation

R 117 of 255 = 46%
G 58 of 255 = 23%
B 24 of 255 = 9%

117
58
24

R + G + B ~ 26%. #753A18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 58 + 24 = 199 (100%)
R 117 of 199 ~ 58.79%
G 58 of 199 ~ 29.15%
B 24 of 199 ~ 12.06%

%58.79
%29.15
%12.06

CMYK color model

#753A18 color CMYK value is (0,50,79,54).

  • cyan value is 0.00%
  • magenta value is 50.43%
  • yellow value is 79.49%
  • key color value is 54.12%
CMYK:
(0,50,79,54)
C0M50Y79K54 
(0%,50%,79%,54%)
(0.00/0.50/0.79/0.54)	

CMYK percentages

%0
%50.43
%79.49
%54.12

Codes

Color #753A18 in popluar color models

753A18
RGB1175824
HSL22°65.96%27.65%
HSB/HSV22°79.49%45.88%
CMYK0.00%50.43%79.49%
54.12%

Color #753A18 in popluar number systems.

HEX753A18
Decimal1175824
Binary111010111101011000
Octal1657230

Shades and tints

Shades of #753A18

#753A18
(117,58,24)
#6B3516
(107,53,22)
#613014
(97,48,20)
#572B12
(87,43,18)
#4D2610
(77,38,16)
#43210E
(67,33,14)
#391C0C
(57,28,12)
#2F170A
(47,23,10)
#251208
(37,18,8)
#1B0D06
(27,13,6)
#110804
(17,8,4)
#000000
(0,0,0)

Tints of #753A18

#753A18
(117,58,24)
#814B2D
(129,75,45)
#8D5C42
(141,92,66)
#996D57
(153,109,87)
#A57E6C
(165,126,108)
#B18F81
(177,143,129)
#BDA096
(189,160,150)
#C9B1AB
(201,177,171)
#D5C2C0
(213,194,192)
#E1D3D5
(225,211,213)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753A18 color. Also use rgb(117,58,24) instead hex code.

Text Font Color

.myTextColor { color: #753A18; }

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

This text font color is #753A18.


Background Color

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

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

This div background color is #753A18.


Border color

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

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

This div border color is #753A18.


Opacity

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

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

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

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

This text has shadow with #753A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753A18 on black background.


Color preview on white background

This text has color #753A18 on white background.



Black color preview on #753A18 background

This text has black color on #753A18 background.


White color preview on #753A18 background

This text has white color on #753A18 background.