COLOR #434E3D

HEX: #434E3D
RGB: (67,78,61)

Color info

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

RGB color model

#434E3D color RGB value is (67,78,61).

  • red value is 67;
  • green value is 78;
  • blue value is 61.
RGB:
(67,78,61)
(26%,31%,24%)

RGB channels and saturation

R 67 of 255 = 26%
G 78 of 255 = 31%
B 61 of 255 = 24%

67
78
61

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

Portions of RGB colors in percentages

R + G + B =
67 + 78 + 61 = 206 (100%)
R 67 of 206 ~ 32.52%
G 78 of 206 ~ 37.86%
B 61 of 206 ~ 29.61%

%32.52
%37.86
%29.61

CMYK color model

#434E3D color CMYK value is (14,0,22,69).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 69.41%
CMYK:
(14,0,22,69)
C14M0Y22K69 
(14%,0%,22%,69%)
(0.14/0.00/0.22/0.69)	

CMYK percentages

%14.1
%0
%21.79
%69.41

Codes

Color #434E3D in popluar color models

434E3D
RGB677861
HSL99°12.23%27.25%
HSB/HSV99°21.79%30.59%
CMYK14.10%0.00%21.79%
69.41%

Color #434E3D in popluar number systems.

HEX434E3D
Decimal677861
Binary10000111001110111101
Octal10311675

Shades and tints

Shades of #434E3D

#434E3D
(67,78,61)
#3D4738
(61,71,56)
#374033
(55,64,51)
#31392E
(49,57,46)
#2B3229
(43,50,41)
#252B24
(37,43,36)
#1F241F
(31,36,31)
#191D1A
(25,29,26)
#131615
(19,22,21)
#0D0F10
(13,15,16)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #434E3D

#434E3D
(67,78,61)
#545E4E
(84,94,78)
#656E5F
(101,110,95)
#767E70
(118,126,112)
#878E81
(135,142,129)
#989E92
(152,158,146)
#A9AEA3
(169,174,163)
#BABEB4
(186,190,180)
#CBCEC5
(203,206,197)
#DCDED6
(220,222,214)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434E3D color. Also use rgb(67,78,61) instead hex code.

Text Font Color

.myTextColor { color: #434E3D; }

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

This text font color is #434E3D.


Background Color

.myBgColor { background-color: #434E3D; }

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

This div background color is #434E3D.


Border color

.myBorderColor { border: 1px solid #434E3D; }

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

This div border color is #434E3D.


Opacity

.myOpacity80 { color: #434E3D; opacity: 0.8; }

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

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

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

This text has shadow with #434E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434E3D on black background.


Color preview on white background

This text has color #434E3D on white background.



Black color preview on #434E3D background

This text has black color on #434E3D background.


White color preview on #434E3D background

This text has white color on #434E3D background.