COLOR #468033

HEX: #468033
RGB: (70,128,51)

Color info

#468033 contains mainly red and green colors. Web safe color of #468033 is #336633 (or #363).

RGB color model

#468033 color RGB value is (70,128,51).

  • red value is 70;
  • green value is 128;
  • blue value is 51.
RGB:
(70,128,51)
(27%,50%,20%)

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 51 of 255 = 20%

70
128
51

R + G + B ~ 32%. #468033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 51 = 249 (100%)
R 70 of 249 ~ 28.11%
G 128 of 249 ~ 51.41%
B 51 of 249 ~ 20.48%

%28.11
%51.41
%20.48

CMYK color model

#468033 color CMYK value is (45,0,60,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 60.16%
  • key color value is 49.80%
CMYK:
(45,0,60,50)
C45M0Y60K50 
(45%,0%,60%,50%)
(0.45/0.00/0.60/0.50)	

CMYK percentages

%45.31
%0
%60.16
%49.8

Codes

Color #468033 in popluar color models

468033
RGB7012851
HSL105°43.02%35.10%
HSB/HSV105°60.16%50.20%
CMYK45.31%0.00%60.16%
49.80%

Color #468033 in popluar number systems.

HEX468033
Decimal7012851
Binary100011010000000110011
Octal10620063

Shades and tints

Shades of #468033

#468033
(70,128,51)
#40752F
(64,117,47)
#3A6A2B
(58,106,43)
#345F27
(52,95,39)
#2E5423
(46,84,35)
#28491F
(40,73,31)
#223E1B
(34,62,27)
#1C3317
(28,51,23)
#162813
(22,40,19)
#101D0F
(16,29,15)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #468033

#468033
(70,128,51)
#568B45
(86,139,69)
#669657
(102,150,87)
#76A169
(118,161,105)
#86AC7B
(134,172,123)
#96B78D
(150,183,141)
#A6C29F
(166,194,159)
#B6CDB1
(182,205,177)
#C6D8C3
(198,216,195)
#D6E3D5
(214,227,213)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468033 color. Also use rgb(70,128,51) instead hex code.

Text Font Color

.myTextColor { color: #468033; }

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

This text font color is #468033.


Background Color

.myBgColor { background-color: #468033; }

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

This div background color is #468033.


Border color

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

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

This div border color is #468033.


Opacity

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

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

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

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

This text has shadow with #468033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468033 on black background.


Color preview on white background

This text has color #468033 on white background.



Black color preview on #468033 background

This text has black color on #468033 background.


White color preview on #468033 background

This text has white color on #468033 background.