COLOR #674B10

HEX: #674B10
RGB: (103,75,16)

Color info

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

RGB color model

#674B10 color RGB value is (103,75,16).

  • red value is 103;
  • green value is 75;
  • blue value is 16.
RGB:
(103,75,16)
(40%,29%,6%)

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 16 of 255 = 6%

103
75
16

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

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 16 = 194 (100%)
R 103 of 194 ~ 53.09%
G 75 of 194 ~ 38.66%
B 16 of 194 ~ 8.25%

%53.09
%38.66

CMYK color model

#674B10 color CMYK value is (0,27,84,60).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 84.47%
  • key color value is 59.61%
CMYK:
(0,27,84,60)
C0M27Y84K60 
(0%,27%,84%,60%)
(0.00/0.27/0.84/0.60)	

CMYK percentages

%0
%27.18
%84.47
%59.61

Codes

Color #674B10 in popluar color models

674B10
RGB1037516
HSL41°73.11%23.33%
HSB/HSV41°84.47%40.39%
CMYK0.00%27.18%84.47%
59.61%

Color #674B10 in popluar number systems.

HEX674B10
Decimal1037516
Binary1100111100101110000
Octal14711320

Shades and tints

Shades of #674B10

#674B10
(103,75,16)
#5E450F
(94,69,15)
#553F0E
(85,63,14)
#4C390D
(76,57,13)
#43330C
(67,51,12)
#3A2D0B
(58,45,11)
#31270A
(49,39,10)
#282109
(40,33,9)
#1F1B08
(31,27,8)
#161507
(22,21,7)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #674B10

#674B10
(103,75,16)
#745B25
(116,91,37)
#816B3A
(129,107,58)
#8E7B4F
(142,123,79)
#9B8B64
(155,139,100)
#A89B79
(168,155,121)
#B5AB8E
(181,171,142)
#C2BBA3
(194,187,163)
#CFCBB8
(207,203,184)
#DCDBCD
(220,219,205)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674B10 color. Also use rgb(103,75,16) instead hex code.

Text Font Color

.myTextColor { color: #674B10; }

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

This text font color is #674B10.


Background Color

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

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

This div background color is #674B10.


Border color

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

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

This div border color is #674B10.


Opacity

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

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

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

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

This text has shadow with #674B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674B10 on black background.


Color preview on white background

This text has color #674B10 on white background.



Black color preview on #674B10 background

This text has black color on #674B10 background.


White color preview on #674B10 background

This text has white color on #674B10 background.