COLOR #675413

HEX: #675413
RGB: (103,84,19)

Color info

#675413 contains mainly red and green colors. Web safe color of #675413 is #666600 (or #660).

RGB color model

#675413 color RGB value is (103,84,19).

  • red value is 103;
  • green value is 84;
  • blue value is 19.
RGB:
(103,84,19)
(40%,33%,7%)

RGB channels and saturation

R 103 of 255 = 40%
G 84 of 255 = 33%
B 19 of 255 = 7%

103
84
19

R + G + B ~ 27%. #675413 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 84 + 19 = 206 (100%)
R 103 of 206 ~ 50%
G 84 of 206 ~ 40.78%
B 19 of 206 ~ 9.22%

%50
%40.78

CMYK color model

#675413 color CMYK value is (0,18,82,60).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 81.55%
  • key color value is 59.61%
CMYK:
(0,18,82,60)
C0M18Y82K60 
(0%,18%,82%,60%)
(0.00/0.18/0.82/0.60)	

CMYK percentages

%0
%18.45
%81.55
%59.61

Codes

Color #675413 in popluar color models

675413
RGB1038419
HSL46°68.85%23.92%
HSB/HSV46°81.55%40.39%
CMYK0.00%18.45%81.55%
59.61%

Color #675413 in popluar number systems.

HEX675413
Decimal1038419
Binary1100111101010010011
Octal14712423

Shades and tints

Shades of #675413

#675413
(103,84,19)
#5E4D12
(94,77,18)
#554611
(85,70,17)
#4C3F10
(76,63,16)
#43380F
(67,56,15)
#3A310E
(58,49,14)
#312A0D
(49,42,13)
#28230C
(40,35,12)
#1F1C0B
(31,28,11)
#16150A
(22,21,10)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #675413

#675413
(103,84,19)
#746328
(116,99,40)
#81723D
(129,114,61)
#8E8152
(142,129,82)
#9B9067
(155,144,103)
#A89F7C
(168,159,124)
#B5AE91
(181,174,145)
#C2BDA6
(194,189,166)
#CFCCBB
(207,204,187)
#DCDBD0
(220,219,208)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675413 color. Also use rgb(103,84,19) instead hex code.

Text Font Color

.myTextColor { color: #675413; }

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

This text font color is #675413.


Background Color

.myBgColor { background-color: #675413; }

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

This div background color is #675413.


Border color

.myBorderColor { border: 1px solid #675413; }

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

This div border color is #675413.


Opacity

.myOpacity80 { color: #675413; opacity: 0.8; }

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

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

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

This text has shadow with #675413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675413 on black background.


Color preview on white background

This text has color #675413 on white background.



Black color preview on #675413 background

This text has black color on #675413 background.


White color preview on #675413 background

This text has white color on #675413 background.