COLOR #674200

HEX: #674200
RGB: (103,66,0)

Color info

#674200 contains only red and green colors. Web safe color of #674200 is #663300 (or #630).

RGB color model

#674200 color RGB value is (103,66,0).

  • red value is 103;
  • green value is 66;
  • blue value is 0.
RGB:
(103,66,0)
(40%,26%,0%)

RGB channels and saturation

R 103 of 255 = 40%
G 66 of 255 = 26%
B 0 of 255 = 0%

103
66
0

R + G + B ~ 22%. #674200 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 66 + 0 = 169 (100%)
R 103 of 169 ~ 60.95%
G 66 of 169 ~ 39.05%
B 0 of 169 ~ 0%

%60.95
%39.05

CMYK color model

#674200 color CMYK value is (0,36,100,60).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 100.00%
  • key color value is 59.61%
CMYK:
(0,36,100,60)
C0M36Y100K60 
(0%,36%,100%,60%)
(0.00/0.36/1.00/0.60)	

CMYK percentages

%0
%35.92
%100
%59.61

Codes

Color #674200 in popluar color models

674200
RGB103660
HSL38°100.00%20.20%
HSB/HSV38°100.00%40.39%
CMYK0.00%35.92%100.00%
59.61%

Color #674200 in popluar number systems.

HEX674200
Decimal103660
Binary110011110000100
Octal1471020

Shades and tints

Shades of #674200

#674200
(103,66,0)
#5E3C00
(94,60,0)
#553600
(85,54,0)
#4C3000
(76,48,0)
#432A00
(67,42,0)
#3A2400
(58,36,0)
#311E00
(49,30,0)
#281800
(40,24,0)
#1F1200
(31,18,0)
#160C00
(22,12,0)
#0D0600
(13,6,0)
#000000
(0,0,0)

Tints of #674200

#674200
(103,66,0)
#745317
(116,83,23)
#81642E
(129,100,46)
#8E7545
(142,117,69)
#9B865C
(155,134,92)
#A89773
(168,151,115)
#B5A88A
(181,168,138)
#C2B9A1
(194,185,161)
#CFCAB8
(207,202,184)
#DCDBCF
(220,219,207)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674200 color. Also use rgb(103,66,0) instead hex code.

Text Font Color

.myTextColor { color: #674200; }

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

This text font color is #674200.


Background Color

.myBgColor { background-color: #674200; }

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

This div background color is #674200.


Border color

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

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

This div border color is #674200.


Opacity

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

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

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

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

This text has shadow with #674200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674200 on black background.


Color preview on white background

This text has color #674200 on white background.



Black color preview on #674200 background

This text has black color on #674200 background.


White color preview on #674200 background

This text has white color on #674200 background.