COLOR #4A693D

HEX: #4A693D
RGB: (74,105,61)

Color info

#4A693D contains red, green and blue colors in about the same proportion. Web safe color of #4A693D is #336633 (or #363).

RGB color model

#4A693D color RGB value is (74,105,61).

  • red value is 74;
  • green value is 105;
  • blue value is 61.
RGB:
(74,105,61)
(29%,41%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 61 of 255 = 24%

74
105
61

R + G + B ~ 31%. #4A693D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 61 = 240 (100%)
R 74 of 240 ~ 30.83%
G 105 of 240 ~ 43.75%
B 61 of 240 ~ 25.42%

%30.83
%43.75
%25.42

CMYK color model

#4A693D color CMYK value is (30,0,42,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 58.82%
CMYK:
(30,0,42,59)
C30M0Y42K59 
(30%,0%,42%,59%)
(0.30/0.00/0.42/0.59)	

CMYK percentages

%29.52
%0
%41.9
%58.82

Codes

Color #4A693D in popluar color models

4A693D
RGB7410561
HSL102°26.51%32.55%
HSB/HSV102°41.90%41.18%
CMYK29.52%0.00%41.90%
58.82%

Color #4A693D in popluar number systems.

HEX4A693D
Decimal7410561
Binary10010101101001111101
Octal11215175

Shades and tints

Shades of #4A693D

#4A693D
(74,105,61)
#446038
(68,96,56)
#3E5733
(62,87,51)
#384E2E
(56,78,46)
#324529
(50,69,41)
#2C3C24
(44,60,36)
#26331F
(38,51,31)
#202A1A
(32,42,26)
#1A2115
(26,33,21)
#141810
(20,24,16)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #4A693D

#4A693D
(74,105,61)
#5A764E
(90,118,78)
#6A835F
(106,131,95)
#7A9070
(122,144,112)
#8A9D81
(138,157,129)
#9AAA92
(154,170,146)
#AAB7A3
(170,183,163)
#BAC4B4
(186,196,180)
#CAD1C5
(202,209,197)
#DADED6
(218,222,214)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A693D color. Also use rgb(74,105,61) instead hex code.

Text Font Color

.myTextColor { color: #4A693D; }

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

This text font color is #4A693D.


Background Color

.myBgColor { background-color: #4A693D; }

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

This div background color is #4A693D.


Border color

.myBorderColor { border: 1px solid #4A693D; }

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

This div border color is #4A693D.


Opacity

.myOpacity80 { color: #4A693D; opacity: 0.8; }

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

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

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

This text has shadow with #4A693D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A693D on black background.


Color preview on white background

This text has color #4A693D on white background.



Black color preview on #4A693D background

This text has black color on #4A693D background.


White color preview on #4A693D background

This text has white color on #4A693D background.