COLOR #677834

HEX: #677834
RGB: (103,120,52)

Color info

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

RGB color model

#677834 color RGB value is (103,120,52).

  • red value is 103;
  • green value is 120;
  • blue value is 52.
RGB:
(103,120,52)
(40%,47%,20%)

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 52 of 255 = 20%

103
120
52

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

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 52 = 275 (100%)
R 103 of 275 ~ 37.45%
G 120 of 275 ~ 43.64%
B 52 of 275 ~ 18.91%

%37.45
%43.64
%18.91

CMYK color model

#677834 color CMYK value is (14,0,57,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 52.94%
CMYK:
(14,0,57,53)
C14M0Y57K53 
(14%,0%,57%,53%)
(0.14/0.00/0.57/0.53)	

CMYK percentages

%14.17
%0
%56.67
%52.94

Codes

Color #677834 in popluar color models

677834
RGB10312052
HSL75°39.53%33.73%
HSB/HSV75°56.67%47.06%
CMYK14.17%0.00%56.67%
52.94%

Color #677834 in popluar number systems.

HEX677834
Decimal10312052
Binary11001111111000110100
Octal14717064

Shades and tints

Shades of #677834

#677834
(103,120,52)
#5E6E30
(94,110,48)
#55642C
(85,100,44)
#4C5A28
(76,90,40)
#435024
(67,80,36)
#3A4620
(58,70,32)
#313C1C
(49,60,28)
#283218
(40,50,24)
#1F2814
(31,40,20)
#161E10
(22,30,16)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #677834

#677834
(103,120,52)
#748446
(116,132,70)
#819058
(129,144,88)
#8E9C6A
(142,156,106)
#9BA87C
(155,168,124)
#A8B48E
(168,180,142)
#B5C0A0
(181,192,160)
#C2CCB2
(194,204,178)
#CFD8C4
(207,216,196)
#DCE4D6
(220,228,214)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677834 color. Also use rgb(103,120,52) instead hex code.

Text Font Color

.myTextColor { color: #677834; }

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

This text font color is #677834.


Background Color

.myBgColor { background-color: #677834; }

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

This div background color is #677834.


Border color

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

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

This div border color is #677834.


Opacity

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

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

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

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

This text has shadow with #677834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677834 on black background.


Color preview on white background

This text has color #677834 on white background.



Black color preview on #677834 background

This text has black color on #677834 background.


White color preview on #677834 background

This text has white color on #677834 background.