COLOR #75623D

HEX: #75623D
RGB: (117,98,61)

Color info

#75623D contains red, green and blue colors in about the same proportion. Web safe color of #75623D is #666633 (or #663).

RGB color model

#75623D color RGB value is (117,98,61).

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

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 61 of 255 = 24%

117
98
61

R + G + B ~ 36%. #75623D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 61 = 276 (100%)
R 117 of 276 ~ 42.39%
G 98 of 276 ~ 35.51%
B 61 of 276 ~ 22.1%

%42.39
%35.51
%22.1

CMYK color model

#75623D color CMYK value is (0,16,48,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 47.86%
  • key color value is 54.12%
CMYK:
(0,16,48,54)
C0M16Y48K54 
(0%,16%,48%,54%)
(0.00/0.16/0.48/0.54)	

CMYK percentages

%0
%16.24
%47.86
%54.12

Codes

Color #75623D in popluar color models

75623D
RGB1179861
HSL40°31.46%34.90%
HSB/HSV40°47.86%45.88%
CMYK0.00%16.24%47.86%
54.12%

Color #75623D in popluar number systems.

HEX75623D
Decimal1179861
Binary11101011100010111101
Octal16514275

Shades and tints

Shades of #75623D

#75623D
(117,98,61)
#6B5A38
(107,90,56)
#615233
(97,82,51)
#574A2E
(87,74,46)
#4D4229
(77,66,41)
#433A24
(67,58,36)
#39321F
(57,50,31)
#2F2A1A
(47,42,26)
#252215
(37,34,21)
#1B1A10
(27,26,16)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #75623D

#75623D
(117,98,61)
#81704E
(129,112,78)
#8D7E5F
(141,126,95)
#998C70
(153,140,112)
#A59A81
(165,154,129)
#B1A892
(177,168,146)
#BDB6A3
(189,182,163)
#C9C4B4
(201,196,180)
#D5D2C5
(213,210,197)
#E1E0D6
(225,224,214)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75623D; }

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

This text font color is #75623D.


Background Color

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

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

This div background color is #75623D.


Border color

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

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

This div border color is #75623D.


Opacity

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

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

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

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

This text has shadow with #75623D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75623D on black background.


Color preview on white background

This text has color #75623D on white background.



Black color preview on #75623D background

This text has black color on #75623D background.


White color preview on #75623D background

This text has white color on #75623D background.