COLOR #75621D

HEX: #75621D
RGB: (117,98,29)

Color info

#75621D contains mainly red and green colors. Web safe color of #75621D is #666633 (or #663).

RGB color model

#75621D color RGB value is (117,98,29).

  • red value is 117;
  • green value is 98;
  • blue value is 29.
RGB:
(117,98,29)
(46%,38%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 29 of 255 = 11%

117
98
29

R + G + B ~ 32%. #75621D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 29 = 244 (100%)
R 117 of 244 ~ 47.95%
G 98 of 244 ~ 40.16%
B 29 of 244 ~ 11.89%

%47.95
%40.16
%11.89

CMYK color model

#75621D color CMYK value is (0,16,75,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 75.21%
  • key color value is 54.12%
CMYK:
(0,16,75,54)
C0M16Y75K54 
(0%,16%,75%,54%)
(0.00/0.16/0.75/0.54)	

CMYK percentages

%0
%16.24
%75.21
%54.12

Codes

Color #75621D in popluar color models

75621D
RGB1179829
HSL47°60.27%28.63%
HSB/HSV47°75.21%45.88%
CMYK0.00%16.24%75.21%
54.12%

Color #75621D in popluar number systems.

HEX75621D
Decimal1179829
Binary1110101110001011101
Octal16514235

Shades and tints

Shades of #75621D

#75621D
(117,98,29)
#6B5A1B
(107,90,27)
#615219
(97,82,25)
#574A17
(87,74,23)
#4D4215
(77,66,21)
#433A13
(67,58,19)
#393211
(57,50,17)
#2F2A0F
(47,42,15)
#25220D
(37,34,13)
#1B1A0B
(27,26,11)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #75621D

#75621D
(117,98,29)
#817031
(129,112,49)
#8D7E45
(141,126,69)
#998C59
(153,140,89)
#A59A6D
(165,154,109)
#B1A881
(177,168,129)
#BDB695
(189,182,149)
#C9C4A9
(201,196,169)
#D5D2BD
(213,210,189)
#E1E0D1
(225,224,209)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75621D color. Also use rgb(117,98,29) instead hex code.

Text Font Color

.myTextColor { color: #75621D; }

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

This text font color is #75621D.


Background Color

.myBgColor { background-color: #75621D; }

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

This div background color is #75621D.


Border color

.myBorderColor { border: 1px solid #75621D; }

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

This div border color is #75621D.


Opacity

.myOpacity80 { color: #75621D; opacity: 0.8; }

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

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

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

This text has shadow with #75621D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75621D on black background.


Color preview on white background

This text has color #75621D on white background.



Black color preview on #75621D background

This text has black color on #75621D background.


White color preview on #75621D background

This text has white color on #75621D background.