COLOR #434F3B

HEX: #434F3B
RGB: (67,79,59)

Color info

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

RGB color model

#434F3B color RGB value is (67,79,59).

  • red value is 67;
  • green value is 79;
  • blue value is 59.
RGB:
(67,79,59)
(26%,31%,23%)

RGB channels and saturation

R 67 of 255 = 26%
G 79 of 255 = 31%
B 59 of 255 = 23%

67
79
59

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

Portions of RGB colors in percentages

R + G + B =
67 + 79 + 59 = 205 (100%)
R 67 of 205 ~ 32.68%
G 79 of 205 ~ 38.54%
B 59 of 205 ~ 28.78%

%32.68
%38.54
%28.78

CMYK color model

#434F3B color CMYK value is (15,0,25,69).

  • cyan value is 15.19%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 69.02%
CMYK:
(15,0,25,69)
C15M0Y25K69 
(15%,0%,25%,69%)
(0.15/0.00/0.25/0.69)	

CMYK percentages

%15.19
%0
%25.32
%69.02

Codes

Color #434F3B in popluar color models

434F3B
RGB677959
HSL96°14.49%27.06%
HSB/HSV96°25.32%30.98%
CMYK15.19%0.00%25.32%
69.02%

Color #434F3B in popluar number systems.

HEX434F3B
Decimal677959
Binary10000111001111111011
Octal10311773

Shades and tints

Shades of #434F3B

#434F3B
(67,79,59)
#3D4836
(61,72,54)
#374131
(55,65,49)
#313A2C
(49,58,44)
#2B3327
(43,51,39)
#252C22
(37,44,34)
#1F251D
(31,37,29)
#191E18
(25,30,24)
#131713
(19,23,19)
#0D100E
(13,16,14)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #434F3B

#434F3B
(67,79,59)
#545F4C
(84,95,76)
#656F5D
(101,111,93)
#767F6E
(118,127,110)
#878F7F
(135,143,127)
#989F90
(152,159,144)
#A9AFA1
(169,175,161)
#BABFB2
(186,191,178)
#CBCFC3
(203,207,195)
#DCDFD4
(220,223,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434F3B color. Also use rgb(67,79,59) instead hex code.

Text Font Color

.myTextColor { color: #434F3B; }

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

This text font color is #434F3B.


Background Color

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

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

This div background color is #434F3B.


Border color

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

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

This div border color is #434F3B.


Opacity

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

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

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

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

This text has shadow with #434F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434F3B on black background.


Color preview on white background

This text has color #434F3B on white background.



Black color preview on #434F3B background

This text has black color on #434F3B background.


White color preview on #434F3B background

This text has white color on #434F3B background.