COLOR #67B448

HEX: #67B448
RGB: (103,180,72)

Color info

#67B448 contains mainly green color. Web safe color of #67B448 is #66CC33 (or #6C3).

RGB color model

#67B448 color RGB value is (103,180,72).

  • red value is 103;
  • green value is 180;
  • blue value is 72.
RGB:
(103,180,72)
(40%,71%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 180 of 255 = 71%
B 72 of 255 = 28%

103
180
72

R + G + B ~ 46%. #67B448 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 180 + 72 = 355 (100%)
R 103 of 355 ~ 29.01%
G 180 of 355 ~ 50.7%
B 72 of 355 ~ 20.28%

%29.01
%50.7
%20.28

CMYK color model

#67B448 color CMYK value is (43,0,60,29).

  • cyan value is 42.78%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 29.41%
CMYK:
(43,0,60,29)
C43M0Y60K29 
(43%,0%,60%,29%)
(0.43/0.00/0.60/0.29)	

CMYK percentages

%42.78
%0
%60
%29.41

Codes

Color #67B448 in popluar color models

67B448
RGB10318072
HSL103°42.86%49.41%
HSB/HSV103°60.00%70.59%
CMYK42.78%0.00%60.00%
29.41%

Color #67B448 in popluar number systems.

HEX67B448
Decimal10318072
Binary1100111101101001001000
Octal147264110

Shades and tints

Shades of #67B448

#67B448
(103,180,72)
#5EA442
(94,164,66)
#55943C
(85,148,60)
#4C8436
(76,132,54)
#437430
(67,116,48)
#3A642A
(58,100,42)
#315424
(49,84,36)
#28441E
(40,68,30)
#1F3418
(31,52,24)
#162412
(22,36,18)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #67B448

#67B448
(103,180,72)
#74BA58
(116,186,88)
#81C068
(129,192,104)
#8EC678
(142,198,120)
#9BCC88
(155,204,136)
#A8D298
(168,210,152)
#B5D8A8
(181,216,168)
#C2DEB8
(194,222,184)
#CFE4C8
(207,228,200)
#DCEAD8
(220,234,216)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B448 color. Also use rgb(103,180,72) instead hex code.

Text Font Color

.myTextColor { color: #67B448; }

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

This text font color is #67B448.


Background Color

.myBgColor { background-color: #67B448; }

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

This div background color is #67B448.


Border color

.myBorderColor { border: 1px solid #67B448; }

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

This div border color is #67B448.


Opacity

.myOpacity80 { color: #67B448; opacity: 0.8; }

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

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

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

This text has shadow with #67B448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B448 on black background.


Color preview on white background

This text has color #67B448 on white background.



Black color preview on #67B448 background

This text has black color on #67B448 background.


White color preview on #67B448 background

This text has white color on #67B448 background.